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>
19 lines
350 B
YAML
19 lines
350 B
YAML
identifier: riscv32_virtual
|
|
name: Renode RISC-V 32-bit Virtual Board
|
|
type: mcu
|
|
arch: riscv
|
|
toolchain:
|
|
- zephyr
|
|
ram: 4096
|
|
flash: 4096
|
|
simulation: renode
|
|
simulation_exec: renode
|
|
testing:
|
|
ignore_tags:
|
|
- net
|
|
- bluetooth
|
|
renode:
|
|
uart: sysbus.uart0
|
|
resc: boards/renode/riscv32_virtual/support/riscv32_virtual.resc
|
|
supported:
|
|
- uart
|