Browse Source
Added support for nRF54L20 FLPR core in soc dir. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>pull/87425/head
6 changed files with 23 additions and 2 deletions
@ -0,0 +1,11 @@ |
|||||||
|
# Nordic Semiconductor nRF54L20 MCU |
||||||
|
|
||||||
|
# Copyright (c) 2025 Nordic Semiconductor ASA |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
if SOC_NRF54L20_ENGA_CPUFLPR |
||||||
|
|
||||||
|
config NUM_IRQS |
||||||
|
default 306 |
||||||
|
|
||||||
|
endif # SOC_NRF54L20_ENGA_CPUFLPR |
Loading…
Reference in new issue