zephyr/samples/basic
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
..
blink_led soc/x86/intel_quark: remove support for Quark D2000 SoC 2019-06-25 08:06:43 -04:00
blinky dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
button dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
disco dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
fade_led soc/x86/intel_quark: remove support for Quark D2000 SoC 2019-06-25 08:06:43 -04:00
minimal yaml: Remove redundant document separators 2019-06-19 10:40:10 +02:00
rgb_led doc: samples: cleanup board reference and layout 2019-06-13 16:09:02 -04:00
servo_motor soc/x86/intel_quark: remove support for Quark D2000 SoC 2019-06-25 08:06:43 -04:00
threads dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
basic.rst doc: add labels to basic sample docs 2017-04-04 19:51:47 +00:00