zephyr/samples/bluetooth
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
..
beacon license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
central license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
central_hr Bluetooth: central_hr: use new API to get value handle 2019-06-25 18:24:32 +02:00
eddystone Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
gatt Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
handsfree license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
hci_spi dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
hci_uart Bluetooth: hci_uart: Assert if device is NULL 2019-06-26 12:37:04 +02:00
hci_usb usb: cdc: Add unique PIDs for each sample 2019-05-09 08:20:34 -04:00
ibeacon samples: bluetooth: ibeacon: change to ADV_NONCONN_IND type 2019-05-03 14:27:34 +03:00
ipsp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mesh license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mesh_demo license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
peripheral samples: bluetooth: peripheral: Fix RX buffer size 2019-05-21 16:15:44 -04:00
peripheral_csc Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
peripheral_dis subsys/settings: Update client modules 2019-06-18 17:57:08 +02:00
peripheral_esp Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
peripheral_hids license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
peripheral_hr yaml: Remove redundant document separators 2019-06-19 10:40:10 +02:00
peripheral_sc_only license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
scan_adv license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
bluetooth.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00