mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
6a4ac5bd60
This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml | ||
README.md | ||
tl_mbox_extended_wb1.x.in | ||
tl_mbox_extended_wbx5.x.in | ||
tl_mbox.x.in |
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.