mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 00:55:21 +00:00
Following the update of the schema, this updates all boards with the new structure. Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
27 lines
384 B
YAML
27 lines
384 B
YAML
identifier: hifive1
|
|
name: SiFive HiFive1
|
|
type: mcu
|
|
arch: riscv
|
|
toolchain:
|
|
- zephyr
|
|
ram: 16
|
|
simulation:
|
|
- name: renode
|
|
exec: renode
|
|
supported:
|
|
- pwm
|
|
- gpio
|
|
- spi
|
|
- arduino_gpio
|
|
- arduino_i2c
|
|
testing:
|
|
ignore_tags:
|
|
- net
|
|
- bluetooth
|
|
- flash
|
|
- newlib
|
|
renode:
|
|
uart: sysbus.uart0
|
|
resc: boards/sifive/hifive1/support/hifive1.resc
|
|
vendor: sifive
|