zephyr/subsys
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
..
bluetooth Bluetooth: controller: Move call to k_sem_give() out of the ISR 2016-12-24 08:42:15 +02:00
debug debug: gdb: move to new kernel APIs 2016-12-19 14:59:35 -05:00
fs fs/disk: Improve code readability 2016-12-05 02:46:52 +00:00
logging logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
net net/utils: Use the right data-type 2016-12-21 12:54:50 +00:00
usb arch/arc, usb, ztest: Add the ARG_UNUSED macro 2016-12-21 12:54:54 +00:00
Kconfig debug: move debug features from misc to subsys/debug 2016-12-19 19:58:40 +00:00
Makefile debug: move debug features from misc to subsys/debug 2016-12-19 19:58:40 +00:00