aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/mac_ffd_net.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: cleanup low-power featuresxoviat2025-12-181-1/+1
|
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-7/+2
|
* wpan_ get net example actually workingxoviat2025-11-171-15/+75
|
* wpan: restructure mac driverxoviat2025-11-161-100/+15
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
|
* 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
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-7/+13
|
* wpan: fix examplesGhaithOueslati2023-07-301-3/+6
|
* wpan: further optimize mac eventxoviat2023-07-201-28/+7
|
* rustfmtxoviat2023-07-191-2/+5
|
* - optimize event to parse opcode only oncexoviat2023-07-191-14/+14
| | | | | - optimze channels - return mut ref for smoltcp rx
* wpan: implement initial event loopxoviat2023-07-181-1/+9
|
* wpan: fully implement initial draft conceptxoviat2023-07-181-1/+1
|
* wpan: fix comp errors and impl. some of runnerxoviat2023-07-171-0/+180