We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ceeb56 commit 8a11ef3Copy full SHA for 8a11ef3
soc/nxp/mcx/mcxa/Kconfig.defconfig
@@ -7,6 +7,9 @@ config CORTEX_M_SYSTICK
7
default n if (MCUX_LPTMR_TIMER || MCUX_OS_TIMER)
8
9
config NUM_IRQS
10
+ default 80 if SOC_MCXA153
11
+ default 89 if SOC_MCXA156
12
+ default 122 if (SOC_MCXA346 || SOC_MCXA266 || SOC_MCXA366)
13
default 88
14
15
config SYS_CLOCK_HW_CYCLES_PER_SEC
soc/nxp/mcx/mcxn/Kconfig.defconfig
@@ -10,7 +10,7 @@ config MFD
default y if DT_HAS_NXP_LP_FLEXCOMM_ENABLED
- default 155
+ default 156
config ROM_START_OFFSET
16
default 0x400 if BOOTLOADER_MCUBOOT
0 commit comments