# Copyright 2024 NXP | |
# SPDX-License-Identifier: Apache-2.0 | |
if SOC_SERIES_MCXA | |
config NUM_IRQS | |
default 88 | |
config SYS_CLOCK_HW_CYCLES_PER_SEC | |
default 1000000 if MCUX_OS_TIMER | |
default 16000 if MCUX_LPTMR_TIMER | |
default 150000000 if CORTEX_M_SYSTICK | |
# Set to the minimal size of data which can be written. | |
config FLASH_FILL_BUFFER_SIZE | |
default 128 | |
endif # SOC_SERIES_MCXA |