File tree 1 file changed +0
-29
lines changed
1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -12,34 +12,5 @@ The runtime dependency for you FreeRTOS Rust application will be [freertos-rust]
12
12
13
13
To get started there are examples in [ freertos-rust-examples] ( freertos-rust-examples/README.md )
14
14
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
-
44
15
45
16
You can’t perform that action at this time.
0 commit comments