zephyr/samples/drivers
Kumar Gala db167c606d dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_*
We use the following commands to rename any
LED._GPIO_{CONTROLLER,PIN,FLAGS} to
DT_ALIAS_LED._GPIOS_{CONTROLLER,PIN,FLAGS}

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

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-07-02 08:26:37 -04:00
..
CAN cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
counter/alarm cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
crypto license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
current_sensing cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
entropy cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
flash_shell cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
gpio dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
ht16k33 cleanup: include/: move led.h to drivers/led.h 2019-06-27 22:55:49 -04:00
i2c_fujitsu_fram cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
i2c_scanner cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
lcd_hd44780 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
led_apa102 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_apa102c_bitbang cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
led_lp3943 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_lp5562 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_lpd8806 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_pca9633 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_ws2812 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
random license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
rtc cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
soc_flash_nrf cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
spi_flash cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
spi_fujitsu_fram cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
watchdog cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
drivers.rst samples: fix alarm sample doc and inclusion 2019-02-07 16:14:00 -05:00