Skip to content

Commit 55d3ce1

Browse files
ioannisgcarlescufi
authored andcommitted
Bluetooth: controller: Refactoring nRF5 radio driver
This commit refactors the nRF5 radio driver of Bluetooth controller to use symbolic names for PPIs. It also revisits the Radio hardware timing constants to align with experimental measurements. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent ca9c3ad commit 55d3ce1

File tree

9 files changed

+1707
-375
lines changed

9 files changed

+1707
-375
lines changed

subsys/bluetooth/controller/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ zephyr_library_sources(
77
hal/nrf5/cntr.c
88
hal/nrf5/rand.c
99
hal/nrf5/ecb.c
10-
hal/nrf5/radio.c
10+
hal/nrf5/radio/radio.c
1111
ticker/ticker.c
1212
ll_sw/ctrl.c
1313
ll_sw/crypto.c

0 commit comments

Comments
 (0)