zephyr/samples/basic
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
..
blink_led dts: Rename PWM to PWMS 2019-06-28 06:53:48 -05:00
blinky cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
button cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
disco cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
fade_led dts: Rename PWM to PWMS 2019-06-28 06:53:48 -05:00
minimal yaml: Remove redundant document separators 2019-06-19 10:40:10 +02:00
rgb_led dts: Rename PWM to PWMS 2019-06-28 06:53:48 -05:00
servo_motor cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
threads cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
basic.rst doc: add labels to basic sample docs 2017-04-04 19:51:47 +00:00