Skip to content

Commit adb2e30

Browse files
kartbenrlubos
authored andcommitted
[nrf fromtree] tests: ram_context_for_isr: pick an available IRQ for nxp_k32l2b3 soc
(NUM_IRQS-1) IRQ is taken on this soc, so set CONFIG_TEST_IRQ_NUM to a different available IRQ to avoid test failure. Signed-off-by: Benjamin Cabé <[email protected]> (cherry picked from commit 6610b8c)
1 parent 2c928b8 commit adb2e30

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

tests/application_development/ram_context_for_isr/Kconfig

Lines changed: 2 additions & 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 29 if SOC_K32L2B31A
1415
default 0
1516
help
1617
IRQ number to use for testing purposes. This should be an
@@ -22,6 +23,7 @@ config TEST_IRQ_NUM
2223
- DA1469X series: 22 (available test IRQ)
2324
- STM32C0X series: 18 (available test IRQ)
2425
- NPCX9, NPCX7, NPCK3 series: 1 (unused IRQ not mapped to MIWU groups)
26+
- K32L2B31A: 29 (available test IRQ)
2527
- Other platforms: 0 (magic config value to select the last IRQ: NUM_IRQS - 1)
2628

2729
config TEST_IRQ_PRIO

0 commit comments

Comments
 (0)