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 3
3
cmake_minimum_required (VERSION 3.13.1 )
4
4
get_filename_component (ZEPHYR_RUST ${CMAKE_CURRENT_SOURCE_DIR} /../.. ABSOLUTE )
5
5
list (APPEND ZEPHYR_MODULES ${ZEPHYR_RUST} )
6
+ list (APPEND QEMU_EXTRA_FLAGS -serial tcp:localhost:4444,server,nowait )
6
7
include ($ENV{ZEPHYR_BASE} /cmake/app/boilerplate.cmake NO_POLICY_SCOPE )
7
8
project (hello_world )
8
9
target_sources (app PRIVATE ./src/main.c )
Original file line number Diff line number Diff line change 11
11
===
12
12
13
13
.. code-block :: console
14
- sh ../ run.sh
14
+ ninja run
15
15
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:
18
17
19
18
.. code-block :: console
20
19
-serial tcp:localhost:4444,server,nowait
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments