aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/README.md
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-12 09:21:51 +0100
committerUlf Lilleengen <[email protected]>2024-01-12 09:21:51 +0100
commita40186f3cb96feab245f5682311bb72e24b67e83 (patch)
treef9639af15e6605d860e80ff8edb8f58d8a88b096 /embassy-stm32-wpan/README.md
parent7d1257caa055f4ad1b5fa54c9fe28d7f3bc5c5f6 (diff)
fix: add missing file
Diffstat (limited to 'embassy-stm32-wpan/README.md')
-rw-r--r--embassy-stm32-wpan/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/embassy-stm32-wpan/README.md b/embassy-stm32-wpan/README.md
new file mode 100644
index 000000000..b1a2cec55
--- /dev/null
+++ b/embassy-stm32-wpan/README.md
@@ -0,0 +1,13 @@
1# embassy-stm32-wpan
2
3Async WPAN (short range wireless) on STM32WB families.
4
5## Features
6
7- Rust interface to the WPAN stack running on the STM32WB co-processor .
8- Controller trait implementation for the [stm32wb-hci](https://crates.io/crates/stm32wb-hci) crate.
9- Embassy-net driver implementation for 802.15.4 MAC.
10
11## Examples
12
13See the [stm32wb examples](https://github.com/embassy-rs/embassy/tree/main/examples/stm32wb).