uhd/mpm/python/usrp_mpm/periph_manager
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
..
__init__.py.in mpm: Add __mpm_device__ as usrp_hwd module variable 2018-10-09 17:11:08 -07:00
base.py mpm: add Git hash, version to device info 2018-08-20 17:57:16 -07:00
CMakeLists.txt cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
e320.py mpm:e320: fixup gps_locked type 2018-11-13 17:12:38 -08:00
e320_periphs.py mpm: identify sysfs gpios more generically 2018-10-18 18:15:25 -07:00
n3xx.py mpm: Add basic driver for QSFP board's retimer 2018-11-07 18:26:13 -08:00
n3xx_periphs.py mpm: Add basic driver for QSFP board's retimer 2018-11-07 18:26:13 -08:00