aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src
Commit message (Expand)AuthorAgeFilesLines
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+3
* Add example to doc for BLE initialisationLofty Inclination2025-01-011-0/+19
* Add crate descriptionLofty Inclination2025-01-011-0/+13
* Escape existing illegal html charactersLofty Inclination2025-01-011-9/+9
* fixup! Add docs for the BLE bindingsLofty Inclination2025-01-014-8/+10
* Make arrow in comment point at magic numbersLofty Inclination2025-01-011-1/+1
* Add docs for the BLE bindingsLofty Inclination2025-01-014-0/+59
* Fix spellingLofty Inclination2025-01-011-1/+1
* rustfmt for new nightly.Dario Nieuwenhuis2024-10-141-2/+8
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-142-1/+2
* Silence some unused warnings on nightly.Dario Nieuwenhuis2024-08-051-0/+2
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-2/+0
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+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-012-1/+4
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-10/+1
* stm32: misc. cleanupxoviat2023-09-174-12/+8
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
* Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-222-3/+3
* Implement Channel::poll_receive(..) -> Poll<T>Ruben De Smet2023-08-111-1/+1
* Channel poll methods return Poll instead of boolRuben De Smet2023-08-111-1/+3
* fmt mod must not be public.Dario Nieuwenhuis2023-08-091-1/+1
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-2/+2
* Use HardwareAddress in DriverRuben De Smet2023-07-281-2/+2
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* wpan/mac: misc fixesxoviat2023-07-213-5/+5
* wpan: complete prelim. command impl.xoviat2023-07-212-9/+14
* wpan: impl. draft control schemexoviat2023-07-204-12/+109
* wpan: impl. debug for structsxoviat2023-07-204-8/+50
* wpan/mac: incr. runner msdu handlexoviat2023-07-201-1/+5
* wpan: further optimize mac eventxoviat2023-07-204-52/+51
* - optimize event to parse opcode only oncexoviat2023-07-197-73/+108
* wpan: implement initial event loopxoviat2023-07-182-66/+67
* wpan: fully implement initial draft conceptxoviat2023-07-184-49/+57
* wpan: fix comp errors and impl. some of runnerxoviat2023-07-173-17/+75
* wpan: refactor control, driverxoviat2023-07-176-1158/+106
* Merge branch 'master' into macxoviat2023-07-178-612/+226
|\
| * wpan: make dataind fields privatexoviat2023-07-161-2/+2
| * wpan: fix datarequestxoviat2023-07-162-2/+2
| * wpan: add slice data viewxoviat2023-07-162-43/+38
| * wpan: add repr(c) to mac responsesxoviat2023-07-162-1/+25
| * wpan/mac: use lifetimes to control eventsxoviat2023-07-164-556/+156
| * wpan: use builtin conversion methodsxoviat2023-07-165-25/+15
| * wpan/mac: use slice view to avoid copyxoviat2023-07-163-45/+49
* | wpan/mac: further cleanupxoviat2023-07-164-161/+257