zephyr/samples
Kumar Gala a614a026b7 dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_*
Convert DT_.*_GPIO_{CONTROLLER,PIN,FLAGS} ->
	DT_.*_GPIOS_{CONTROLLER,PIN,FLAGS)

Used the following commands to make these conversions:

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

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-27 13:02:34 -05:00
..
application_development samples: out_of_tree_board: remove board.h 2019-06-26 09:11:07 -04:00
basic dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
bluetooth dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
boards docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
cpp_synchronization
display samples: display: ili9340: Document 2 Arduino TFT shield configurations. 2019-06-17 17:06:06 -04:00
drivers dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
gui
hello_world
mpu doc: fix misspellings in documentation 2019-06-18 15:08:19 -04:00
net usb: sort usb config data by section 2019-06-27 12:18:05 +02:00
nfc/nfc_hello
philosophers
portability docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
sensor boards/x86/quark_d2000_crb: drop support for Quark D2000 dev board 2019-06-25 08:06:43 -04:00
shields
subsys usb: sort usb config data by section 2019-06-27 12:18:05 +02:00
synchronization
testing/integration
userspace docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
xtensa_asm2
classic.rst
index.rst