| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wpan: refactor into wb55 | xoviat | 2025-12-03 | 12 | -2382/+0 |
| | | |||||
| * | wpan: restructure ipcc and hil test wpan_mac | xoviat | 2025-11-23 | 5 | -16/+21 |
| | | |||||
| * | fmt | xoviat | 2025-11-17 | 1 | -2/+1 |
| | | |||||
| * | wpan: fix src/dst address | xoviat | 2025-11-17 | 3 | -8/+37 |
| | | |||||
| * | fmt | xoviat | 2025-11-17 | 3 | -5/+6 |
| | | |||||
| * | wpan: parse frames correctly | xoviat | 2025-11-17 | 5 | -39/+146 |
| | | |||||
| * | wpan_ get net example actually working | xoviat | 2025-11-17 | 3 | -33/+39 |
| | | |||||
| * | fmt | xoviat | 2025-11-16 | 1 | -2/+0 |
| | | |||||
| * | wpan: restructure mac driver | xoviat | 2025-11-16 | 4 | -78/+292 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -2/+2 |
| | | |||||
| * | rustfmt for new nightly. | Dario Nieuwenhuis | 2024-10-14 | 1 | -2/+8 |
| | | |||||
| * | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 1 | -1/+1 |
| | | | | | Fixes #2599 | ||||
| * | Silence some unused warnings on nightly. | Dario Nieuwenhuis | 2024-08-05 | 1 | -0/+2 |
| | | |||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+0 |
| | | |||||
| * | net/driver: remove Medium, make HardwareAddress non_exhaustive. | Dario Nieuwenhuis | 2023-10-18 | 1 | -10/+1 |
| | | |||||
| * | Deprecate *recv* in favor of *receive* | Ruben De Smet | 2023-08-22 | 2 | -3/+3 |
| | | |||||
| * | Implement Channel::poll_receive(..) -> Poll<T> | Ruben De Smet | 2023-08-11 | 1 | -1/+1 |
| | | |||||
| * | Channel poll methods return Poll instead of bool | Ruben De Smet | 2023-08-11 | 1 | -1/+3 |
| | | |||||
| * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -2/+2 |
| | | |||||
| * | Use HardwareAddress in Driver | Ruben De Smet | 2023-07-28 | 1 | -2/+2 |
| | | |||||
| * | wpan/mac: misc fixes | xoviat | 2023-07-21 | 3 | -5/+5 |
| | | |||||
| * | wpan: complete prelim. command impl. | xoviat | 2023-07-21 | 2 | -9/+14 |
| | | |||||
| * | wpan: impl. draft control scheme | xoviat | 2023-07-20 | 4 | -12/+109 |
| | | |||||
| * | wpan: impl. debug for structs | xoviat | 2023-07-20 | 4 | -8/+50 |
| | | |||||
| * | wpan/mac: incr. runner msdu handle | xoviat | 2023-07-20 | 1 | -1/+5 |
| | | |||||
| * | wpan: further optimize mac event | xoviat | 2023-07-20 | 3 | -48/+45 |
| | | |||||
| * | - optimize event to parse opcode only once | xoviat | 2023-07-19 | 6 | -72/+107 |
| | | | | | | - optimze channels - return mut ref for smoltcp rx | ||||
| * | wpan: implement initial event loop | xoviat | 2023-07-18 | 2 | -66/+67 |
| | | |||||
| * | wpan: fully implement initial draft concept | xoviat | 2023-07-18 | 4 | -49/+57 |
| | | |||||
| * | wpan: fix comp errors and impl. some of runner | xoviat | 2023-07-17 | 3 | -17/+75 |
| | | |||||
| * | wpan: refactor control, driver | xoviat | 2023-07-17 | 6 | -1158/+106 |
| | | |||||
| * | Merge branch 'master' into mac | xoviat | 2023-07-17 | 7 | -598/+222 |
| |\ | |||||
| | * | wpan: make dataind fields private | xoviat | 2023-07-16 | 1 | -2/+2 |
| | | | |||||
| | * | wpan: fix datarequest | xoviat | 2023-07-16 | 2 | -2/+2 |
| | | | |||||
| | * | wpan: add slice data view | xoviat | 2023-07-16 | 2 | -43/+38 |
| | | | |||||
| | * | wpan: add repr(c) to mac responses | xoviat | 2023-07-16 | 2 | -1/+25 |
| | | | |||||
| | * | wpan/mac: use lifetimes to control events | xoviat | 2023-07-16 | 3 | -550/+153 |
| | | | |||||
| | * | wpan: use builtin conversion methods | xoviat | 2023-07-16 | 5 | -25/+15 |
| | | | |||||
| | * | wpan/mac: use slice view to avoid copy | xoviat | 2023-07-16 | 2 | -37/+48 |
| | | | |||||
| * | | wpan/mac: further cleanup | xoviat | 2023-07-16 | 4 | -161/+257 |
| | | | |||||
| * | | wpan: add files from cyw43 | xoviat | 2023-07-15 | 4 | -0/+1137 |
| |/ | |||||
| * | wpan: factor mac logic into other mod | xoviat | 2023-07-15 | 10 | -0/+1971 |
