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>
14 lines
259 B
Text
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
|