mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 20:22:15 +00:00
This commit adds support for the STM32G031xx SoCs by STMicroelectronics. Signed-off-by: Filip Brozovic <fbrozovic@gmail.com>
17 lines
227 B
Plaintext
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
|