You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
662 B
25 lines
662 B
# Copyright (c) 2024 Cypress Semiconductor Corporation (an Infineon company) or |
|
# an affiliate of Cypress Semiconductor Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
# Infineon CAT1C devices |
|
|
|
# Series definitions |
|
config SOC_SERIES_XMC7200 |
|
select ARM |
|
select CPU_CORTEX_M_HAS_SYSTICK |
|
select CPU_HAS_ARM_MPU |
|
select CPU_CORTEX_M_HAS_VTOR |
|
select CPU_HAS_ICACHE if CPU_CORTEX_M7 |
|
select CPU_HAS_DCACHE if CPU_CORTEX_M7 |
|
select CPU_HAS_FPU if CPU_CORTEX_M7 |
|
select SOC_PREP_HOOK |
|
|
|
config SOC_XMC7200D_E272K8384_M0PLUS |
|
select CPU_CORTEX_M0PLUS |
|
|
|
config SOC_XMC7200D_E272K8384_M7_0 |
|
select CPU_CORTEX_M7 |
|
|
|
config SOC_XMC7200D_E272K8384_M7_1 |
|
select CPU_CORTEX_M7
|
|
|