uhd/firmware/usrp2/lib
Martin Braun a69ab0c23a cmake: Update coding style to use lowercase commands
Also updates our coding style file.

Ancient CMake versions required upper-case commands.  Later command
names became case-insensitive.  Now the preferred style is lower-case.

Run the following shell code (with GNU compliant sed):

cmake --help-command-list | grep -v "cmake version" | while read c; do
  echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g'
done > convert.sed \
&& git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \
'*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed

(Make sure the backslashes don't get mangled!)
2018-11-14 14:10:09 -08:00
..
net Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
_exit.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
abort.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
ad9510.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
ad9510.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
arp_cache.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
arp_cache.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
banal.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
banal.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
clocks.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
clocks.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
CMakeLists.txt cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
compiler.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
eeprom.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
eth_addrs.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
eth_mac.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
eth_mac.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
ethernet.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
ethertype.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
exit.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
hal_io.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
hal_io.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
hal_uart.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
hal_uart.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
i2c.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
i2c.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
i2c_async.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
i2c_async.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
if_arp.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
ihex.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
ihex.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
mdelay.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
mdelay.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
memcpy_wa.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
memcpy_wa.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
memory_map.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
memset_wa.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
memset_wa.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
net_common.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
net_common.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
nonstdio.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
nonstdio.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
pic.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
pic.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
pkt_ctrl.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
pkt_ctrl.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
print_addrs.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
print_buffer.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
print_rmon_regs.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
print_rmon_regs.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
printf.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
printf.c.smaller Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
spi.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
spi.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
stdint.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
stdio.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
u2_init.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
u2_init.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
udp_fw_update.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
udp_uart.c Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00
udp_uart.h Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) 2014-10-07 09:39:25 +02:00