zephyr/samples
Kumar Gala 24b2b594dc dts: Rename PWM to PWMS
We use the following commands to rename any _PWM_{CONTROLLER,CHANNEL}
to *_PWMS_{CONTROLLER,CHANNEL}

Used the following commands to make these changes:

git grep -l '[A-Z_0-9]*_PWM_CONTROLLER' | xargs sed -i 's/\([A-Z_0-9]*\)_PWM_CONTROLLER/DT_ALIAS_\1_PWMS_CONTROLLER/g'
git grep -l '[A-Z_0-9]*_PWM_CHANNEL' | xargs sed -i 's/\([A-Z_0-9]*\)_PWM_CHANNEL/DT_ALIAS_\1_PWMS_CHANNEL/g'

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-28 06:53:48 -05:00
..
application_development cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
basic dts: Rename PWM to PWMS 2019-06-28 06:53:48 -05:00
bluetooth cleanup: include/: move misc/stack.h to debug/stack.h 2019-06-27 22:55:49 -04:00
boards cleanup: include/: move misc/stack.h to debug/stack.h 2019-06-27 22:55:49 -04:00
cpp_synchronization cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
display cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
drivers cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gui cleanup: include/: move display.h to drivers/display.h 2019-06-27 22:55:49 -04:00
hello_world cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
mpu cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
net cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
nfc/nfc_hello cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
philosophers cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
portability cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
sensor cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
shields cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
subsys cleanup: include/: move misc/reboot.h to power/reboot.h 2019-06-27 22:55:49 -04:00
synchronization cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
testing/integration
userspace cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
xtensa_asm2 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
classic.rst
index.rst