9 个重大版本更新

0.10.1 2023年7月15日
0.9.0 2022年1月11日
0.8.0 2021年9月27日
0.7.0 2020年12月31日
0.1.2 2019年5月4日

#2166嵌入式开发

Download history 24/week @ 2024-03-11 16/week @ 2024-04-01

每月 56 次下载
用于 rsportal

MIT/Apache

1.5MB
25K SLoC

Adafruit PyPortal 开发板支持包

此包提供了一种安全的 API,用于处理 Adafruit PyPortal 开发板

查看仓库中的示例: https://github.com/atsamd-rs/atsamd/tree/master/boards/pyportal/examples

先决条件

  • 安装交叉编译工具链 rustup target add thumbv7em-none-eabihf

  • 安装 hf2-cli uf2 启动加载程序闪存工具,具体取决于您的平台

  • 确保您位于此目录下 cd boards/pyportal

  • 将您的设备置于启动加载程序模式,通常是通过连续按两次复位按钮来实现的。

上传示例: cargo run

在此 bsp 中的 .cargo/config 中预设了 hf2-cli 作为 runner。这意味着您可以使用 cargo run 来构建并尝试上传

$ cargo run --release --example blinky_basic

或者甚至更好,只需按下您 IDE 的“运行”按钮或快捷键,cargo run 将会构建并上传。

依赖关系

~7MB
~169K SLoC