| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -2/+1 | |
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move typelevel interrupts to a special-purpose mod: `embassy_xx::interrupt::typelevel`. - Reexport the PAC interrupt enum in `embassy_xx::interrupt`. This has a few advantages: - The `embassy_xx::interrupt` module is now more "standard". - It works with `cortex-m` functions for manipulating interrupts, for example. - It works with RTIC. - the interrupt enum allows holding value that can be "any interrupt at runtime", this can't be done with typelevel irqs. - When "const-generics on enums" is stable, we can remove the typelevel interrupts without disruptive changes to `embassy_xx::interrupt`. | |||||
| | * | | | | net: Support dual stack IP | Ruben De Smet | 2023-06-07 | 18 | -32/+32 | |
| | | | | | | ||||||
| | * | | | | net: StaticV4 config behind proto-ipv4 | Ruben De Smet | 2023-06-06 | 4 | -4/+4 | |
| | | | | | | ||||||
| | * | | | | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 18 | -18/+18 | |
| | |/ / / | ||||||
| * | | | | Added Vcore boost mode and Flash wait state | Carl St-Laurent | 2023-06-04 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Use HSI16 for exemple since HSE might have a different value depending on board | Carl St-Laurent | 2023-06-04 | 1 | -3/+2 | |
| | | | | | ||||||
| * | | | | Example using PLL | Carl St-Laurent | 2023-06-03 | 1 | -0/+27 | |
| |/ / / | ||||||
| * | | | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 2 | -1/+2 | |
| | | | | ||||||
| * | | | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 35 | -297/+165 | |
| | | | | ||||||
| * | | | net-w5500: integrate into main repo. | Dario Nieuwenhuis | 2023-05-31 | 5 | -55/+22 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'w5500/main' into w5500 | Dario Nieuwenhuis | 2023-05-31 | 4 | -0/+552 | |
| |\ \ \ | ||||||
| | * | | | move embassy-net-w5500 to subdir. | Dario Nieuwenhuis | 2023-05-31 | 9 | -152/+17 | |
| | | | | | ||||||
| | * | | | Update embassy | kalkyl | 2023-05-10 | 1 | -9/+9 | |
| | | | | | ||||||
| | * | | | :rainbow: | kalkyl | 2023-05-09 | 9 | -0/+687 | |
| | / / | ||||||
| * | | | 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 | |||||
| | | * | | | 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 | |
| | | | | | | | | | | | | | | | | | This reverts commit 6a1a3e6877053b1b72adb3c1446f4f077ad3b03e. | |||||
| | * | | | 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 | |
| | | | | | | | | | | | | | | | | | MySpi was replaced by PioSpi and no longer used. | |||||
| | * | | | 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 ↵ | kbleeke | 2023-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | (duh). fix #44 | |||||
| | * | | | 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 | |||||
| | | | * | | | 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 | |
| | | |/ / / | | | | | | | | | | | Super minor, just to help the next person avoid the little stumble. | |||||
| | * | | | | 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 ↵ | kbleeke | 2023-03-21 | 3 | -83/+40 | |
| | | | | | | | | | | | | | | | | | | | | | directly and push responsibility for implementing CS on the trait implementor | |||||
| | * | | | | 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 | |
| | | | | | ||||||
