uhd/mpm/python/usrp_mpm
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
..
chips cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
cores cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
dboard_manager cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
periph_manager cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
sys_utils cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
xports cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
__init__.py mpm: Add __mpm_device__ as usrp_hwd module variable 2018-10-09 17:11:08 -07:00
aurora_control.py mpm: Update all license headers 2018-02-19 16:55:08 -08:00
bfrfs.py mpm: Update all license headers 2018-02-19 16:55:08 -08:00
bist.py mpm: e320: n3xx: Factor BIST code to common module 2018-10-24 18:53:16 -07:00
CMakeLists.txt cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
components.py mpm: n3xx: Factor out component updating 2018-07-11 12:42:45 -07:00
discovery.py mpm: Fix some Pylint warnings 2018-03-06 15:45:15 -08:00
eeprom.py n3xx: Fixup for parsing the EEPROM 2018-07-30 18:17:29 -07:00
ethtable.py uio: mpm: Fixup for opening mboard-regs UIO 2018-07-23 10:33:34 -07:00
fpga_bit_to_bin.py mpm: Update all license headers 2018-02-19 16:55:08 -08:00
gpsd_iface.py mpm:gpsd_iface: handle errors from gpsd 2018-11-13 17:12:38 -08:00
liberiotable.py uio: mpm: Fixup for opening mboard-regs UIO 2018-07-23 10:33:34 -07:00
mpmlog.py mpm: Update all license headers 2018-02-19 16:55:08 -08:00
mpmtypes.py mpm: types: Add getters for dst_ep and dts_block to SID 2018-04-30 16:57:45 -07:00
mpmutils.py mpm: Add lock_guard() function 2018-10-23 10:13:00 -07:00
prefs.py mpm: Update all license headers 2018-02-19 16:55:08 -08:00
rpc_server.py mpm: reset the RPC server upon reload 2018-08-27 18:14:23 -07:00
test_bfrfs.py mpm: Update all license headers 2018-02-19 16:55:08 -08:00