embassy/embassy-stm32-wpan
2024-01-17 17:51:44 +01:00
..
src docs: add readme 2024-01-12 09:17:26 +01:00
build.rs stm32/wpan: move linker file into pkg 2023-06-23 20:09:13 -05:00
Cargo.toml Revert "stm32-wpan: Pin dep to work around regression" 2024-01-17 17:51:44 +01:00
README.md fix: add missing file 2024-01-12 09:21:51 +01:00
tl_mbox.x.in stm32/wpan: move linker file into pkg 2023-06-23 20:09:13 -05:00

embassy-stm32-wpan

Async WPAN (short range wireless) on STM32WB families.

Features

  • Rust interface to the WPAN stack running on the STM32WB co-processor .
  • Controller trait implementation for the stm32wb-hci crate.
  • Embassy-net driver implementation for 802.15.4 MAC.

Examples

See the stm32wb examples.