1 个不稳定版本
使用旧Rust 2015
| 0.1.0 | 2016年9月19日 | 
|---|
#27 在 #minutes
12KB
305 行
Rust @ Teensy 3.1
3分钟内闪烁LED
    # 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 或在此处提到的版本 [链接] .
所需软件
- rustup
- teensy_loader_cli 在 $PATH
- FEDORA24: 软件包- openssl-devel(用于curl)
- arm-none-eabi-newlib-2.2.0_1-7.fc24.noarch
- arm-none-eabi-binutils-cs-1:2.25-3.fc24.x86_64
- arm-none-eabi-gcc-cs-c++-1:5.2.0-4.fc24.x86_64
- arm-none-eabi-gcc-cs-1:5.2.0-4.fc24.x86_64
 
- UBUNTU- openssl-dev(用于curl)
- gcc-arm-none-eabi
- 更多?请提交问题
 
依赖项
~13MB
~287K SLoC