Skip to content

Commit c173ae7

Browse files
committed
README: Add simple build instructions
Add a list of commands to build. Signed-off-by: Yasushi SHOJI <[email protected]>
1 parent 7fb7fb6 commit c173ae7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# Tests for libcsp on Zephyr RTOS
2+
3+
## How to build
4+
5+
```
6+
mkdir workspace
7+
cd workspace
8+
pipenv shell
9+
pip3 install west
10+
west init -m https://github.com/spacecubics/libcsp-zephyr
11+
west update
12+
pip3 install -r zephyr/scripts/requirements-base.txt
13+
west build -b qemu_cortex_m3 libcsp-zephyr
14+
```

0 commit comments

Comments
 (0)