mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-17 22:06:10 +00:00
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> |
||
---|---|---|
.. | ||
blink_led | ||
blinky | ||
button | ||
disco | ||
fade_led | ||
minimal | ||
rgb_led | ||
servo_motor | ||
threads | ||
basic.rst |