| # 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_01 based MCU default configuration |
| |
| if SOC_DIE_PSOC6_01 |
| |
| config NUM_IRQS |
| default 32 if CPU_CORTEX_M0PLUS |
| default 147 if CPU_CORTEX_M4 |
| |
| config SYS_CLOCK_HW_CYCLES_PER_SEC |
| default 100000000 |
| |
| config MAIN_STACK_SIZE |
| default 2048 |
| |
| config IDLE_STACK_SIZE |
| default 1024 if PM |
| |
| # add additional die specific params |
| |
| endif # SOC_DIE_PSOC6_01 |