blob: 645a677b3ab4007f2dbcc1999f68f08bb4fd71be [file] [log] [blame] [view]
# libtock-rs
Rust userland library for Tock (WIP)
## Getting Started
This project is nascent and still under heavy development, but first steps:
1. Get a copy of the latest nightly, in this repo's root:
`rustup override set nightly`
2. Need to grab a copy of the rust sources:
`rustup component add rust-src`
3. Now you should be able to build with:
`xargo build --target thumbv7em-tock-eabi`
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
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.