tests: app_development: Add efr32bg22 support
Map test IRQ to SGI to prevent clash with EUART0 TX IRQ for EFR32BG22 SoC. Signed-off-by: Greg Leach <greg.leach@ezurio.com>
This commit is contained in:
@@ -13,6 +13,7 @@ config TEST_IRQ_NUM
|
||||
default 1 if (SOC_SERIES_NPCX9 || SOC_SERIES_NPCX7 || SOC_SERIES_NPCK3)
|
||||
default 29 if SOC_K32L2B31A
|
||||
default 28 if SOC_SERIES_NRF54L
|
||||
default 52 if SOC_SERIES_EFR32BG22
|
||||
default 0
|
||||
help
|
||||
IRQ number to use for testing purposes. This should be an
|
||||
@@ -25,6 +26,7 @@ config TEST_IRQ_NUM
|
||||
- STM32C0X series: 18 (available test IRQ)
|
||||
- NPCX9, NPCX7, NPCK3 series: 1 (unused IRQ not mapped to MIWU groups)
|
||||
- K32L2B31A: 29 (available test IRQ)
|
||||
- EFR32BG22: 52 (available test IRQ (SW0 - SGI), (NUM_IRQS - 1) equates to EUART0 TX)
|
||||
- Other platforms: 0 (magic config value to select the last IRQ: NUM_IRQS - 1)
|
||||
|
||||
config TEST_IRQ_PRIO
|
||||
|
||||
Reference in New Issue
Block a user