Skip to content

Commit 027e140

Browse files
committed
Add README
Add README with build instruction. Signed-off-by: Yasushi SHOJI <[email protected]>
1 parent 341d291 commit 027e140

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# libcsp with FreeRTOS
2+
3+
This repository is a sample repository to build libcsp against
4+
FreeRTOS Posix/Linux Simulator.
5+
6+
# How to build
7+
8+
```
9+
git clone https://github.com/libcsp/libcsp-freertos
10+
cd libcsp-freertos
11+
git clone https://github.com/FreeRTOS/FreeRTOS-Kernel freertos
12+
mkdir subprojects
13+
git clone https://github.com/libcsp/libcsp subprojects/libcsp
14+
meson setup builddir
15+
ninja -C builddir
16+
```

0 commit comments

Comments
 (0)