aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/mac_ffd.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32: cleanup low-power featuresxoviat2025-12-181-1/+1
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-25/+22
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
* examples: stm32wb: remove comment about memory.x fileRomain Reignier2024-06-201-1/+0
* 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
* 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