commit | adf53f850633469417e69a5bda84ce30f4879a1b | [log] [tgz] |
---|---|---|
author | Amit Levy <aalevy@gmail.com> | Thu Dec 21 08:51:03 2017 -0500 |
committer | GitHub <noreply@github.com> | Thu Dec 21 08:51:03 2017 -0500 |
tree | 0fe354efabc47d72d77b5a0602bedf4a0f15b7b4 | |
parent | 8e514a1e67265e52facada45b7be9efa4a917c90 [diff] | |
parent | 02b0c5317b58d702c82cb5e42dbec4d32eacc9c4 [diff] |
Merge pull request #9 from torfmaster/driver-fixes Driver fixes
Rust userland library for Tock (WIP)
This project is nascent and still under heavy development, but first steps:
First, update rustup to ensure you have the latest toolchain available:
rustup update
or
rustup install nightly
Get a copy of the latest nightly, in this repo's root:
rustup override set nightly
Your rustc should be at least this new:
$ rustc --version rustc 1.21.0-nightly (7ac979d8c 2017-08-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.