aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/mac_ffd.rs
Commit message (Collapse)AuthorAgeFilesLines
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* wpan: fix examplesGhaithOueslati2023-07-301-3/+6
|
* wpan: further optimize mac eventxoviat2023-07-201-30/+9
|
* - optimize event to parse opcode only oncexoviat2023-07-191-17/+17
| | | | | - optimze channels - return mut ref for smoltcp rx
* wpan: add slice data viewxoviat2023-07-161-8/+14
|
* wpan/mac: use lifetimes to control eventsxoviat2023-07-161-16/+30
|
* wpan/mac: use slice view to avoid copyxoviat2023-07-161-1/+4
|
* wpan: factor mac logic into other modxoviat2023-07-151-3/+3
|
* cleanupgoueslati2023-07-131-3/+7
|
* make it work, disgustinglygoueslati2023-07-131-3/+27
|
* change MacAddress to a union instead of an enumgoueslati2023-07-121-10/+8
|
* parsing MAC structsgoueslati2023-07-121-59/+42
|
* wip: added MAC commandsgoueslati2023-07-111-0/+174