22个版本 (14个重大更新)
0.14.0 | 2024年5月3日 |
---|---|
0.13.0 | 2023年7月15日 |
0.12.1 | 2022年5月8日 |
0.12.0 | 2022年3月29日 |
0.1.0 | 2018年5月14日 |
#339 in 嵌入式开发
每月322次下载
用于 2 软件包
1.5MB
24K SLoC
Adafruit Metro M0开发板支持包
此软件包提供与Adafruit Metro M0开发板交互的类型安全API。
先决条件
- 安装交叉编译工具链
rustup target add thumbv6m-none-eabi
- 安装 cargo-hf2 hf2引导加载程序刷写工具,具体取决于您的平台
上传示例
查看仓库中的示例
https://github.com/atsamd-rs/atsamd/tree/master/boards/metro_m0/examples
- 请确保您位于此目录
cd boards/metro_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/metro_m0/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
Finished in 0.079s
$
依赖项
~5.5MB
~120K SLoC