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嵌入式开发

Download history 85/week @ 2024-04-27 35/week @ 2024-05-04 12/week @ 2024-05-18 1/week @ 2024-05-25 2/week @ 2024-06-01 1/week @ 2024-06-08 1/week @ 2024-07-06 135/week @ 2024-07-27

每月 135 次下载

MIT/Apache

1.5MB
24K SLoC

Adafruit Metro M4 开发板支持库

此库提供了一组类型安全的 API,用于与 Adafruit Metro M4 开发板 进行交互。

先决条件

上传示例

查看存储库中的示例

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