This commit introduces g041, g061, g081, and g0c1 socs in kconfig. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
14 lines
222 B
Text
14 lines
222 B
Text
# STMicroelectronics STM32G041xx MCU
|
|
|
|
# Copyright (c) 2021 Thomas Stranger
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32G041XX
|
|
|
|
config SOC
|
|
default "stm32g041xx"
|
|
|
|
config NUM_IRQS
|
|
default 32
|
|
|
|
endif # SOC_STM32G041XX
|