nuttx/boards/arm/nrf52/nrf52840-dk
buxiasen 431b848c79 board/arm/nrf52: fix use up_interrupt_context to is_nesting_interrupt
The case want to determine if a interrupt with higher priority and the
interrupt preemption occurred, but up_interrupt_context indicates that we
self inside interrupt/handler mode. As we previously did not handle the
ramvector interrupt correctly, after update breaked the case. We should
use a more clear private function is_nesting_interrupt.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-10-08 23:53:57 +08:00
..
configs net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
include
scripts nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
src board/arm/nrf52: fix use up_interrupt_context to is_nesting_interrupt 2024-10-08 23:53:57 +08:00
CMakeLists.txt
Kconfig