aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2Dario Nieuwenhuis2023-07-0534-34/+34
|\ | | | | | | Release embassy-time v0.1.2
| * Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-0634-34/+34
| |
* | Merge pull request #1578 from schphil/can-splitxoviat2023-07-052-8/+76
|\ \ | |/ |/| | | stm32 can split method
| * make stm32f4 example workPhilipp Scheff2023-07-041-8/+10
| |
| * remove unused imports from examplePhilipp Scheff2023-07-031-4/+1
| |
| * allow deed code can rx & clippyPhilipp Scheff2023-07-031-7/+7
| |
| * fmtPhilipp Scheff2023-07-031-6/+10
| |
| * Merge branch 'embassy-rs:main' into can-splitschphil2023-06-237-5/+496
| |\
| * | add as_mut & set loopback true in examplePhilipp Scheff2023-06-221-2/+4
| | |
| * | add stm32f7 can examplePhilipp Scheff2023-06-221-0/+63
| | |
* | | Remove wifi envvars. They're annoying, they cause rust-analyzer errors when ↵Dario Nieuwenhuis2023-07-052-3/+9
| | | | | | | | | | | | opening the examples.
* | | Merge branch 'main' of https://github.com/embassy-rs/embassy into ↵Mathias2023-07-0513-30/+69
|\ \ \ | | | | | | | | | | | | embassy-stm32/rcc-rtc-l4
| * | | update embedded-hal crates.Dario Nieuwenhuis2023-07-0413-30/+68
| | | |
* | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into ↵Mathias2023-07-03134-354/+1336
|\| | | | | | | | | | | | | | | embassy-stm32/rcc-rtc-l4
| * | | Release embassy-net v0.1Dario Nieuwenhuis2023-06-291-0/+23
| | | |
| * | | Merge pull request #1565 from JuliDi/mainDario Nieuwenhuis2023-06-294-19/+153
| |\ \ \ | | | | | | | | | | | | | | | Implement DMA for DAC on STM32
| | * | | remove need for StaticCell in dac_dma example for stm32l4JuliDi2023-06-282-23/+8
| | | | |
| | * | | revert to STM32L4S5VIJuliDi2023-06-282-6/+5
| | | | |
| | * | | attempt at fixing ciJuliDi2023-06-281-1/+0
| | | | |
| | * | | attempt at fixing ciJuliDi2023-06-283-6/+7
| | | | |
| | * | | add docJuliDi2023-06-281-0/+2
| | | | |
| | * | | Update DAC examples, add DAC + DMA exampleJuliDi2023-06-285-18/+166
| | |/ /
| * | | Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-2941-74/+74
| | | |
| * | | STM32G4: Add CRS support to RCCKevin Lannen2023-06-281-9/+19
| | | | | | | | | | | | | | | | Create working CRS USB Example
| * | | stm32: update metapac, includes fix for OTG with 9 endpoints (H7)Dario Nieuwenhuis2023-06-271-1/+3
| | | |
| * | | stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-276-6/+18
| | | | | | | | | | | | | | | | Fixes #1442.
| * | | Modify an exampleDániel Buga2023-06-251-1/+5
| | | |
| * | | stm32/wpan: update examplexoviat2023-06-251-1/+3
| | | |
| * | | stm32/wpan: reorg subsystemsxoviat2023-06-231-7/+7
| | |/ | |/|
| * | Merge pull request #1576 from OueslatiGhaith/hci_v2xoviat2023-06-235-6/+262
| |\ \ | | | | | | | | | | | | wpan: add BLE HCI
| | * | stm32/tests: update ble testxoviat2023-06-222-2/+5
| | | |
| | * | fix buildgoueslati2023-06-222-5/+5
| | | |
| | * | wpan: add BLE HCIgoueslati2023-06-223-2/+255
| | | |
| * | | esp-hosted: add perf hil test.Dario Nieuwenhuis2023-06-221-4/+4
| | | |
| * | | esp-hosted: fix build on stable.Dario Nieuwenhuis2023-06-221-4/+20
| | | |
| * | | esp-hosted: fix warnings.Dario Nieuwenhuis2023-06-221-1/+0
| | | |
| * | | esp-hosted: wait for esp firmware init.Dario Nieuwenhuis2023-06-221-3/+0
| | | |
| * | | wip: esp-hosted net driver.Dario Nieuwenhuis2023-06-222-0/+145
| |/ /
| * | Merge pull request #1569 from xoviat/tl-mbox-2xoviat2023-06-213-0/+78
| |\ \ | | |/ | |/| | | | wpan: misc. cleanup and add mac
| | * Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2xoviat2023-06-1910-67/+43
| | |\
| | * | stm32/wpan: add shci mac initxoviat2023-06-181-9/+9
| | | |
| | * | stm32/wpan: add draft mac mboxxoviat2023-06-183-0/+78
| | | |
| * | | Merge pull request #1501 from xoviat/canDario Nieuwenhuis2023-06-201-2/+11
| |\ \ \ | | | | | | | | | | | | | | | async can
| | * | | stm32/can: update interruptsxoviat2023-06-191-2/+11
| | | |/ | | |/|
| * / | Add firmware updater examples to CIUlf Lilleengen2023-06-1918-26/+78
| |/ / | | | | | | | | | | | | | | | | | | | | | CI was not building the a.rs application due to the requirement of b.bin having been built first. Add a feature flag to examples so that CI can build them including a dummy application. Update a.rs application examples so that they compile again.
| * / stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-1910-67/+43
| |/
| * Merge pull request #1566 from xoviat/tl-mbox-2xoviat2023-06-172-14/+17
| |\ | | | | | | | | | tl-mbox: switch to new ipcc mechanism
| | * stm32/wpan: use new ownership modelxoviat2023-06-172-7/+8
| | |
| | * stm32/wpan: modify evtbox to use slice viewxoviat2023-06-171-3/+1
| | |
| | * rustfmtxoviat2023-06-171-2/+1
| | |