led_client/embassy/embassy-stm32-wpan
2024-12-21 00:48:45 -05:00
..
src Initial commit 2024-12-21 00:48:45 -05:00
build.rs Initial commit 2024-12-21 00:48:45 -05:00
Cargo.toml Initial commit 2024-12-21 00:48:45 -05:00
README.md Initial commit 2024-12-21 00:48:45 -05:00
tl_mbox_extended_wb1.x.in Initial commit 2024-12-21 00:48:45 -05:00
tl_mbox_extended_wbx5.x.in Initial commit 2024-12-21 00:48:45 -05:00
tl_mbox.x.in Initial commit 2024-12-21 00:48:45 -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.