aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan
Commit message (Expand)AuthorAgeFilesLines
* stm32: misc. cleanupxoviat2023-09-174-12/+8
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+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
* 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-282-3/+3
* wpan: update stm32wb-hcigoueslati2023-07-271-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-198-75/+109
* wpan: implement initial event loopxoviat2023-07-183-67/+70
* 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: prepare net impl.xoviat2023-07-151-1/+2
|/
* wpan: factor mac logic into other modxoviat2023-07-1512-14/+16
* Merge branch 'master' into mac-3xoviat2023-07-151-3/+2
|\
| * fix ci issueGhaith Oueslati2023-07-151-2/+2
| * wpan: update `stm32wb-hci` to version 0.1.3GhaithOueslati2023-07-151-2/+2
* | cleanupgoueslati2023-07-134-9/+5
* | 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-1210-218/+1057
* | 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-104-0/+129
|/
* rustfmtxoviat2023-07-091-3/+1
* mac: move table initialization after sys readyxoviat2023-07-092-8/+19
* wpan: update alignment controlxoviat2023-07-095-59/+88