aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Move pio driver to separate cratekbleeke2023-03-273-185/+2
* use send status feature of cyw43 instead of manually checking statuskbleeke2023-03-272-12/+26
* address irq nitskbleeke2023-03-272-9/+0
* use irqs to wait for eventskbleeke2023-03-272-4/+19
* wifi task needs to be spawned immediately, otherwise ioctls are just stuck (d...kbleeke2023-03-221-1/+1
* replace inspect() with direct calls to trace!() after awaitingkbleeke2023-03-211-2/+2
* Merge branch 'master' into piokbleeke2023-03-211-6/+5
|\
| * Merge pull request #42 from kbleeke/events-joinDario Nieuwenhuis2023-03-191-5/+4
| |\
| | * add event handling to joinkbleeke2023-03-191-5/+4
| * | Update pre-flashed command to match file nameJacob Davis-Hansson2023-03-191-1/+1
| |/
* | revert formatting changes in Cargo.tomlkbleeke2023-03-211-29/+5
* | remove use of embedded-hal SPI traits. Instead just call our bus trait direct...kbleeke2023-03-213-83/+40
* | even faster pio speed are possiblekbleeke2023-03-191-7/+15
* | Add pio transport to pico w examplekbleeke2023-03-194-33/+262
* | Custom Bus Trait to support PIOkbleeke2023-03-192-17/+28
|/
* Add from_utf8Pol Fernandez2023-02-211-8/+3
* Add stringify functionPol Fernandez2023-02-201-1/+9
* update embassy dependencesAaron Tsui2023-02-152-12/+12
* Add separate function to set power management mode.Dario Nieuwenhuis2023-01-021-1/+4
* Be able to specify the power management mode at init time.Lukas Krejci2023-01-021-1/+1
* Update Embassy.Dario Nieuwenhuis2022-12-272-11/+13
* Add feature to display console logs from the wifi firmware.Dario Nieuwenhuis2022-12-251-1/+1
* feat: use async fn in traitUlf Lilleengen2022-12-012-64/+49
* Update Embassy, nightly, deps.Dario Nieuwenhuis2022-11-072-10/+10
* Bake the blob into the firmware by default.Dario Nieuwenhuis2022-11-071-4/+4
* Update embassy, embedded-hal.Dario Nieuwenhuis2022-10-022-15/+15
* Update Embassy.Dario Nieuwenhuis2022-08-231-14/+6
* Update Embassy.Dario Nieuwenhuis2022-08-222-16/+20
* Add comments about Country Locale Matrix (CLM)Daniel Bevenius2022-08-201-1/+1
* Update Embassy.Dario Nieuwenhuis2022-08-132-14/+16
* Get wifi credentials from envvars in example.Dario Nieuwenhuis2022-07-211-2/+2
* Switch default log to debug.Dario Nieuwenhuis2022-07-171-1/+1
* Obtain the firmware blobs from the user instead of hardcoding magic flash addrs.Dario Nieuwenhuis2022-07-171-2/+13
* Switch to 32bit SPI.Dario Nieuwenhuis2022-07-161-7/+7
* Switch to embedded-hal SPI, GPIO traits.Dario Nieuwenhuis2022-07-161-16/+109
* Hook up embassy-net. IT WORKS.Dario Nieuwenhuis2022-07-122-3/+84
* wpa2 join... still nothing.Dario Nieuwenhuis2022-07-121-2/+2
* stuffDario Nieuwenhuis2022-07-111-0/+1
* add event printing, add join but not working yet.Dario Nieuwenhuis2022-07-111-0/+3
* async ioctls working.Dario Nieuwenhuis2022-07-111-6/+15
* :rainbow:Dario Nieuwenhuis2022-07-105-0/+147