Home
last modified time | relevance | path

Searched full:renode (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-Core-3.7.0/boards/common/
Drenode_robot.board.cmake3 board_set_robot_runner_ifnset(renode-robot)
5 # `--variable` is a renode-test argument, for setting a variable that can be later used in a .robot…
11 board_runner_args(renode-robot "--renode-robot-arg=--variable=ELF:@${PROJECT_BINARY_DIR}/${KERNEL_E…
12 board_runner_args(renode-robot "--renode-robot-arg=--variable=RESC:@${RENODE_SCRIPT}")
13 board_runner_args(renode-robot "--renode-robot-arg=--variable=UART:${RENODE_UART}")
14 board_runner_args(renode-robot "--renode-robot-arg=--variable=KEYWORDS:${ZEPHYR_BASE}/tests/robot/c…
15 board_runner_args(renode-robot "--renode-robot-arg=--variable=RESULTS_DIR:${APPLICATION_BINARY_DIR}…
17 board_finalize_runner_args(renode-robot)
Drenode.board.cmake3 board_set_sim_runner_ifnset(renode)
5 board_runner_args(renode "--renode-command=$elf=@${PROJECT_BINARY_DIR}/${KERNEL_ELF_NAME}")
6 board_runner_args(renode "--renode-command=include @${RENODE_SCRIPT}")
8 board_finalize_runner_args(renode)
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Drenode.py5 '''Runner stub for Renode.'''
12 '''Place-holder for Renode runner customizations.'''
22 return 'renode'
30 parser.add_argument('--renode-arg',
33 … help='additional argument passed to Renode; `--help` will print all possible arguments')
34 parser.add_argument('--renode-command',
37 help='additional command passed to Renode\'s simulation')
38 parser.add_argument('--renode-help',
41 help='print all possible `Renode` arguments')
51 cmd = ['renode']
Drenode-robot.py5 '''Runner stub for renode-test.'''
12 '''Place-holder for Renode runner customizations.'''
22 return 'renode-robot'
34 parser.add_argument('--renode-robot-arg',
37 help='additional argument passed to renode-test')
38 parser.add_argument('--renode-robot-help',
41 help='print all possible `renode-test` arguments')
51 cmd = ['renode-test']
62 …self.logger.error("No Robot testsuite passed to renode-test! Use the `--testsuite` argument to pro…
D__init__.py52 'renode',
53 'renode-robot',
/Zephyr-Core-3.7.0/boards/renode/riscv32_virtual/
Driscv32_virtual.yaml2 name: Renode RISC-V 32-bit Virtual Board
9 simulation: renode
10 simulation_exec: renode
15 renode:
17 resc: boards/renode/riscv32_virtual/support/riscv32_virtual.resc
Driscv32_virtual.dts12 model = "Renode RISCV32 Virtual target";
13 compatible = "renode,riscv32-virtual";
Dboard.yml3 vendor: renode
/Zephyr-Core-3.7.0/cmake/emu/
Drenode.cmake4 RENODE
5 renode
11 --pid-file renode.pid
14 # Check if there is any Renode script overlay defined for the target board
18 message(STATUS "Found Renode script overlay: ${resc_overlay_file}")
23 ${RENODE}
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/magic_wand/
DREADME.rst16 `the Antmicro tutorial on Renode emulation for TensorFlow`_.
21 .. _the Antmicro tutorial on Renode emulation for TensorFlow:
35 emulation in Renode as follows:
44 Once the application is built, `download and install Renode 1.12 or higher as a package`_
45 following the instructions in the `Renode GitHub README`_ and
50renode -e "set zephyr_elf @./build/zephyr/zephyr.elf; s @./samples/modules/tflite-micro/magic_wand…
52 .. _download and install Renode 1.12 or higher as a package:
53 https://github.com/renode/renode/releases/
56 https://github.com/renode/renode/blob/master/README.rst
61 The Renode-emulated LiteX/VexRiscv board is fed data that the
/Zephyr-Core-3.7.0/boards/microchip/m2gl025_miv/
Dboard.cmake3 set(SUPPORTED_EMU_PLATFORMS renode)
7 set_ifndef(BOARD_SIM_RUNNER renode)
8 set_ifndef(BOARD_ROBOT_RUNNER renode-robot)
9 include(${ZEPHYR_BASE}/boards/common/renode.board.cmake)
Dm2gl025_miv.yaml8 simulation: renode
9 simulation_exec: renode
15 renode:
/Zephyr-Core-3.7.0/boards/sifive/hifive_unmatched/
Dhifive_unmatched.yaml8 simulation: renode
9 simulation_exec: renode
14 renode:
/Zephyr-Core-3.7.0/boards/sifive/hifive_unleashed/
Dhifive_unleashed.yaml8 simulation: renode
9 simulation_exec: renode
17 renode:
/Zephyr-Core-3.7.0/boards/sifive/hifive1/
Dhifive1.yaml8 simulation: renode
9 simulation_exec: renode
22 renode:
Dboard.cmake4 set(SUPPORTED_EMU_PLATFORMS renode qemu)
32 set_ifndef(BOARD_SIM_RUNNER renode)
33 set_ifndef(BOARD_ROBOT_RUNNER renode-robot)
34 include(${ZEPHYR_BASE}/boards/common/renode.board.cmake)
/Zephyr-Core-3.7.0/tests/lib/lockfree/
Dtestcase.yaml4 - m5stack_core2 # renode times out
5 - m2gl025_miv # renode times out
/Zephyr-Core-3.7.0/boards/renode/
Dindex.rst1 .. _boards-renode:
3 Renode chapter
/Zephyr-Core-3.7.0/boards/renode/riscv32_virtual/doc/
Dindex.rst9 The RISCV32 Virtual board is a virtual platform made with Renode as an alternative to QEMU.
31 configuration to run basic Zephyr applications and kernel tests in the Renode
41 Renode, and display the following console output:
51 Exit Renode by pressing :kbd:`CTRL+C`.
/Zephyr-Core-3.7.0/doc/develop/west/
Dbuild-flash-debug.rst709 Currently the command supports only one runner which is using ``renode-test``,
710 (essentially a wrapper for running Robot tests in Renode), but can be
715 west robot --runner=renode-robot --testsuite path/to/testsuite.robot
720 To pass additional parameters to Renode use ``--renode-robot-args`` switch.
721 For example to show Renode logs in addition to Robot Framework's output:
723 …west robot --runner=renode-robot --testsuite path/to/testsuite.robot --renode-robot-arg="--show-lo…
732 west robot --runner=renode-robot --context
735 To view all available options "renode-test" runner supports, use::
737 west robot --runner=renode-robot --renode-robot-help
745 Currently the command supports only one runner which is using Renode,
[all …]
/Zephyr-Core-3.7.0/scripts/west_commands/tests/
Dtest_imports.py43 'renode',
44 'renode-robot',
/Zephyr-Core-3.7.0/scripts/schemas/twister/
Dplatform-schema.yaml32 "renode",
105 "renode":
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dplatform.py71 renode = testing.get("renode", {})
72 self.uart = renode.get("uart", "")
73 self.resc = renode.get("resc", "")
/Zephyr-Core-3.7.0/boards/microchip/mpfs_icicle/
Dboard.cmake3 set(SUPPORTED_EMU_PLATFORMS renode)
/Zephyr-Core-3.7.0/boards/ite/it8xxx2_evb/
Dboard.cmake1 set(SUPPORTED_EMU_PLATFORMS renode)

12