zephyr/subsys/bluetooth
Piotr Pryga 2637c0ed22 Bluetooth: controller: Fix compilation error due to missing includes
When CONFIG_ARM_MPU is explicitly unset in application prj.conf there
were build warnings related with implicit declarations of following
symbols: NRF_DT_GPIOS_TO_PSEL, __WFE, __SEV.
Lack of NRF_DT_GPIOS_TO_PSEL lead to build error due to undeclared
dfegpio0_gpios symbol.

The cause for the warnings and error were missing soc.h includes in
few source files. The missing includes were added in this commit.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2021-09-24 09:20:38 -04:00
..
audio Bluetooth: Audio: Add initial server values in bt_vcs_register_param 2021-08-26 09:13:58 -04:00
common bluetooth: Add missing choice names in Kconfig 2021-09-14 09:57:03 +02:00
controller Bluetooth: controller: Fix compilation error due to missing includes 2021-09-24 09:20:38 -04:00
host bluetooth: host: conn: Fix conn param during l2cap fallback 2021-09-23 10:04:31 +02:00
mesh Bluetooth: Update terms in public API to spec v5.3 2021-09-15 14:02:50 +03:00
services Bluetooth: Object Transfer Service: Defines for allowed object ID values 2021-09-16 10:32:19 +02:00
shell Bluetooth: shell: Align with terms in v5.3 spec 2021-09-20 20:01:32 +02:00
CMakeLists.txt drivers: bluetooth: build as static library 2021-08-17 06:06:03 -04:00
Kconfig bluetooth: Split configuration into separated Kconfigs 2021-09-14 09:57:03 +02:00
Kconfig.adv bluetooth: Split configuration into separated Kconfigs 2021-09-14 09:57:03 +02:00
Kconfig.iso bluetooth: Split configuration into separated Kconfigs 2021-09-14 09:57:03 +02:00