commit | 70690fd32090b689426df2acf0f7efa45a323cd3 | [log] [tgz] |
---|---|---|
author | Amit Aryeh Levy <amit@amitlevy.com> | Sat Jul 22 15:50:27 2017 -0400 |
committer | Amit Aryeh Levy <amit@amitlevy.com> | Sat Jul 22 15:50:27 2017 -0400 |
tree | 0578cbf6e57f8be19b8cf7351c2a9b95656dd034 | |
parent | 71708925d040561e205b1220870627d1a8b0af50 [diff] |
Add primitive heap Based on Phil Opp's linked-list heap, but avoids using a global variable by always assuming the base Heap data structure is stored at $r9.
Rust userland library for Tock (WIP)
This project is nascent and still under heavy development, but first steps:
Get a copy of the latest nightly, in this repo's root:
rustup override set nightly
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.