mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 08:41:56 +00:00
Add configuration, documentation, pinmux, fixup and dts support for STM32F103x8 based Minimum System Development board. Signed-off-by: Siddharth Chandrasekaran <siddharth@embedjournal.com>
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
# Kconfig - STM32 Minimum Development Board Configuration
|
|
#
|
|
# Copyright (c) 2017, embedjournal.com
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
config BOARD_STM32_MIN_DEV
|
|
bool "STM32 Minimum Development Board"
|
|
depends on SOC_STM32F103X8
|