mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 13:45:44 +00:00
This commit adds support for the STM32G070xx SoCs by STMicroelectronics. Signed-off-by: Eric Hay <EHay@sierrawireless.com>
21 lines
398 B
Plaintext
21 lines
398 B
Plaintext
# STMicroelectronics STM32G0 MCU line
|
|
|
|
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com>
|
|
# Copyright (c) 2019 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice
|
|
prompt "STM32G0x MCU Selection"
|
|
depends on SOC_SERIES_STM32G0X
|
|
|
|
config SOC_STM32G031XX
|
|
bool "STM32G031XX"
|
|
|
|
config SOC_STM32G070XX
|
|
bool "STM32G070XX"
|
|
|
|
config SOC_STM32G071XX
|
|
bool "STM32G071XX"
|
|
|
|
endchoice
|