Skip to content

Commit

Permalink
README: Add simple build instructions
Browse files Browse the repository at this point in the history
Add a list of commands to build.

Signed-off-by: Yasushi SHOJI <[email protected]>
  • Loading branch information
yashi committed Aug 7, 2024
1 parent 7fb7fb6 commit c173ae7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Tests for libcsp on Zephyr RTOS

## How to build

```
mkdir workspace
cd workspace
pipenv shell
pip3 install west
west init -m https://github.com/spacecubics/libcsp-zephyr
west update
pip3 install -r zephyr/scripts/requirements-base.txt
west build -b qemu_cortex_m3 libcsp-zephyr
```

0 comments on commit c173ae7

Please sign in to comment.