aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update Embassy, to new PIO API.Dario Nieuwenhuis2023-05-134-42/+24
* update defmt to 0.3.4, now that probe-run is fixed.Dario Nieuwenhuis2023-05-081-1/+1
* simple error handling for join instead of looping internallykbleeke2023-05-041-2/+9
* Add AP mode exampleSatoshi Tanaka2023-05-021-0/+144
* Merge pull request #71 from kbleeke/wifi-scanning2Dario Nieuwenhuis2023-05-012-3/+83
|\
| * add wifi scan examplekbleeke2023-05-012-3/+83
* | updated exampleDaniel Larsen2023-04-301-1/+1
|/
* wifi scan ioctlkbleeke2023-04-281-1/+0
* Update embassykalkyl2023-04-271-9/+9
* Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-261-1/+1
* Revert "Workaround regex breaking change."Dario Nieuwenhuis2023-04-261-3/+0
* Workaround regex breaking change.Dario Nieuwenhuis2023-04-211-0/+3
* Update main.rsmattiasgronlund2023-04-141-5/+0
* Remove MySpiMattias Grönlund2023-04-141-88/+2
* pin defmt to 0.3.2. 0.3.4 introduces an undesired wire format upgradekbleeke2023-04-071-1/+1
* update embassykbleeke2023-04-072-10/+10
* 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