zephyr/samples/sensor
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
..
adt7420
adxl362
adxl372
amg88xx cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
ams_iAQcore cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
apds9960 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
bme280
bme680
bmg160 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
bmi160 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
bmm150 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
ccs811 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
ens210 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
fxas21002
fxos8700 samples: sensors: fxos8700: add support for twr-ke18f board 2019-07-01 11:41:25 -05:00
fxos8700-hid dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
grove_light cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
grove_temperature
hts221 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
lsm6dsl cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
lsm303dlhc cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
magn_polling cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
max30101
max44009 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
mcp9808
ms5837
sht3xd
sx9500 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
th02 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
thermometer
ti_hdc cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
tmp112 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
vl53l0x cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
sensor.rst