1 个不稳定版本
0.10.0 | 2022年1月10日 |
---|
#1819 在 硬件支持
1.5MB
24K SLoC
Adafruit QT Py 开发板支持包
此包提供了一个类型安全的API,用于与Adafruit QT Py 开发板一起工作。
先决条件
- 安装交叉编译工具链
rustup target add thumbv6m-none-eabi
- 安装 cargo-hf2 hf2 启动加载程序烧录工具,具体取决于您的平台
上传示例
查看仓库中的示例
https://github.com/atsamd-rs/atsamd/tree/master/boards/qt_py_m0/examples
- 确保您在这个目录下
cd boards/qt_py_m0
- 通过按下复位按钮两次将您的设备置于启动加载程序模式。
- 一步构建和上传
$ cargo hf2 --release --example neopixel
Compiling qt_py_m0 v0.9.0 (/home/gkelly/p/atsamd/boards/qt_py_m0)
Finished release [optimized] target(s) in 0.48s
Searching for a connected device with known vid/pid pair.
Trying Ok(Some("Adafruit Industries")) Ok(Some("QT Py M0"))
Flashing "/home/gkelly/p/atsamd/boards/qt_py_m0/target/thumbv6m-none-eabi/release/examples/neopixel"
Finished in 0.172s
依赖项
~5MB
~111K SLoC