9个版本 (4个破坏性版本)
0.6.1 | 2022年8月1日 |
---|---|
0.6.0 | 2022年7月4日 |
0.5.1 | 2022年5月14日 |
0.4.1 | 2022年3月22日 |
0.2.1 | 2021年11月20日 |
#2029 in 嵌入式开发
755KB
11K SLoC
LoRa-E5板级支持包
Seeed LoRa-E5开发套件的板级支持。
此crate扩展了stm32wlxx-hal,增加了特定于板的硬件,有关更多信息,请参阅该crate。
使用方法
[dependencies.lora-e5-bsp]
version = "0.6.1"
features = [
# optional: use the cortex-m-rt interrupt interface
"rt",
# optional: use defmt
"defmt",
# optional: enable conversions with embedded-time types
"embedded-time",
# optional: use the real time clock (RTC)
"chrono",
]
烧录
由于写保护位已设置,因此该板第一次使用时很难工作。
检查这些资源以解锁板进行编程
要使用各种Rust实用程序(如probe-run
、cargo-embed
和cargo-flash
)烧录此板,请删除--connected-under-reset
标志。此标志对于NUCLEO板是必需的,但会导致LoRa-E5开发板超时错误。
⚠️您必须使用基于probe-rs
的最近版本的工具,以避免STM32WL的bug⚠️
cargo-embed
>=0.12.0cargo-flash
>=0.12.0probe-run
>=0.3.1
依赖项
~17MB
~505K SLoC