Skip to content

Commit 02f7eb0

Browse files
committed
applications: sdp: do not generate SW_ISR_TABLE
All interrupts in SDP should be direct, SW_ISR_TABLE causes `isr.S` to be compiled in which increases IRQ latency. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 2adae75 commit 02f7eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

applications/sdp/gpio/boards/nrf54l15dk_nrf54l15_cpuflpr.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CONFIG_PM=n
1818
# Interrupts
1919
CONFIG_DYNAMIC_INTERRUPTS=n
2020
CONFIG_IRQ_OFFLOAD=n
21+
CONFIG_GEN_SW_ISR_TABLE=n
2122

2223
# Memory protection
2324
CONFIG_THREAD_STACK_INFO=n

0 commit comments

Comments
 (0)