GitHub – jamesmunns/teensy3-rs-demo: Demo consumer of the teensy-rs library

Install xargo
Install arm-none-eabi-gcc, add to $PATH
Run make flash
Dependencies

A somewhat current Nightly Build of Rust (currently tested on rustc 1.13.0-nightly (6ffdda1ba 2016-09-14))
Japaric’s Xargo Tool – used to cross compile libcore
A somewhat current arm-none-eabi-gcc toolchain.
4.9.3 seems to work with a slight linker hack
6.x.x seems to work without hacks.
License

Rust contributions are licensed under the MIT License.

Please Note: ASM, C, C++, and Linker Components of the teensy3-sys crate (a dependency of the teensy3 crate) contain components licensed under the MIT License, PJRC’s modified MIT License, and the LGPL v2.1. Please refer to individual components for more details.