Skip to content

Commit f3d4bb6

Browse files
author
Tobias Kaupat
committed
update readme
1 parent 1f30337 commit f3d4bb6

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

README.md

-29
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,5 @@ The runtime dependency for you FreeRTOS Rust application will be [freertos-rust]
1212

1313
To get started there are examples in [freertos-rust-examples](freertos-rust-examples/README.md)
1414

15-
## Checkout
16-
17-
Including submodule:
18-
19-
git clone https://github.com/lobaro/FreeRTOS-rust.git --recurse-submodules
20-
21-
### Update Submodules
22-
23-
After cloning without `--recurse-submodules` the submodules must be loaded
24-
25-
git submodule update --init --recursive
26-
27-
## Requirements
28-
29-
* [LLVM](https://releases.llvm.org/download.html) to build C Code
30-
* or [LLVM Windows Snapshot](http://llvm.org/builds/)
31-
32-
**Issues:**
33-
34-
* llvm-config is missing on windows
35-
36-
37-
### Generate C Bindings
38-
39-
C-Bindings are based on `src/bindings.h` and generated with [bindgen](https://github.com/rust-lang/rust-bindgen)
40-
41-
`bindgen` is executed during build in `build.rs`.
42-
43-
4415

4516

0 commit comments

Comments
 (0)