Skip to content

Commit 28a66c4

Browse files
mstasiaknordicrlubos
authored andcommitted
[nrf fromlist] tests: ram_context_for_isr: pick IRQ number for nRF54L
Picked IRQ number available on all platforms. Upstream PR #: 96531 Signed-off-by: Michał Stasiak <[email protected]>
1 parent adb2e30 commit 28a66c4

File tree

1 file changed

+1
-0
lines changed
  • tests/application_development/ram_context_for_isr

1 file changed

+1
-0
lines changed

tests/application_development/ram_context_for_isr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ config TEST_IRQ_NUM
1212
default 18 if SOC_SERIES_STM32C0X
1313
default 1 if (SOC_SERIES_NPCX9 || SOC_SERIES_NPCX7 || SOC_SERIES_NPCK3)
1414
default 29 if SOC_K32L2B31A
15+
default 28 if SOC_SERIES_NRF54LX
1516
default 0
1617
help
1718
IRQ number to use for testing purposes. This should be an

0 commit comments

Comments
 (0)