aboutsummaryrefslogtreecommitdiff
path: root/src/runner.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename BCD -> BDC. That's what Broadcom calls it. Still no idea what it means.Dario Nieuwenhuis2023-05-081-12/+12
* Fix missing padding in tx. Makes max-sized packets not get droppedDario Nieuwenhuis2023-05-081-4/+15
* Change all logging level to debug.Dario Nieuwenhuis2023-05-081-11/+11
* cleanup ioctl response loggingKai Bleeke2023-05-031-2/+0
* wifi scan ioctlkbleeke2023-04-281-2/+12
* comment some choices for current event handlingkbleeke2023-04-251-0/+4
* rework event handling to allow sending datakbleeke2023-04-251-18/+15
* parse data from device in-placekbleeke2023-04-031-55/+12
* clear DATA_UNAVAILABLE irqkbleeke2023-03-301-0/+6
* use send status feature of cyw43 instead of manually checking statuskbleeke2023-03-271-4/+1
* address irq nitskbleeke2023-03-271-4/+0
* use irqs to wait for eventskbleeke2023-03-271-43/+51
* asyncify outgoing eventskbleeke2023-03-271-44/+64
* Fix build with log.Dario Nieuwenhuis2023-03-271-11/+18
* split lib.rs into multiple fileskbleeke2023-03-221-0/+564