Add board support for cy8ckit_062s2_ai Signed-off-by: Sandra Schmidt <sandra.schmidt@arrow.com>
21 lines
480 B
Text
21 lines
480 B
Text
# 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_02 based MCU default configuration
|
|
|
|
if SOC_DIE_PSOC6_02
|
|
|
|
config NUM_IRQS
|
|
default 16 if CPU_CORTEX_M0PLUS
|
|
default 168 if CPU_CORTEX_M4
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 100000000
|
|
|
|
config BUILD_OUTPUT_HEX
|
|
default y
|
|
|
|
# add additional die specific params
|
|
|
|
endif # SOC_DIE_PSOC6_02
|