zephyr/samples/subsys/usb
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
..
cdc_acm cleanup: include/: move ring_buffer.h to sys/ring_buffer.h 2019-06-27 22:55:49 -04:00
cdc_acm_composite cleanup: include/: move ring_buffer.h to sys/ring_buffer.h 2019-06-27 22:55:49 -04:00
console cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
dfu samples/subsys/usb/dfu: Set sanitycheck test to build_only 2019-06-19 14:37:20 -04:00
hid samples: usb: hid: Fix harness configuration 2019-05-27 09:25:06 -04:00
hid-cdc dts: Rename SW._GPIO_* -> DT_ALIAS_SW._GPIOS_* 2019-07-01 07:14:36 -05:00
hid-mouse dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
inf usb: cdc: add .inf file 2019-05-09 08:20:34 -04:00
mass cleanup: include/: move fs.h to fs/fs.h 2019-06-27 22:55:49 -04:00
testusb usb: cdc: Add unique PIDs for each sample 2019-05-09 08:20:34 -04:00
webusb cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
usb.rst doc: fix misspellings in documentation 2019-06-18 15:08:19 -04:00
usb_pid.Kconfig usb: cdc: Add unique PIDs for each sample 2019-05-09 08:20:34 -04:00