zephyr/subsys/bluetooth/controller/ll_sw
Krzysztof Chruscinski 5ef63d8313 Bluetooth: Controller: nordic: Rework hw resources files
Move all defines that specifies (D)PPI resources which are used
to dedicated files which have no include dependencies. This allow
to use them in nrfx_glue.h to specify fixed (D)PPI channels used
by the bluetooth.

Additionally, added mask with GPIOTE channels used by the bluetooth
controller. It was previously not defined which could lead to
conflicts since same channels could be allocated by the nrfx_gpiote
user

Updated nrfx_glue.h to use new approach.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-12-02 09:55:48 +01:00
..
nordic Bluetooth: Controller: nordic: Rework hw resources files 2021-12-02 09:55:48 +01:00
openisa Bluetooth: Controller: Use ceiling_fraction function 2021-11-18 16:48:47 +01:00
isoal.c
isoal.h
ll_addr.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ll_feat.c
ll_settings.c
ll_test.h
ll_tx_pwr.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
lll_adv_aux.h Bluetooth: Controller: Fix Extended Advertising channel use 2021-09-29 14:44:47 -04:00
lll_adv_iso.h Bluetooth: controller: Add create BIG complete event 2021-11-18 16:48:47 +01:00
lll_adv_sync.h
lll_adv.h Bluetooth: Controller: Implement ISO Broadcaster connection handle 2021-11-25 10:43:51 -05:00
lll_central_iso.h
lll_central.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
lll_chan.c
lll_chan.h
lll_clock.h
lll_common.c
lll_conn_iso.h
lll_conn.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
lll_df.h
lll_filter.h Bluetooth: Controller: Review rework fixes and adding const qualifiers 2021-11-03 16:52:58 +01:00
lll_peripheral_iso.h
lll_peripheral.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
lll_scan_aux.h
lll_scan.h Bluetooth: Controller: Use defined to check Adv and Scan filter policy 2021-11-03 16:52:58 +01:00
lll_sched.h
lll_sync_iso.h Bluetooth: Controller: Initial ISO Sync Receiver datapath integration 2021-11-25 10:43:51 -05:00
lll_sync.h Bluetooth: controller: Initial BIG Create Sync implementation 2021-11-18 16:48:47 +01:00
lll.h Bluetooth: Controller: Implement ISO Sync Receiver connection handle 2021-11-25 10:43:51 -05:00
nrf.cmake Bluetooth: Controller: BIS initial implementation review rework 2021-11-18 16:48:47 +01:00
openisa.cmake Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
pdu.h Bluetooth: controller: remove obsolete defines 2021-11-25 10:46:08 -05:00
ull_adv_aux.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_adv_internal.h Bluetooth: Controller: Implement ISO Broadcaster connection handle 2021-11-25 10:43:51 -05:00
ull_adv_iso.c Bluetooth: Controller: Implement ISO Broadcaster connection handle 2021-11-25 10:43:51 -05:00
ull_adv_sync.c Bluetooth: Controller: Fix to use ADI flag in Periodic Adv Enable 2021-11-26 10:26:17 -05:00
ull_adv_types.h Bluetooth: controller: Add the BIG terminate event generation 2021-11-18 16:48:47 +01:00
ull_adv.c Bluetooth: controller: Add missing NULL assign to df_cfg in ll_adv_set 2021-11-29 18:29:43 -05:00
ull_central_internal.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
ull_central_iso_internal.h
ull_central_iso.c Bluetooth: controller: Replace {m_,s_} with {c_,p_} 2021-09-21 13:01:29 +02:00
ull_central.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_chan_internal.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_chan.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_conn_internal.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_conn_iso_internal.h Bluetooth: controller: Send disconnect complete when CIS is terminated 2021-10-28 11:18:40 +02:00
ull_conn_iso_types.h Bluetooth: controller: Send disconnect complete when CIS is terminated 2021-10-28 11:18:40 +02:00
ull_conn_iso.c Bluetooth: controller: Send disconnect complete when CIS is terminated 2021-10-28 11:18:40 +02:00
ull_conn_types.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_conn.c Bluetooth: controller: Wait for accept/reject from host for LL_CIS_RSP 2021-11-22 22:20:19 -05:00
ull_df_internal.h
ull_df_types.h
ull_df.c Bluetooth: controller: add missing ADI support in per adv chains 2021-11-11 18:36:54 +01:00
ull_filter.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_filter.h Bluetooth: Controller: Implement Periodic Advertiser List 2021-10-01 21:48:51 +02:00
ull_internal.h Bluetooth: Controller: Remove misplaced function declaration 2021-11-19 11:53:24 +01:00
ull_iso_internal.h Bluetooth: Controller: Initial ISO Sync Receiver datapath integration 2021-11-25 10:43:51 -05:00
ull_iso_types.h
ull_iso.c Bluetooth: Controller: Initial ISO Sync Receiver datapath integration 2021-11-25 10:43:51 -05:00
ull_llcp_chmu.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_common.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_conn_upd.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_enc.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_features.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_internal.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_local.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_pdu.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_phy.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_remote.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_periph_internal.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
ull_peripheral_iso_internal.h
ull_peripheral_iso.c Bluetooth: Controller: Propagate ticks_drift in the ticker callback 2021-09-17 14:30:07 +02:00
ull_peripheral.c Bluetooth: Controller: Use ceiling_fraction function 2021-11-18 16:48:47 +01:00
ull_scan_aux.c Bluetooth: controller: Initial BIG Create Sync implementation 2021-11-18 16:48:47 +01:00
ull_scan_internal.h Bluetooth: Controller: Use defines for scanning state types 2021-09-29 15:05:57 +02:00
ull_scan_types.h Bluetooth: controller: ULL: add per sync filtering by CTE type 2021-10-07 21:36:55 -04:00
ull_scan.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_sched_internal.h
ull_sched.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_sync_internal.h Bluetooth: Controller: Fix Periodic Sync Failed to be Established 2021-11-16 12:12:56 +01:00
ull_sync_iso_internal.h Bluetooth: Controller: Implement ISO Sync Receiver connection handle 2021-11-25 10:43:51 -05:00
ull_sync_iso.c Bluetooth: Controller: Initial ISO Sync Receiver datapath integration 2021-11-25 10:43:51 -05:00
ull_sync_types.h Bluetooth: Controller: Move iso_interval field from ULL to LLL context 2021-11-23 11:39:10 +01:00
ull_sync.c Bluetooth: Controller: BIS initial implementation review rework 2021-11-18 16:48:47 +01:00
ull_tx_queue.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_tx_queue.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull.c Bluetooth: Controller: Implement ISO Sync Receiver connection handle 2021-11-25 10:43:51 -05:00