Add initial support for the GD32E507Z-EVAL board. Only basic peripherals are enabled for now: - UART - GPIO (LEDs, keys) - PWM Others, e.g. I2C, EEPROM, DAC, etc. require further testing and likely some driver adjustments. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
# Copyright (c) 2022, Teslabs Engineering S.L.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_GD32E507Z_EVAL
|
|
bool "GigaDevice GD32E507Z-EVAL"
|
|
depends on SOC_GD32E507
|