mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 02:45:21 +00:00
Since struct devconfig was merged earlier into struct device, let's fix accessing config_info, name, ... attributes everywhere via: grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g' Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> |
||
---|---|---|
.. | ||
beacon | ||
central | ||
central_hr | ||
central_ht | ||
eddystone | ||
handsfree | ||
hci_pwr_ctrl | ||
hci_rpmsg | ||
hci_spi | ||
hci_uart | ||
hci_usb | ||
hci_usb_h4 | ||
ibeacon | ||
ipsp | ||
mesh | ||
mesh_demo | ||
mesh_provisioner | ||
peripheral | ||
peripheral_csc | ||
peripheral_dis | ||
peripheral_esp | ||
peripheral_hids | ||
peripheral_hr | ||
peripheral_ht | ||
peripheral_sc_only | ||
scan_adv | ||
st_ble_sensor | ||
bluetooth.rst |