File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 33cmake_minimum_required (VERSION 3.13.1)
44get_filename_component (ZEPHYR_RUST ${CMAKE_CURRENT_SOURCE_DIR} /../.. ABSOLUTE )
55list (APPEND ZEPHYR_MODULES ${ZEPHYR_RUST} )
6+ list (APPEND QEMU_EXTRA_FLAGS -serial tcp:localhost:4444,server,nowait)
67include ($ENV{ZEPHYR_BASE} /cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
78project (hello_world)
89target_sources (app PRIVATE ./src/main.c)
Original file line number Diff line number Diff line change 1111===
1212
1313.. code-block :: console
14- sh ../ run.sh
14+ ninja run
1515
16- A `run.sh ` script has been provided which adds the following line to the qemu
17- command:
16+ CMakeLists.txt adds the following line to the qemu command:
1817
1918.. code-block :: console
2019 -serial tcp:localhost:4444,server,nowait
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments