aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-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 IPRuben De Smet2023-06-0718-32/+32
| | | | |
| * | | | net: StaticV4 config behind proto-ipv4Ruben De Smet2023-06-064-4/+4
| | | | |
| * | | | Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-0618-18/+18
| |/ / /
* | | | Added Vcore boost mode and Flash wait stateCarl St-Laurent2023-06-041-2/+2
| | | |
* | | | Use HSI16 for exemple since HSE might have a different value depending on boardCarl St-Laurent2023-06-041-3/+2
| | | |
* | | | Example using PLLCarl St-Laurent2023-06-031-0/+27
|/ / /
* | | cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-012-1/+2
| | |
* | | Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-0135-297/+165
| | |
* | | net-w5500: integrate into main repo.Dario Nieuwenhuis2023-05-315-55/+22
| | |
* | | Merge remote-tracking branch 'w5500/main' into w5500Dario Nieuwenhuis2023-05-314-0/+552
|\ \ \
| * | | move embassy-net-w5500 to subdir.Dario Nieuwenhuis2023-05-319-152/+17
| | | |
| * | | Update embassykalkyl2023-05-101-9/+9
| | | |
| * | | :rainbow:kalkyl2023-05-099-0/+687
| / /
* | | cyw43: adapt build to main embassy repo.Dario Nieuwenhuis2023-05-309-1871/+14
| | |
* | | Merge remote-tracking branch 'cyw43/master' into cyw43Dario Nieuwenhuis2023-05-308-0/+2220
|\ \ \
| * | | cyw43: move crate to subdir.Dario Nieuwenhuis2023-05-305-14/+1760
| | | |
| * | | cyw43-pio: add `overclock` feature flag.Dario Nieuwenhuis2023-05-141-2/+2
| | | |
| * | | 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 example
| | * | | 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
| | | | | | | | | | | | | | | | This reverts commit 6a1a3e6877053b1b72adb3c1446f4f077ad3b03e.
| * | | 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
| | | | | | | | | | | | | | | | MySpi was replaced by PioSpi and no longer used.
| * | | 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 ↵kbleeke2023-03-221-1/+1
| | | | | | | | | | | | | | | | (duh). fix #44
| * | | 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 join
| | | * | | add event handling to joinkbleeke2023-03-191-5/+4
| | | | | |
| | * | | | Update pre-flashed command to match file nameJacob Davis-Hansson2023-03-191-1/+1
| | |/ / / | | | | | | | | | | Super minor, just to help the next person avoid the little stumble.
| * | | | revert formatting changes in Cargo.tomlkbleeke2023-03-211-29/+5
| | | | |
| * | | | remove use of embedded-hal SPI traits. Instead just call our bus trait ↵kbleeke2023-03-213-83/+40
| | | | | | | | | | | | | | | | | | | | directly and push responsibility for implementing CS on the trait implementor
| * | | | 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
| | | |