File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,19 @@ Rust userland library for Tock (WIP)
66
77This project is nascent and still under heavy development, but first steps:
88
9- 1 . Ensure you have a working toolchain available:
9+ ``` bash
10+ ./build_examples.sh
11+ ```
1012
11- ` rustup install nightly-2017-12-16 `
13+ Then load ` blink ` on a board:
1214
13- 2 . Get a copy of this toolchain, in this repo's root:
15+ ``` bash
16+ ./run_example.sh blink
17+ ```
1418
15- ` rustup override set nightly-2017-12-16 `
16-
17- 3 . Need to grab a copy of the rust sources:
18-
19- ` rustup component add rust-src `
20-
21- 4 . Now you should be able to build with:
22-
23- ` xargo build --target thumbv7em-tock-eabi `
19+ ### Note! Do not use rustc-1.26!
2420
21+ For some reason it does not generate binaries for example apps.
2522
2623## License
2724
You can’t perform that action at this time.
0 commit comments