commit | afa77c4d153eb13de4404e597539d8385a656eb3 | [log] [tgz] |
---|---|---|
author | Amit Levy <aalevy@gmail.com> | Sun Mar 11 06:59:18 2018 +0100 |
committer | GitHub <noreply@github.com> | Sun Mar 11 06:59:18 2018 +0100 |
tree | b446aac932c2c812502ff6aaee93e5b9191945f0 | |
parent | 06944b5f6d85c7fd56266bce26184b47d8184c9d [diff] | |
parent | 9f596f39c76a58915caf9c1dca4e0c6496cdd2fe [diff] |
Merge pull request #14 from torfmaster/bugfix/ipc-buffers Bugfix/ipc buffers
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.