7 个版本 (重大更新)
0.6.0 | 2023年7月15日 |
---|---|
0.5.0 | 2022年1月11日 |
0.4.0 | 2021年9月27日 |
0.3.0 | 2020年12月31日 |
0.1.1 | 2020年10月22日 |
#92 在 #embedded-hal
每月 26 次下载
1.5MB
24K SLoC
Adafruit Grand Central M4 Express 开发板支持包
此包提供了一个类型安全的 Rust API,用于处理 Adafruit Grand Central M4 Express 开发板。
开发板特性
- Microchip [ATSAMD51P] Cortex-M4 微控制器 @ 120 MHz (32 位,3.3V 逻辑和电源)
- 1MB 闪存
- 256kB SRAM
- 8MB SPI 闪存芯片
先决条件
- 安装交叉编译工具链
rustup target add thumbv7em-none-eabihf
- 安装 cargo-hf2 hf2 启动加载器闪存工具,具体取决于您的平台
上传示例
查看仓库中的示例
https://github.com/atsamd-rs/atsamd/tree/master/boards/grand_central_m4/examples
- 在以下目录中
cd boards/grand_central_m4
- 将您的设备置于启动加载器模式,通常通过连续按两次复位按钮。
- 一步构建和上传
$ cargo hf2 --release --example blinky_basic
Finished release [optimized + debuginfo] target(s) in 2m 02s
Searching for a connected device with known vid/pid pair.
Trying Ok(Some("Adafruit Industries")) Ok(Some("Grand Central M4 Express"))
Flashing "/path/to/atsamd/boards/grand_central_m4/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
Finished in 0.085s
$
依赖项
~7MB
~171K SLoC