14 个版本 (有破坏性)
0.12.0 | 2024年5月3日 |
---|---|
0.11.0 | 2023年7月15日 |
0.10.1 | 2022年5月8日 |
0.10.0 | 2022年3月29日 |
0.1.0 | 2019年5月4日 |
#1868 in 嵌入式开发
1.5MB
24K SLoC
Adafruit Feather M4开发板支持库
此库提供用于与Adafruit Feather M4板一起工作的类型安全API。
先决条件
- 安装交叉编译工具链
rustup target add thumbv7em-none-eabihf
- 安装cargo-hf2 hf2引导加载程序闪存工具,具体取决于您的平台
上传示例
查看存储库中的示例
https://github.com/atsamd-rs/atsamd/tree/master/boards/feather_m4/examples
- 在此目录下
cd boards/feather_m4
- 将您的设备置于引导加载程序模式,通常是通过按两次复位按钮。
- 一步构建和上传
$ 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/feather_m4/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
Finished in 0.079s
$
依赖项
~7.5MB
~177K SLoC