Overview of embassy-stm32-wpan
mainThe embassy-stm32-wpan crate provides asynchronous WPAN (Wireless Personal Area Network) support for STM32WB family microcontrollers. It enables short-range wireless communication using the following features:
- A Rust interface to the WPAN stack running on the STM32WB co-processor.
- A Controller trait implementation compatible with the
stm32wb-hcicrate. - An
embassy-netdriver implementation specifically for the 802.15.4 MAC layer.