Add support for the board Waveshare Open103Z based on a STM32F103Zx processor. Signed-off-by: Stefano Manni <stefano.manni@gmail.com>
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# Waveshare Open103Z board configuration
|
|
|
|
# Copyright (c) 2020 Stefano Manni
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_WAVESHARE_OPEN103Z
|
|
bool "Waveshare OPEN103Z Development Board"
|
|
depends on SOC_STM32F103XE
|