Searched full:renode (Results 1 – 25 of 59) sorted by relevance
123
/Zephyr-latest/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-latest/scripts/west_commands/runners/ |
D | renode.py | 5 '''Runner stub for Renode.''' 13 '''Place-holder for Renode runner customizations.''' 23 return 'renode' 31 parser.add_argument('--renode-arg', 34 help='''additional argument passed to Renode; 36 parser.add_argument('--renode-command', 39 help='additional command passed to Renode\'s simulation') 40 parser.add_argument('--renode-help', 43 help='print all possible `Renode` arguments') 53 cmd = ['renode']
|
D | renode-robot.py | 5 '''Runner stub for renode-test.''' 13 '''Place-holder for Renode runner customizations.''' 23 return 'renode-robot' 35 parser.add_argument('--renode-robot-arg', 38 help='additional argument passed to renode-test') 39 parser.add_argument('--renode-robot-help', 42 help='print all possible `renode-test` arguments') 52 cmd = ['renode-test'] 63 self.logger.error("No Robot testsuite passed to renode-test! "
|
/Zephyr-latest/boards/renode/cortex_r8_virtual/doc/ |
D | index.rst | 6 The Cortex-R8 Virtual board is a virtual platform that can be emulated with Renode. 7 Edit the :zephyr_file:`boards/renode/cortex_r8_virtual/support/cortex_r8_virtual.repl` file to adap… 9 Refer to the `Renode documentation <https://renode.readthedocs.io/en/latest/>`_ 10 to learn how to obtain Renode for your host. 30 and kernel tests directly in Renode with the use of the ``run`` command. 41 Renode, and display the following console output: 51 Exit Renode by pressing :kbd:`CTRL+C`. 58 Renode can serve as a GDB server. For more information, refer to the 59 `Renode documentation about GDB debugging <https://renode.readthedocs.io/en/latest/debugging/gdb.ht…
|
/Zephyr-latest/boards/renode/riscv32_virtual/ |
D | riscv32_virtual.yaml | 2 name: Renode RISC-V 32-bit Virtual Board 10 - name: renode 11 exec: renode 16 renode: 18 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 | 4 vendor: renode
|
/Zephyr-latest/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-latest/samples/modules/tflite-micro/magic_wand/ |
D | README.rst | 17 `the Antmicro tutorial on Renode emulation for TensorFlow`_. 22 .. _the Antmicro tutorial on Renode emulation for TensorFlow: 36 emulation in Renode as follows: 45 Once the application is built, `download and install Renode 1.12 or higher as a package`_ 46 following the instructions in the `Renode GitHub README`_ and 51 …renode -e "set zephyr_elf @./build/zephyr/zephyr.elf; s @./samples/modules/tflite-micro/magic_wand… 53 .. _download and install Renode 1.12 or higher as a package: 54 https://github.com/renode/renode/releases/ 57 https://github.com/renode/renode/blob/master/README.rst 62 The Renode-emulated LiteX/VexRiscv board is fed data that the
|
/Zephyr-latest/boards/renode/cortex_r8_virtual/ |
D | cortex_r8_virtual.yaml | 9 - name: renode 10 exec: renode 15 renode: 17 resc: boards/renode/cortex_r8_virtual/support/cortex_r8_virtual.resc
|
/Zephyr-latest/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 | 9 - name: renode 10 exec: renode 16 renode:
|
/Zephyr-latest/boards/sifive/hifive1/ |
D | hifive1.yaml | 9 - name: renode 10 exec: renode 23 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-latest/boards/sifive/hifive_unmatched/ |
D | hifive_unmatched_u74.yaml | 9 - name: renode 10 exec: renode 16 renode:
|
D | hifive_unmatched_s7.yaml | 9 - name: renode 10 exec: renode 16 renode:
|
/Zephyr-latest/boards/sifive/hifive_unleashed/ |
D | hifive_unleashed_e51.yaml | 9 - name: renode 10 exec: renode 18 renode:
|
D | hifive_unleashed_u54.yaml | 9 - name: renode 10 exec: renode 18 renode:
|
/Zephyr-latest/boards/renode/ |
D | index.rst | 1 .. _boards-renode: 3 Renode chapter
|
/Zephyr-latest/boards/renode/riscv32_virtual/doc/ |
D | index.rst | 6 The RISCV32 Virtual board is a virtual platform made with Renode as an alternative to QEMU. 28 configuration to run basic Zephyr applications and kernel tests in the Renode 38 Renode, and display the following console output: 48 Exit Renode by pressing :kbd:`CTRL+C`.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | constants.py | 10 "renode", 20 SUPPORTED_SIMS_WITH_EXEC = ['nsim', 'mdb-nsim', 'renode', 'tsim', 'native', 'simics', 'custom']
|
/Zephyr-latest/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-latest/scripts/west_commands/tests/ |
D | test_imports.py | 47 'renode', 48 'renode-robot',
|
/Zephyr-latest/tests/lib/lockfree/ |
D | testcase.yaml | 4 - m2gl025_miv # renode times out
|
123