aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | wpan: add files from cyw43xoviat2023-07-155-1/+1139
|/
* wpan: factor mac logic into other modxoviat2023-07-1512-14/+16
* cleanupgoueslati2023-07-133-8/+4
* final structsgoueslati2023-07-133-5/+66
* make it work, disgustinglygoueslati2023-07-136-33/+73
* change MacAddress to a union instead of an enumgoueslati2023-07-125-52/+102
* parsing MAC structsgoueslati2023-07-129-215/+1053
* wip: added MAC indicationsgoueslati2023-07-114-0/+221
* wip: added MAC responsesgoueslati2023-07-115-1/+217
* wip: added MAC commandsgoueslati2023-07-115-42/+496
* wipgoueslati2023-07-103-0/+128
* rustfmtxoviat2023-07-091-3/+1
* mac: move table initialization after sys readyxoviat2023-07-092-8/+19
* wpan: update alignment controlxoviat2023-07-095-59/+88
* stm32/wpan: implement mm patternxoviat2023-06-236-60/+76
* stm32/wpan: use align to align dataxoviat2023-06-231-21/+13
* rustfmtxoviat2023-06-231-1/+0
* stm32/wpan: reorg subsystemsxoviat2023-06-238-19/+25
* update hci crate nameGhaithOueslati2023-06-221-1/+1
* fix unsound access in `EvtBox`goueslati2023-06-222-11/+4
* wpan: add BLE HCIgoueslati2023-06-225-3/+154
* stm32/wpan: fix data alignmentxoviat2023-06-212-9/+20
* stm32/wpan: fix bugsxoviat2023-06-193-9/+12