commit | 4519092034486fba71518753a271dfd91299e190 | [log] [tgz] |
---|---|---|
author | Philipp Vollmer <briefe@kebes.de> | Fri Mar 09 19:48:58 2018 +0100 |
committer | Philipp Vollmer <briefe@kebes.de> | Fri Mar 16 08:15:02 2018 +0100 |
tree | 09097d364970c3a7365aaaa06344e2be31466434 | |
parent | cebf425638587e54747620dbe6787ad5f6fd3af5 [diff] |
Add handle for allowed 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.