This commit converts the SiFive HiFive1 board (`hifive1` target) to the Zephyr Hardware Model v2. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
23 lines
295 B
YAML
23 lines
295 B
YAML
identifier: hifive1
|
|
name: SiFive HiFive1
|
|
type: mcu
|
|
arch: riscv
|
|
toolchain:
|
|
- zephyr
|
|
ram: 16
|
|
simulation: renode
|
|
simulation_exec: renode
|
|
supported:
|
|
- pwm
|
|
- gpio
|
|
- spi
|
|
- arduino_gpio
|
|
- arduino_i2c
|
|
testing:
|
|
ignore_tags:
|
|
- net
|
|
- bluetooth
|
|
- flash
|
|
- newlib
|
|
vendor: sifive
|