17 个版本 (重大变更)
0.13.0 | 2024 年 5 月 3 日 |
---|---|
0.12.0 | 2023 年 7 月 15 日 |
0.11.1 | 2022 年 5 月 8 日 |
0.11.0 | 2022 年 3 月 29 日 |
0.1.2 | 2019 年 3 月 5 日 |
#2183 在 嵌入式开发
每月 135 次下载
1.5MB
24K SLoC
Adafruit Metro M4 开发板支持库
此库提供了一组类型安全的 API,用于与 Adafruit Metro M4 开发板 进行交互。
先决条件
- 安装交叉编译工具链
rustup target add thumbv7em-none-eabihf
- 安装 cargo-hf2 hf2 启动加载器闪存工具,具体取决于您的平台
上传示例
查看存储库中的示例
https://github.com/atsamd-rs/atsamd/tree/master/boards/metro_m4/examples
- 在此目录下
cd boards/metro_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/metro_m4/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
Finished in 0.079s
$
依赖项
~8.5MB
~195K SLoC