Browse Source
The CH32V series now has GPIO, watchdog, I2C, and PWM drivers. Enable Twister for these drivers by updating the board definitions to match. On the larger chips, also enable the watchdog in Devicetree so it's usable by the sample. Note that the 203 and 303 do not yet have the appropriate iwdg Devicetree node. Signed-off-by: Michael Hope <michaelh@juju.nz>pull/92038/merge
8 changed files with 38 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||||||
|
identifier: ch32v303vct6_evt |
||||||
|
name: WCH CH32V303VCT6-EVT Evaluation Board |
||||||
|
type: mcu |
||||||
|
arch: riscv |
||||||
|
toolchain: |
||||||
|
- cross-compile |
||||||
|
- zephyr |
||||||
|
ram: 32 |
||||||
|
flash: 480 |
||||||
|
supported: |
||||||
|
- gpio |
||||||
|
- i2c |
||||||
|
- pwm |
||||||
|
- uart |
Loading…
Reference in new issue