9个重大版本更新
0.11.0 | 2021年12月25日 |
---|---|
0.10.0 | 2021年9月27日 |
0.9.0 | 2020年12月31日 |
0.8.0 | 2020年11月28日 |
0.2.1 | 2019年3月3日 |
#2172 in 嵌入式开发
50 每月下载量
用于 2 crates
1.5MB
24K SLoC
Adafruit电路编程Express板支持包
此crate提供了一个用于与Adafruit电路编程Express板交互的类型安全API。
先决条件
- 安装交叉编译工具链
rustup target add thumbv6m-none-eabi
- 根据您的平台要求安装 cargo-hf2 hf2引导加载程序烧录工具
上传示例
查看仓库中的示例
https://github.com/atsamd-rs/atsamd/tree/master/boards/circuit_playground_express/examples
- 在以下目录中
cd boards/circuit_playground_express
- 将您的设备置于引导加载程序模式,通常是通过连续按两次复位按钮。
- 一步构建和上传
$ 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/circuit_playground_express/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
Finished in 0.079s
$
依赖项
~5MB
~111K SLoC