embassy/embassy-stm32-wpan
Dario Nieuwenhuis 6a4ac5bd60 Add collapse_debuginfo to fmt.rs macros.
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+.
2024-06-17 01:38:57 +02:00
..
src Add collapse_debuginfo to fmt.rs macros. 2024-06-17 01:38:57 +02:00
build.rs Add scatter memory files for extended BLE stack 2024-02-01 10:41:41 -05:00
Cargo.toml prepare for embassy-time 0.3.1 release 2024-06-04 09:02:41 +02:00
README.md fix: add missing file 2024-01-12 09:21:51 +01:00
tl_mbox_extended_wb1.x.in Add scatter memory files for extended BLE stack 2024-02-01 10:41:41 -05:00
tl_mbox_extended_wbx5.x.in Add scatter memory files for extended BLE stack 2024-02-01 10:41:41 -05: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.