aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix bp_read.Dario Nieuwenhuis2022-12-251-3/+7
* Use async spi transaction helper macro.Dario Nieuwenhuis2022-10-021-106/+70
* Update embassy, embedded-hal.Dario Nieuwenhuis2022-10-021-1/+1
* Add constants for BDC_VERSIONDaniel Bevenius2022-09-262-1/+4
* Suppress compiler warningsDaniel Bevenius2022-09-262-105/+118
* Merge pull request #20 from danbev/glom_commentDario Nieuwenhuis2022-09-251-0/+3
|\
| * Add comment about bus:txglom iovarDaniel Bevenius2022-09-231-0/+3
* | Merge pull request #21 from danbev/extra-time-waitsDario Nieuwenhuis2022-09-251-2/+2
|\ \
| * | Comment out extra Timer:after callsDaniel Bevenius2022-09-231-2/+2
| |/
* | Merge pull request #22 from danbev/antdiv-constDario Nieuwenhuis2022-09-251-1/+3
|\ \
| * | Add const for IOCTL ANTDIVDaniel Bevenius2022-09-231-1/+3
| |/
* | Merge pull request #23 from danbev/ioctl_set_u32-ifaceDario Nieuwenhuis2022-09-251-1/+1
|\ \
| * | Update ioctl_set_u32 to pass through iface paramDaniel Bevenius2022-09-231-1/+1
| |/
* / Add constants for cmd_word argumentsDaniel Bevenius2022-09-231-9/+16
|/
* Introduce IoctlType enum for IOCTL typesDaniel Bevenius2022-09-221-11/+22
* Make self parameter to has_credit non-mutableDaniel Bevenius2022-09-171-1/+1
* Merge pull request #16 from danbev/alpDario Nieuwenhuis2022-09-151-3/+7
|\
| * Add contants and update comment about ALPDaniel Bevenius2022-09-121-3/+7
* | Add constants for channel typesDaniel Bevenius2022-09-151-5/+9
|/
* Merge pull request #14 from danbev/ioctl_set_get_constsDario Nieuwenhuis2022-09-091-6/+13
|\
| * Add constants for ioctl commandsDaniel Bevenius2022-09-091-6/+13