zephyr/subsys/bluetooth/controller
Carles Cufi 167eac7df3 Bluetooth: controller: Move call to k_sem_give() out of the ISR
The execution time of k_sem_give() increased slightly recently, and
since it was being called from the radio ISR this had an impact in the
deadlines not being met.
This change moves the actual call to k_sem_give() to a lower-priority
job and thus out of the ISR to avoid its execution time affecting the
ISR's timing.

Change-id: I76c82df895c6daaffef52786b0c900ee15acb0aa
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-12-24 08:42:15 +02:00
..
hal Bluetooth: controller: Use SERIES config instead of NRF52 2016-12-20 09:14:47 -06:00
hci Bluetooth: Remove unnecessary runtime kernel object initialization 2016-12-16 10:27:48 +02:00
ll Bluetooth: controller: Move call to k_sem_give() out of the ISR 2016-12-24 08:42:15 +02:00
util Bluetooth: Controller: Fix suspicious use of sizeof 2016-11-18 07:47:50 +02:00
Kconfig Bluetooth: Kconfig: Fix order of default entries 2016-11-11 12:09:46 +00:00
Makefile Bluetooth: Move controller code to subsys/bluetooth 2016-11-04 22:05:05 +02:00