aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-141-0/+1
* 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 internal...Dario Nieuwenhuis2023-07-281-1/+1
* 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