zephyr/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.stm32f072xx
Jonas Otto 2baac8e769 soc: Add support for STM32F072X8
Adds support for the STM32F072X8 SOC, which is a variant of the
existing STM32F072XB with less flash.

Signed-off-by: Jonas Otto <jonas@jonasotto.com>
2023-09-19 15:25:09 +01:00

14 lines
259 B
Text

# ST Microelectronics STM32F072XB MCU
# Copyright (c) 2017 BayLibre, SAS
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32F072X8 || SOC_STM32F072XB
config SOC
default "stm32f072xb"
config NUM_IRQS
default 32
endif # SOC_STM32F072X8 || SOC_STM32F072XB