aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename BCD -> BDC. That's what Broadcom calls it. Still no idea what it means.Dario Nieuwenhuis2023-05-082-22/+22
* 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-082-18/+18
* simple error handling for join instead of looping internallykbleeke2023-05-042-19/+33
* cleanup ioctl response loggingKai Bleeke2023-05-032-3/+1
* Implement WPA2 AP modeSatoshi Tanaka2023-05-012-1/+46
* Add AP mode (unencrypted)Satoshi Tanaka2023-05-013-0/+49
* comment wifi scanning itemskbleeke2023-04-281-0/+8
* wifi scan ioctlkbleeke2023-04-285-9/+165
* Merge pull request #63 from kbleeke/generalize-eventsDario Nieuwenhuis2023-04-277-42/+198
|\
| * comment some choices for current event handlingkbleeke2023-04-252-2/+8
| * cleanup EventMaskkbleeke2023-04-251-9/+9
| * rework event handling to allow sending datakbleeke2023-04-257-42/+192
* | Update embassykalkyl2023-04-271-1/+9
* | Fix missing defmt impl.Dario Nieuwenhuis2023-04-261-1/+19
|/
* Merge pull request #62 from kbleeke/parse-events-in-placeDario Nieuwenhuis2023-04-062-62/+154
|\
| * parse data from device in-placekbleeke2023-04-032-62/+154
* | event queue mutexs can be noop because we are already !Sync in other placeskbleeke2023-04-031-4/+4
|/
* Merge pull request #58 from kbleeke/clear-data-unavailableDario Nieuwenhuis2023-03-301-0/+6
|\
| * clear DATA_UNAVAILABLE irqkbleeke2023-03-301-0/+6
* | set INTERRUPT_WITH_STATUS flag in attempt to prevent hangskbleeke2023-03-302-2/+3
|/
* use send status feature of cyw43 instead of manually checking statuskbleeke2023-03-273-16/+23
* Merge pull request #47 from kbleeke/pio-irqDario Nieuwenhuis2023-03-274-48/+210
|\
| * address irq nitskbleeke2023-03-272-10/+6
| * use irqs to wait for eventskbleeke2023-03-274-47/+66
| * status and irq flags formatting with defmtkbleeke2023-03-271-0/+147
* | cancel ioctl when future is droppedkbleeke2023-03-272-3/+24
|/
* Merge pull request #50 from kbleeke/async-ioctlsDario Nieuwenhuis2023-03-274-96/+185
|\
| * bring back TODO note about dropping ioctlskbleeke2023-03-271-0/+2
| * simplify ioctl waker codekbleeke2023-03-271-12/+12
| * asyncify outgoing eventskbleeke2023-03-274-98/+185
* | also wait for join event in join_openkbleeke2023-03-271-6/+11
|/
* Fix build with log.Dario Nieuwenhuis2023-03-276-25/+62
* split lib.rs into multiple fileskbleeke2023-03-224-880/+925
* replace inspect() with direct calls to trace!() after awaitingkbleeke2023-03-211-18/+10
* Merge branch 'master' into piokbleeke2023-03-212-7/+49
|\
| * add event handling to joinkbleeke2023-03-192-7/+49
* | document response delay quirks in bus codekbleeke2023-03-211-1/+7
* | remove use of embedded-hal SPI traits. Instead just call our bus trait direct...kbleeke2023-03-212-93/+18
* | even faster pio speed are possiblekbleeke2023-03-191-4/+27
* | Add pio transport to pico w examplekbleeke2023-03-192-2/+2
* | Custom Bus Trait to support PIOkbleeke2023-03-192-32/+76
|/
* Add separate function to set power management mode.Dario Nieuwenhuis2023-01-021-16/+13
* Be able to specify the power management mode at init time.Lukas Krejci2023-01-021-7/+99
* Merge branch 'master' into wlan_read_fixmattiasgronlund2022-12-311-131/+87
|\
| * Update Embassy.Dario Nieuwenhuis2022-12-271-131/+87
* | Fixed length for wlan_read.Mattias Grönlund2022-12-312-4/+5
|/
* split bus, consts into separate mods.Dario Nieuwenhuis2022-12-263-466/+496
* Add feature to display console logs from the wifi firmware.Dario Nieuwenhuis2022-12-252-0/+107
* print ioctl error as signed.Dario Nieuwenhuis2022-12-251-1/+4