aboutsummaryrefslogtreecommitdiff
path: root/src/runner.rs
Commit message (Expand)AuthorAgeFilesLines
* 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