zephyr/soc/arm/st_stm32/stm32g0/Kconfig.defconfig.stm32g031xx
Filip Brozovic e541e63653 soc: arm: stm32g0: add STM32G031 SoC series
This commit adds support for the STM32G031xx SoCs
by STMicroelectronics.

Signed-off-by: Filip Brozovic <fbrozovic@gmail.com>
2019-12-18 22:06:39 +01:00

17 lines
227 B
Plaintext

# STMicroelectronics STM32G031xx MCU
# Copyright (c) 2019 SEAL AG
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32G031XX
config SOC
string
default "stm32g031xx"
config NUM_IRQS
int
default 30
endif # SOC_STM32G031XX