Initial integration with renode-test was introduced in commit bdf02ff
,
which added support for calling the `renode-test` command from both west
and twister.
This commit removes the custom run_renode_test target used for running
Robot tests with the `west build` command and makes twister call
`renode-test` directly instead.
Signed-off-by: Michał Szprejda <mszprejda@antmicro.com>
23 lines
391 B
YAML
23 lines
391 B
YAML
identifier: hifive_unleashed
|
|
name: SiFive HiFive Unleashed
|
|
type: mcu
|
|
arch: riscv
|
|
toolchain:
|
|
- zephyr
|
|
ram: 3840
|
|
simulation: renode
|
|
simulation_exec: renode
|
|
testing:
|
|
ignore_tags:
|
|
- net
|
|
- bluetooth
|
|
- flash
|
|
- newlib
|
|
- crypto
|
|
renode:
|
|
uart: sysbus.uart0
|
|
resc: boards/sifive/hifive_unleashed/support/hifive_unleashed.resc
|
|
supported:
|
|
- gpio
|
|
- spi
|
|
vendor: sifive
|