zephyr/subsys/bluetooth/controller/ll_sw
Vinayak Kariappa Chettimada eb2a64989b drivers: flash: nrf: Fix flash operation timeout
Fix flash operation timeout due to incorrect use of
secondary ticker to abort any radio in use. Ticker id 0
is reserved for split controller's pipeline preempt timeout.
Using the same ticker id caused the secondary ticker to
not be started if controller is using the same ticker id
for pipeline preempt timeout.

Fixes #26333.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2020-07-09 07:17:41 -04:00
..
nordic Bluetooth: controller: Fix non-privacy directed advertiser 2020-06-25 12:11:02 +02:00
openisa Bluetooth: controller: Fix non-privacy directed advertiser 2020-06-25 12:11:02 +02:00
ll_addr.c Bluetooth: controller: split: Rework with defines for adv set states 2020-06-12 15:50:34 +02:00
ll_settings.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ll_test.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ll_tx_pwr.c Bluetooth: controller: Fix compilation regression 2020-06-16 17:48:59 +02:00
lll_chan.c Bluetooth: controller: split: Refactor to reuse common ISR code 2020-06-12 15:50:34 +02:00
lll_chan.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lll_conn.h Bluetooth: controller: split: Refactor to reuse common ISR code 2020-06-12 15:50:34 +02:00
lll_filter.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lll.h Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
nrf.cmake Bluetooth: controller: split: Initial extended scanning code 2020-06-12 15:50:34 +02:00
openisa.cmake bluetooth: controller: refactor CMake related files 2020-01-23 16:08:00 +01:00
pdu.h Bluetooth: controller: split: Review rework use defines 2020-06-12 15:50:34 +02:00
ull_adv_aux.c Bluetooth: controller: split: Fix initialization of new aux header 2020-06-12 15:50:34 +02:00
ull_adv_internal.h Bluetooth: controller: split: Move aux_offset_fill into ULL files 2020-06-12 15:50:34 +02:00
ull_adv_sync.c Bluetooth: controller: Fix Periodic Adv Data Set parameter list 2020-07-06 16:49:19 +02:00
ull_adv_types.h Bluetooth: controller: split: Allow set rand addr when using ext cmds 2020-06-12 15:50:34 +02:00
ull_adv.c Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
ull_chan_internal.h Bluetooth: controller: split: Fix compile error in periodic adv code 2020-06-12 15:50:34 +02:00
ull_chan.c Bluetooth: controller: split: Rework with defines for adv set states 2020-06-12 15:50:34 +02:00
ull_conn_internal.h Bluetooth: controller: split: Move PKT_US into pdu.h 2020-06-12 15:50:34 +02:00
ull_conn_types.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ull_conn.c Bluetooth: controller: Add explicit opcode check in unknown rsp PDU 2020-06-22 12:33:22 +02:00
ull_filter.c Bluetooth: controller: split: Rework with defines for adv set states 2020-06-12 15:50:34 +02:00
ull_filter.h Bluetooth: controller: split: Fix compile error in periodic adv code 2020-06-12 15:50:34 +02:00
ull_internal.h Bluetooth: controller: split: Add periodic adv ULL implementation 2020-06-12 15:50:34 +02:00
ull_master_internal.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ull_master.c Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
ull_scan_aux.c Bluetooth: controller: split: Review rework use defines 2020-06-12 15:50:34 +02:00
ull_scan_internal.h Bluetooth: controller: split: Extended scanning Rx list 2020-06-12 15:50:34 +02:00
ull_scan_types.h Bluetooth: controller: split: Change the extended scan PDU rx list 2020-06-12 15:50:34 +02:00
ull_scan.c Bluetooth: controller: Fix missing RADIO_TXP_DEFAULT define 2020-06-16 17:48:59 +02:00
ull_sched_internal.h Bluetooth: controller: split: Port advanced scheduling 2020-06-09 10:43:58 +02:00
ull_sched.c Bluetooth: controller: split: Fix endianness in ull_sched 2020-06-09 10:43:58 +02:00
ull_slave_internal.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ull_slave.c Bluetooth: controller: Fix missing RADIO_TXP_DEFAULT define 2020-06-16 17:48:59 +02:00
ull.c drivers: flash: nrf: Fix flash operation timeout 2020-07-09 07:17:41 -04:00