Skip to content

Commit b823fa8

Browse files
[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 cf1cab7 commit b823fa8

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
@@ -11,6 +11,7 @@ config TEST_IRQ_NUM
1111
default 22 if SOC_SERIES_DA1469X
1212
default 18 if SOC_SERIES_STM32C0X
1313
default 1 if (SOC_SERIES_NPCX9 || SOC_SERIES_NPCX7 || SOC_SERIES_NPCK3)
14+
default 28 if SOC_SERIES_NRF54LX
1415
default 0
1516
help
1617
IRQ number to use for testing purposes. This should be an

0 commit comments

Comments
 (0)