| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| | * | Get wifi credentials from envvars in example. | Dario Nieuwenhuis | 2022-07-21 | 1 | -2/+2 | |
| | * | Switch default log to debug. | Dario Nieuwenhuis | 2022-07-17 | 1 | -1/+1 | |
| | * | Obtain the firmware blobs from the user instead of hardcoding magic flash addrs. | Dario Nieuwenhuis | 2022-07-17 | 1 | -2/+13 | |
| | * | Switch to 32bit SPI. | Dario Nieuwenhuis | 2022-07-16 | 1 | -7/+7 | |
| | * | Switch to embedded-hal SPI, GPIO traits. | Dario Nieuwenhuis | 2022-07-16 | 1 | -16/+109 | |
| | * | Hook up embassy-net. IT WORKS. | Dario Nieuwenhuis | 2022-07-12 | 2 | -3/+84 | |
| | * | wpa2 join... still nothing. | Dario Nieuwenhuis | 2022-07-12 | 1 | -2/+2 | |
| | * | stuff | Dario Nieuwenhuis | 2022-07-11 | 1 | -0/+1 | |
| | * | add event printing, add join but not working yet. | Dario Nieuwenhuis | 2022-07-11 | 1 | -0/+3 | |
| | * | async ioctls working. | Dario Nieuwenhuis | 2022-07-11 | 1 | -6/+15 | |
| | * | :rainbow: | Dario Nieuwenhuis | 2022-07-10 | 5 | -0/+147 | |
| * | Merge pull request #1498 from rmja/remove-bootloader-partitions | Dario Nieuwenhuis | 2023-05-30 | 15 | -68/+100 | |
| |\ | ||||||
| | * | Formatting | Rasmus Melchior Jacobsen | 2023-05-30 | 4 | -12/+7 | |
| | * | Align examples | Rasmus Melchior Jacobsen | 2023-05-30 | 15 | -62/+99 | |
| * | | Add [profile.release] debug = true to all examples | George Elliott-Hunter | 2023-05-30 | 1 | -0/+3 | |
| |/ | ||||||
| * | ci: fix nrf, rp tests. | Dario Nieuwenhuis | 2023-05-29 | 3 | -6/+6 | |
| * | Merge #1489 #1500 | bors[bot] | 2023-05-29 | 5 | -85/+25 | |
| |\ | ||||||
| * | | Fix blocking example | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -2/+2 | |
| * | | Formatting | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+3 | |
| * | | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 7 | -32/+32 | |
| * | | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 16 | -17/+17 | |
| * | | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 16 | -25/+28 | |
| * | | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 6 | -36/+36 | |
| * | | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 8 | -25/+100 | |
| | * | stm32/ipcc: refactor examples and tests | xoviat | 2023-05-27 | 2 | -11/+13 | |
