Blink an LED in 3 minutes:
# check the software requirements (see below)
cd my_code_dir
rustup override set nightly-2016-05-24 # see *
cargo install cargo-teensy
cargo teensy new my_project
cd my_project
cargo teensy upload
# press the reset button on the teensy
* nightly-2016-05-24
or the version mentioned here .
Needed software: * rustup * teensyloadercli in $PATH * FEDORA24: Packages: * openssl-devel (for curl) * arm-none-eabi-newlib-2.2.01-7.fc24.noarch * arm-none-eabi-binutils-cs-1:2.25-3.fc24.x8664 * arm-none-eabi-gcc-cs-c++-1:5.2.0-4.fc24.x8664 * arm-none-eabi-gcc-cs-1:5.2.0-4.fc24.x8664 * UBUNTU * openssl-dev (for curl) * gcc-arm-none-eabi * more?? Please file issue