zephyr/samples/basic
Kumar Gala 284bc9d964 dts: Rename SW._GPIO_* -> DT_ALIAS_SW._GPIOS_*
We use the following commands to rename any
SW._GPIO_{CONTROLLER,PIN,FLAGS} to
DT_ALIAS_SW._GPIOS_{CONTROLLER,PIN,FLAGS}

git grep -l SW._GPIO_CONTROLLER | xargs sed -i 's/SW\(.\)_GPIO_CONTROLLER/DT_ALIAS_SW\1_GPIOS_CONTROLLER/g'
git grep -l SW._GPIO_PIN | xargs sed -i 's/SW\(.\)_GPIO_PIN/DT_ALIAS_SW\1_GPIOS_PIN/g'
git grep -l SW._GPIO_FLAGS | xargs sed -i 's/SW\(.\)_GPIO_FLAGS/DT_ALIAS_SW\1_GPIOS_FLAGS/g'

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-07-01 07:14:36 -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 dts: Rename SW._GPIO_* -> DT_ALIAS_SW._GPIOS_* 2019-07-01 07:14:36 -05: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