mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 05:21:57 +00:00
Add the STM32F072-EVAL Board minimal support. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
# Kconfig - STM32F072-EVAL board configuration
|
|
#
|
|
# Copyright (c) 2017 BayLibre, SAS
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BOARD_STM32F072_EVAL
|
|
bool "STM32F072-EVAL Development Board"
|
|
depends on SOC_STM32F072XB
|