aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src/sub/mac.rs
Commit message (Collapse)AuthorAgeFilesLines
* wpan: refactor into wb55xoviat2025-12-031-173/+0
|
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-67/+77
|
* wpan: restructure mac driverxoviat2025-11-161-22/+61
|
* stm32: misc. cleanupxoviat2023-09-171-3/+2
|
* wpan: further optimize mac eventxoviat2023-07-201-4/+6
|
* - optimize event to parse opcode only oncexoviat2023-07-191-1/+1
| | | | | - optimze channels - return mut ref for smoltcp rx
* wpan/mac: use lifetimes to control eventsxoviat2023-07-161-6/+3
|
* wpan/mac: use slice view to avoid copyxoviat2023-07-161-8/+1
|
* wpan: factor mac logic into other modxoviat2023-07-151-0/+133
|
* wipgoueslati2023-07-101-103/+0
|
* rustfmtxoviat2023-07-091-3/+1
|
* mac: move table initialization after sys readyxoviat2023-07-091-8/+0
|
* stm32/wpan: implement mm patternxoviat2023-06-231-23/+25
|
* stm32/wpan: reorg subsystemsxoviat2023-06-231-0/+111