18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
# Nordic Semiconductor nRF54H20 Application MCU
|
|
|
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP
|
|
|
|
config NUM_IRQS
|
|
default 471
|
|
|
|
config NRF_REGTOOL_GENERATE_UICR
|
|
default y
|
|
|
|
config SHELL_BACKEND_SERIAL
|
|
default n if NRF_ETR_SHELL
|
|
|
|
endif # SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP
|