mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 01:42:19 +00:00
Add support for blue pill and black pill variants of the STM32 minimum development board by splitting board configuration into stm32_min_dev_blue and stm32_min_dev_black. CODEOWNERS: Add myself (@cbsiddharth) as codeowner for stm32_min_dev Signed-off-by: Siddharth Chandrasekaran <siddharth@embedjournal.com>
15 lines
359 B
Plaintext
15 lines
359 B
Plaintext
# Kconfig - STM32 Minimum Development Board Configuration
|
|
#
|
|
# Copyright (c) 2017, embedjournal.com
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BOARD_STM32_MIN_DEV_BLUE
|
|
bool "STM32 Minimum Development Board (Blue)"
|
|
depends on SOC_STM32F103X8
|
|
|
|
config BOARD_STM32_MIN_DEV_BLACK
|
|
bool "STM32 Minimum Development Board (Black)"
|
|
depends on SOC_STM32F103X8
|