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日 |
#2056 in 嵌入式开发
每月80次下载
765KB
11K SLoC
NUCLEO-WL55JC板级支持包
为NUCLEO-WL55JC开发板提供的板级支持。
此crate扩展了stm32wlxx-hal,以包含特定于板的硬件,有关更多信息请参阅该crate。
使用方法
[dependencies.nucleo-wl55jc-bsp]
version = "0.6.1"
features = [
# required: build for core 1
# This is future proofing for when the HAL has APIs for core 2
"stm32wl5x_cm4",
# 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
标志。
⚠️您必须使用基于probe-rs
的工具的最新版本,以避免STM32WL的bug⚠️
cargo-embed
>=0.12.0cargo-flash
>=0.12.0probe-run
>=0.3.1
依赖项
~17MB
~503K SLoC