19 lines
444 B
Plaintext
19 lines
444 B
Plaintext
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
|
|
# an affiliate of Cypress Semiconductor Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Infineon PSOC 6_03 based MCU default configuration
|
|
|
|
if SOC_DIE_PSOC6_03
|
|
|
|
config NUM_IRQS
|
|
default 16 if CPU_CORTEX_M0PLUS
|
|
default 174 if CPU_CORTEX_M4
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 100000000
|
|
|
|
# add additional die specific params
|
|
|
|
endif # SOC_DIE_PSOC6_03
|