aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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
| * | | | | | 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
* | | | | | | hrtim: minor cleanupxoviat2023-07-011-1/+1
* | | | | | | rustfmtxoviat2023-06-301-3/+1
* | | | | | | stm32/hrtim: impl. bridge, dead-time part. res.xoviat2023-06-301-4/+5
* | | | | | | stm32/hrtim: add example impl.xoviat2023-06-305-0/+126
|/ / / / / /
* | | | | | 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
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
|\ \ \ \ \ \
| * | | | | | stm32/can: update interruptsxoviat2023-06-191-2/+11
| | |/ / / / | |/| | | |
* / | | | | Add firmware updater examples to CIUlf Lilleengen2023-06-1918-26/+78
|/ / / / /
* / / / / stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-1910-67/+43
|/ / / /
* | | | Merge pull request #1566 from xoviat/tl-mbox-2xoviat2023-06-172-14/+17
|\ \ \ \
| * | | | 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
| * | | | stm32/wpan: fix examplesxoviat2023-06-172-13/+18
* | | | | Merge pull request #1560 from kevswims/feature/stm32g4-pll-enhancementsDario Nieuwenhuis2023-06-163-3/+123
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | STM32G4: Add USB Serial exampleKevin Lannen2023-06-142-0/+111
| * | | | stm32g4: PLL: Add support for configuring PLL_P and PLL_QKevin Lannen2023-06-141-3/+12
* | | | | Merge branch 'old_tl_mbox' of github.com:OueslatiGhaith/embassy into old-tl-mboxxoviat2023-06-123-55/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix CI errorgoueslati2023-06-121-1/+1
| * | | | fix buildgoueslati2023-06-121-0/+1
| * | | | fix merge conflictgoueslati2023-06-1249-110/+228
| |\ \ \ \
| * | | | | stm32/ipcc: fix `tl_mbox` examplegoueslati2023-06-121-5/+6
| * | | | | stm32/ipcc: move tl_mbox into `embassy-stm32-wpan`goueslati2023-06-121-10/+10
| * | | | | wipgoueslati2023-06-081-46/+9
| | |/ / / | |/| | |
* | | | | Spelling.Henrik Berg2023-06-121-1/+1
* | | | | Code cleanup.Henrik Berg2023-06-121-1/+1
* | | | | Document external button. Add wifi_blinky.rs for easy beginners start.Henrik Berg2023-06-122-1/+63
| |/ / / |/| | |
* | | | examples: use nicer InterrupExt to set irq priority in multprio.Dario Nieuwenhuis2023-06-095-47/+25
* | | | Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-0919-19/+19
* | | | Remove executor dep+reexports from HALs.Dario Nieuwenhuis2023-06-092-2/+2