commit | 9c366f20ca3b70f2bca9e69476332e4c6059bb14 | [log] [tgz] |
---|---|---|
author | Philipp Vollmer <briefe@kebes.de> | Sun Mar 04 20:46:27 2018 +0100 |
committer | Philipp Vollmer <briefe@kebes.de> | Sun Mar 11 13:15:45 2018 +0100 |
tree | 168f2a4e27fbb377dd19fb975fd48e9c2bbb955d | |
parent | afa77c4d153eb13de4404e597539d8385a656eb3 [diff] |
Add ipc test
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.