Skip to content

Commit af3eadc

Browse files
drivers: serial: nrfx_uarte: Default DIRECT_ISR if MULTITHREADING=n
Default to using DIRECT_ISR if nothreading. This allows the SW ISR table to be excluded if nothreading. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 727c15a commit af3eadc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/serial/Kconfig.nrfx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ config UART_ASYNC_TX_CACHE_SIZE
8181

8282
config UART_NRFX_UARTE_DIRECT_ISR
8383
bool "Use direct ISR"
84+
default y if !MULTITHREADING
8485

8586
config UART_NRFX_UARTE_SPURIOUS_RXTO_WORKAROUND
8687
bool

0 commit comments

Comments
 (0)