commit | bf26fe3a752f9f7ee49b8ae470b7d35d8417f7b9 | [log] [tgz] |
---|---|---|
author | Woyten <woyten.tielesch@online.de> | Sun Jan 14 15:44:32 2018 +0100 |
committer | Woyten <woyten.tielesch@online.de> | Fri Feb 16 14:16:39 2018 +0100 |
tree | 8227fc07017edeb58287e95b276622a45f161c14 | |
parent | a59a7e22ebba514ac219b1b985c35b83caffd6cc [diff] |
Add skript to build all examples
Rust userland library for Tock (WIP)
This project is nascent and still under heavy development, but first steps:
Ensure you have a working toolchain available:
rustup install nightly-2017-12-16
Get a copy of this toolchain, in this repo's root:
rustup override set nightly-2017-12-16
Need to grab a copy of the rust sources:
rustup component add rust-src
Now you should be able to build with:
xargo build --target thumbv7em-tock-eabi
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.