aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/mac_rfd.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: cleanup low-power featuresxoviat2025-12-181-1/+1
|
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-21/+19
|
* 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
| | | | File removed in commit https://github.com/embassy-rs/embassy/commit/c19967dcf24d5223de5fd9b390371dc24aeccc1d
* 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-15/+9
|
* - optimize event to parse opcode only oncexoviat2023-07-191-16/+18
| | | | | - optimze channels - return mut ref for smoltcp rx
* wpan/mac: use lifetimes to control eventsxoviat2023-07-161-21/+34
|
* wpan/mac: use slice view to avoid copyxoviat2023-07-161-16/+19
|
* wpan: factor mac logic into other modxoviat2023-07-151-3/+3
|
* cleanupgoueslati2023-07-131-1/+1
|
* make it work, disgustinglygoueslati2023-07-131-5/+33
|
* change MacAddress to a union instead of an enumgoueslati2023-07-121-35/+59
|
* parsing MAC structsgoueslati2023-07-121-6/+8
|
* wip: added MAC commandsgoueslati2023-07-111-0/+116