aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Merge pull request #1498 from rmja/remove-bootloader-partitionsDario Nieuwenhuis2023-05-3015-68/+100
|\
| * FormattingRasmus Melchior Jacobsen2023-05-304-12/+7
| * Align examplesRasmus Melchior Jacobsen2023-05-3015-62/+99
* | Add [profile.release] debug = true to all examplesGeorge Elliott-Hunter2023-05-301-0/+3
|/
* ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-293-6/+6
* Merge #1489 #1500bors[bot]2023-05-295-85/+25
|\
* | Fix blocking exampleRasmus Melchior Jacobsen2023-05-261-2/+2
* | FormattingRasmus Melchior Jacobsen2023-05-251-3/+3
* | Fix examplesRasmus Melchior Jacobsen2023-05-257-32/+32
* | Let Flash<Async/Blocking> be a thingRasmus Melchior Jacobsen2023-05-2516-17/+17
* | Align with new bind_interruptRasmus Melchior Jacobsen2023-05-2516-25/+28
* | Align examplesRasmus Melchior Jacobsen2023-05-256-36/+36
* | Align examplesRasmus Melchior Jacobsen2023-05-258-25/+100
| * stm32/ipcc: refactor examples and testsxoviat2023-05-272-11/+13