aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src/mac/driver.rs
Commit message (Expand)AuthorAgeFilesLines
* wpan: refactor into wb55xoviat2025-12-031-213/+0
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-3/+3
* wpan: fix src/dst addressxoviat2025-11-171-1/+2
* wpan: parse frames correctlyxoviat2025-11-171-6/+6
* wpan_ get net example actually workingxoviat2025-11-171-1/+11
* wpan: restructure mac driverxoviat2025-11-161-19/+101
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* rustfmt for new nightly.Dario Nieuwenhuis2024-10-141-2/+8
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-1/+0
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-10/+1
* Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-221-2/+2
* Implement Channel::poll_receive(..) -> Poll<T>Ruben De Smet2023-08-111-1/+1
* Channel poll methods return Poll instead of boolRuben De Smet2023-08-111-1/+3
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-2/+2
* Use HardwareAddress in DriverRuben De Smet2023-07-281-2/+2
* wpan: further optimize mac eventxoviat2023-07-201-3/+3
* - optimize event to parse opcode only oncexoviat2023-07-191-15/+8
* wpan: implement initial event loopxoviat2023-07-181-9/+13
* wpan: fully implement initial draft conceptxoviat2023-07-181-32/+43
* wpan: fix comp errors and impl. some of runnerxoviat2023-07-171-2/+6
* wpan: refactor control, driverxoviat2023-07-171-77/+85
* wpan: add files from cyw43xoviat2023-07-151-0/+102