mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 03:12:50 +00:00
Support the ST STM32F0DISCOVERY board with STM32F051R8T6 SoC Tested with: - `samples/basic/blinky` - `samples/basic/button` Includes flash config in `stm32f0_disco.rst` for use with mcuboot Signed-off-by: Nathan Tsoi <nathan@vertile.com>
11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
# Kconfig - STM32F0DISCOVERY development board with STM32F051R8 MCU configuration
|
|
#
|
|
# Copyright (c) 2018 Nathan Tsoi <nathan@vertile.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BOARD_STM32F0_DISCO
|
|
bool "STM32F0DISCOVERY Development Board"
|
|
depends on SOC_STM32F051X8
|