aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/README.md
blob: b1a2cec551bba2e32f345eece2e5e8510155526d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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](https://crates.io/crates/stm32wb-hci) crate.
- Embassy-net driver implementation for 802.15.4 MAC.

## Examples

See the [stm32wb examples](https://github.com/embassy-rs/embassy/tree/main/examples/stm32wb).