mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 18:27:26 +00:00
We use the following commands to rename any SW._GPIO_{CONTROLLER,PIN,FLAGS} to DT_ALIAS_SW._GPIOS_{CONTROLLER,PIN,FLAGS} git grep -l SW._GPIO_CONTROLLER | xargs sed -i 's/SW\(.\)_GPIO_CONTROLLER/DT_ALIAS_SW\1_GPIOS_CONTROLLER/g' git grep -l SW._GPIO_PIN | xargs sed -i 's/SW\(.\)_GPIO_PIN/DT_ALIAS_SW\1_GPIOS_PIN/g' git grep -l SW._GPIO_FLAGS | xargs sed -i 's/SW\(.\)_GPIO_FLAGS/DT_ALIAS_SW\1_GPIOS_FLAGS/g' Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
beacon | ||
central | ||
central_hr | ||
eddystone | ||
gatt | ||
handsfree | ||
hci_spi | ||
hci_uart | ||
hci_usb | ||
ibeacon | ||
ipsp | ||
mesh | ||
mesh_demo | ||
peripheral | ||
peripheral_csc | ||
peripheral_dis | ||
peripheral_esp | ||
peripheral_hids | ||
peripheral_hr | ||
peripheral_sc_only | ||
scan_adv | ||
bluetooth.rst |