8 个重大版本更新
0.11.0 | 2022年1月11日 |
---|---|
0.10.0 | 2021年9月27日 |
0.9.0 | 2021年1月1日 |
0.8.0 | 2020年11月28日 |
0.2.1 | 2019年3月3日 |
#2279 in 嵌入式开发
每月30次下载
1.5MB
24K SLoC
Adafruit Trinket M0开发板支持包
此包提供了一个类型安全的API,用于与Adafruit Trinket M0开发板进行交互。
先决条件
- 安装交叉编译工具链
rustup target add thumbv6m-none-eabi
- 安装cargo-hf2 hf2引导加载程序烧录工具,具体取决于您的平台
上传示例
查看仓库中的示例
https://github.com/atsamd-rs/atsamd/tree/master/boards/trinket_m0/examples
- 位于此目录下
cd boards/trinket_m0
- 将您的设备置于引导加载程序模式,通常通过按两次复位按钮。
- 一步构建和上传
$ cargo hf2 --release --example blinky_basic
Finished release [optimized + debuginfo] target(s) in 0.19s
Searching for a connected device with known vid/pid pair.
Trying Ok(Some("Adafruit Industries")) Ok(Some("PyBadge"))
Flashing "/Users/User/atsamd/boards/trinket_m0/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
Finished in 0.079s
$
依赖项
~5MB
~114K SLoC