Searched full:renode (Results 1 – 25 of 49) sorted by relevance
12
/Zephyr-Core-3.7.0/boards/common/ |
D | renode_robot.board.cmake | 3 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)
|
D | renode.board.cmake | 3 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/ |
D | renode.py | 5 '''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']
|
D | renode-robot.py | 5 '''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__.py | 52 'renode', 53 'renode-robot',
|
/Zephyr-Core-3.7.0/boards/renode/riscv32_virtual/ |
D | riscv32_virtual.yaml | 2 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
|
D | riscv32_virtual.dts | 12 model = "Renode RISCV32 Virtual target"; 13 compatible = "renode,riscv32-virtual";
|
D | board.yml | 3 vendor: renode
|
/Zephyr-Core-3.7.0/cmake/emu/ |
D | renode.cmake | 4 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/ |
D | README.rst | 16 `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 50 …renode -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/ |
D | board.cmake | 3 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)
|
D | m2gl025_miv.yaml | 8 simulation: renode 9 simulation_exec: renode 15 renode:
|
/Zephyr-Core-3.7.0/boards/sifive/hifive_unmatched/ |
D | hifive_unmatched.yaml | 8 simulation: renode 9 simulation_exec: renode 14 renode:
|
/Zephyr-Core-3.7.0/boards/sifive/hifive_unleashed/ |
D | hifive_unleashed.yaml | 8 simulation: renode 9 simulation_exec: renode 17 renode:
|
/Zephyr-Core-3.7.0/boards/sifive/hifive1/ |
D | hifive1.yaml | 8 simulation: renode 9 simulation_exec: renode 22 renode:
|
D | board.cmake | 4 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/ |
D | testcase.yaml | 4 - m5stack_core2 # renode times out 5 - m2gl025_miv # renode times out
|
/Zephyr-Core-3.7.0/boards/renode/ |
D | index.rst | 1 .. _boards-renode: 3 Renode chapter
|
/Zephyr-Core-3.7.0/boards/renode/riscv32_virtual/doc/ |
D | index.rst | 9 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/ |
D | build-flash-debug.rst | 709 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/ |
D | test_imports.py | 43 'renode', 44 'renode-robot',
|
/Zephyr-Core-3.7.0/scripts/schemas/twister/ |
D | platform-schema.yaml | 32 "renode", 105 "renode":
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | platform.py | 71 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/ |
D | board.cmake | 3 set(SUPPORTED_EMU_PLATFORMS renode)
|
/Zephyr-Core-3.7.0/boards/ite/it8xxx2_evb/ |
D | board.cmake | 1 set(SUPPORTED_EMU_PLATFORMS renode)
|
12