aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src/mac
Commit message (Expand)AuthorAgeFilesLines
* rustfmt for new nightly.Dario Nieuwenhuis2024-10-141-2/+8
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-141-1/+1
* Silence some unused warnings on nightly.Dario Nieuwenhuis2024-08-051-0/+2
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-1/+0
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-10/+1
* 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
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-2/+2
* Use HardwareAddress in DriverRuben De Smet2023-07-281-2/+2
* 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-203-48/+45
* - optimize event to parse opcode only oncexoviat2023-07-196-72/+107
* 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-177-598/+222
|\
| * 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-163-550/+153
| * wpan: use builtin conversion methodsxoviat2023-07-165-25/+15
| * wpan/mac: use slice view to avoid copyxoviat2023-07-162-37/+48
* | wpan/mac: further cleanupxoviat2023-07-164-161/+257
* | wpan: add files from cyw43xoviat2023-07-154-0/+1137
|/
* wpan: factor mac logic into other modxoviat2023-07-1510-0/+1971