Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
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.
 
 
 
 
 
 

28 lines
582 B

# STMicroelectronics STM32C0 MCU line
# Copyright (c) 2023 Benjamin Björnsson <benjamin.bjornsson@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_STM32C0X
bool
select SOC_FAMILY_STM32
config SOC_SERIES
default "stm32c0x" if SOC_SERIES_STM32C0X
config SOC_STM32C011XX
bool
select SOC_SERIES_STM32C0X
config SOC_STM32C031XX
bool
select SOC_SERIES_STM32C0X
config SOC_STM32C071XX
bool
select SOC_SERIES_STM32C0X
config SOC
default "stm32c011xx" if SOC_STM32C011XX
default "stm32c031xx" if SOC_STM32C031XX
default "stm32c071xx" if SOC_STM32C071XX