tests: kernel: Add support for FLPR core in nRF54L15
Add support for production device. Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
This commit is contained in:
parent
070b1a4d41
commit
18086567dd
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
*/
|
||||
#define IRQ0_PRIO IRQ_DEFAULT_PRIORITY
|
||||
#define IRQ1_PRIO 0x0
|
||||
#elif defined(CONFIG_SOC_NRF54L15_ENGA_CPUFLPR)
|
||||
#elif defined(CONFIG_SOC_NRF54L15_ENGA_CPUFLPR) || defined(CONFIG_SOC_NRF54L15_CPUFLPR)
|
||||
#define IRQ0_LINE 16
|
||||
#define IRQ1_LINE 17
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue