aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/wpan_mac.rs
Commit message (Collapse)AuthorAgeFilesLines
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-16/+13
|
* 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
|
* Fix testsDion Dokter2024-08-051-1/+1
|
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-271-1/+0
|
* stm32/rcc: use wpan default only for wpanxoviat2023-07-241-1/+5
|
* wpan: further optimize mac eventxoviat2023-07-201-14/+9
|
* - optimize event to parse opcode only oncexoviat2023-07-191-11/+20
| | | | | - optimze channels - return mut ref for smoltcp rx
* wpan/mac: use lifetimes to control eventsxoviat2023-07-161-12/+20
|
* wpan/mac: use slice view to avoid copyxoviat2023-07-161-1/+5
|
* wpan: factor mac logic into other modxoviat2023-07-151-3/+3
|
* wpan: add mac testxoviat2023-07-151-0/+108