| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cyw43: adapt build to main embassy repo. | Dario Nieuwenhuis | 2023-05-30 | 9 | -1871/+14 |
| * | Merge remote-tracking branch 'cyw43/master' into cyw43 | Dario Nieuwenhuis | 2023-05-30 | 8 | -0/+2220 |
| |\ | |||||
| | * | cyw43: move crate to subdir. | Dario Nieuwenhuis | 2023-05-30 | 5 | -14/+1760 |
| | * | cyw43-pio: add `overclock` feature flag. | Dario Nieuwenhuis | 2023-05-14 | 1 | -2/+2 |
| | * | Update Embassy, to new PIO API. | Dario Nieuwenhuis | 2023-05-13 | 4 | -42/+24 |
| | * | update defmt to 0.3.4, now that probe-run is fixed. | Dario Nieuwenhuis | 2023-05-08 | 1 | -1/+1 |
| | * | simple error handling for join instead of looping internally | kbleeke | 2023-05-04 | 1 | -2/+9 |
| | * | Add AP mode example | Satoshi Tanaka | 2023-05-02 | 1 | -0/+144 |
| | * | Merge pull request #71 from kbleeke/wifi-scanning2 | Dario Nieuwenhuis | 2023-05-01 | 2 | -3/+83 |
| | |\ | |||||
| | | * | add wifi scan example | kbleeke | 2023-05-01 | 2 | -3/+83 |
| | * | | updated example | Daniel Larsen | 2023-04-30 | 1 | -1/+1 |
| | |/ | |||||
| | * | wifi scan ioctl | kbleeke | 2023-04-28 | 1 | -1/+0 |
| | * | Update embassy | kalkyl | 2023-04-27 | 1 | -9/+9 |
| | * | Switch from probe-run to probe-rs-cli. | Dario Nieuwenhuis | 2023-04-26 | 1 | -1/+1 |
| | * | Revert "Workaround regex breaking change." | Dario Nieuwenhuis | 2023-04-26 | 1 | -3/+0 |
| | * | Workaround regex breaking change. | Dario Nieuwenhuis | 2023-04-21 | 1 | -0/+3 |
| | * | Update main.rs | mattiasgronlund | 2023-04-14 | 1 | -5/+0 |
| | * | Remove MySpi | Mattias Grönlund | 2023-04-14 | 1 | -88/+2 |
| | * | pin defmt to 0.3.2. 0.3.4 introduces an undesired wire format upgrade | kbleeke | 2023-04-07 | 1 | -1/+1 |
| | * | update embassy | kbleeke | 2023-04-07 | 2 | -10/+10 |
| | * | Move pio driver to separate crate | kbleeke | 2023-03-27 | 3 | -185/+2 |
| | * | use send status feature of cyw43 instead of manually checking status | kbleeke | 2023-03-27 | 2 | -12/+26 |
| | * | address irq nits | kbleeke | 2023-03-27 | 2 | -9/+0 |
| | * | use irqs to wait for events | kbleeke | 2023-03-27 | 2 | -4/+19 |
| | * | wifi task needs to be spawned immediately, otherwise ioctls are just stuck (d... | kbleeke | 2023-03-22 | 1 | -1/+1 |
| | * | replace inspect() with direct calls to trace!() after awaiting | kbleeke | 2023-03-21 | 1 | -2/+2 |
| | * | Merge branch 'master' into pio | kbleeke | 2023-03-21 | 1 | -6/+5 |
| | |\ | |||||
| | | * | Merge pull request #42 from kbleeke/events-join | Dario Nieuwenhuis | 2023-03-19 | 1 | -5/+4 |
| | | |\ | |||||
| | | | * | add event handling to join | kbleeke | 2023-03-19 | 1 | -5/+4 |
| | | * | | Update pre-flashed command to match file name | Jacob Davis-Hansson | 2023-03-19 | 1 | -1/+1 |
| | | |/ | |||||
| | * | | revert formatting changes in Cargo.toml | kbleeke | 2023-03-21 | 1 | -29/+5 |
| | * | | remove use of embedded-hal SPI traits. Instead just call our bus trait direct... | kbleeke | 2023-03-21 | 3 | -83/+40 |
| | * | | even faster pio speed are possible | kbleeke | 2023-03-19 | 1 | -7/+15 |
| | * | | Add pio transport to pico w example | kbleeke | 2023-03-19 | 4 | -33/+262 |
| | * | | Custom Bus Trait to support PIO | kbleeke | 2023-03-19 | 2 | -17/+28 |
| | |/ | |||||
| | * | Add from_utf8 | Pol Fernandez | 2023-02-21 | 1 | -8/+3 |
| | * | Add stringify function | Pol Fernandez | 2023-02-20 | 1 | -1/+9 |
| | * | update embassy dependences | Aaron Tsui | 2023-02-15 | 2 | -12/+12 |
| | * | Add separate function to set power management mode. | Dario Nieuwenhuis | 2023-01-02 | 1 | -1/+4 |
| | * | Be able to specify the power management mode at init time. | Lukas Krejci | 2023-01-02 | 1 | -1/+1 |
| | * | Update Embassy. | Dario Nieuwenhuis | 2022-12-27 | 2 | -11/+13 |
| | * | Add feature to display console logs from the wifi firmware. | Dario Nieuwenhuis | 2022-12-25 | 1 | -1/+1 |
| | * | feat: use async fn in trait | Ulf Lilleengen | 2022-12-01 | 2 | -64/+49 |
| | * | Update Embassy, nightly, deps. | Dario Nieuwenhuis | 2022-11-07 | 2 | -10/+10 |
| | * | Bake the blob into the firmware by default. | Dario Nieuwenhuis | 2022-11-07 | 1 | -4/+4 |
| | * | Update embassy, embedded-hal. | Dario Nieuwenhuis | 2022-10-02 | 2 | -15/+15 |
| | * | Update Embassy. | Dario Nieuwenhuis | 2022-08-23 | 1 | -14/+6 |
| | * | Update Embassy. | Dario Nieuwenhuis | 2022-08-22 | 2 | -16/+20 |
| | * | Add comments about Country Locale Matrix (CLM) | Daniel Bevenius | 2022-08-20 | 1 | -1/+1 |
| | * | Update Embassy. | Dario Nieuwenhuis | 2022-08-13 | 2 | -14/+16 |
