aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: add wpan dependency to wba examplesxoviat2025-12-031-0/+8
|
* wpan: refactor into wb55xoviat2025-12-031-197/+2
|
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-14/+32
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-0/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+3
|
* Add crate descriptionLofty Inclination2025-01-011-0/+13
|
* fixup! Add docs for the BLE bindingsLofty Inclination2025-01-011-3/+4
|
* Add docs for the BLE bindingsLofty Inclination2025-01-011-0/+32
| | | | | | | | | | | These new docs explain a lot of the current implementation for the BLE stack, with reference to AN5289 14.1. They also detail the additional requirements around BLE startup behaviour; specifically, that certain SYS events must be awaited, and that shci_c2_ble_init should be called. Since the ble feature is now enabled by default for the docs, the remaining documentation for the BLE behaviour (as implemented by the `stm32wb-hci` crate) should be bought in automatically.
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-141-0/+1
| | | | Fixes #2599
* docs: add readmeUlf Lilleengen2024-01-121-0/+2
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-5/+1
|
* cyw43: remove feature(concat_bytes).Dario Nieuwenhuis2023-11-251-1/+0
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+4
|
* fmt mod must not be public.Dario Nieuwenhuis2023-08-091-1/+1
|
* Rename embassy-hal-common to embassy-hal-internal, document it's for ↵Dario Nieuwenhuis2023-07-281-1/+1
| | | | internal use only. (#1700)
* wpan: add files from cyw43xoviat2023-07-151-1/+2
|
* wpan: factor mac logic into other modxoviat2023-07-151-0/+3
|
* wpan: update alignment controlxoviat2023-07-091-14/+26
|
* stm32/wpan: reorg subsystemsxoviat2023-06-231-14/+12
|
* wpan: add BLE HCIgoueslati2023-06-221-0/+2
|
* stm32/wpan: add draft mac mboxxoviat2023-06-181-2/+10
|
* stm32/wpan: reorg modulesxoviat2023-06-181-96/+1
|
* stm32/wpan: add ble, mac features and cleanupxoviat2023-06-181-34/+3
|
* stm32/wpan: use new ownership modelxoviat2023-06-171-16/+15
|
* rustfmtxoviat2023-06-171-0/+4
|
* stm32/wpan: convert to new ipccxoviat2023-06-171-59/+1
|
* rustfmtxoviat2023-06-131-9/+9
|
* stm32/wpan: get --release workingxoviat2023-06-131-17/+61
|
* fix buildgoueslati2023-06-121-9/+9
|
* stm32/ipcc: move tl_mbox into `embassy-stm32-wpan`goueslati2023-06-121-0/+266