Enable timer0 and its pwm node. The board does not directly have any LED connected to a PWM output. However, following the official "TIMER_Breath_LED" example, user can bridge PA8 (TIMER0_CH0) to PF0 (LED2) to run quick samples such as samples/basic/blinky_pwm. Note that a prescaler value of 256 has been chosen so that basic PWM samples (blinky_pwm and fade_led) can be run. This value may be overriden in specific samples if needed. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
15 lines
251 B
YAML
15 lines
251 B
YAML
# Copyright (c) 2021, ATL Electronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
identifier: gd32f403z_eval
|
|
name: GigaDevice GD32F403Z Evaluation Kit
|
|
type: mcu
|
|
arch: arm
|
|
ram: 96
|
|
flash: 512
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
supported:
|
|
- pwm
|