aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4
Commit message (Expand)AuthorAgeFilesLines
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Merge branch 'embassy-rs:main' into adin1110-part2René van Dorst2023-08-283-3/+3
|\
| * Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
| * stm32: fix l4 re-exportxoviat2023-08-272-2/+2
* | stm32l4: bump embassy-net-adin1110 to v0.2.0René van Dorst2023-08-281-2/+2
* | stm32l4: Update adin1110 example add FCS optionRené van Dorst2023-08-281-6/+18
|/
* stm32l4: Add EVAL-ADIN1110EBZ example with basic http serverRené van Dorst2023-08-243-3/+449
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-161-2/+2
* stm32/l4: set rtc clock source in rccxoviat2023-08-081-4/+1
* stm32/rtc: fix exampelxoviat2023-08-061-1/+1
* Merge pull request #1606 from JcBernack/rng-updateDario Nieuwenhuis2023-07-301-2/+6
|\
| * stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-311-2/+6
* | Set frequency in stm32 SPI examplesbofh2023-07-313-11/+15
* | Fix formattingbofh2023-07-301-9/+1
* | Fix stm32 SPI examplesbofh2023-07-303-15/+1
|/
* remove memory.x files for other stm32 examplesJuliDi2023-07-283-38/+1
* Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-261-0/+3
* Merge pull request #1676 from adamgreig/fix-dac-exampleDario Nieuwenhuis2023-07-241-1/+1
|\
| * stm32: fix DAC examplesAdam Greig2023-07-221-1/+1
* | Add notes about setting chip name correctly for examples.Adam Greig2023-07-221-1/+2
|/
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
* Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm...Mathias2023-07-051-2/+3
|\
| * update embedded-hal crates.Dario Nieuwenhuis2023-07-041-2/+2
* | Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm...Mathias2023-07-037-27/+156
|\|
| * Merge pull request #1565 from JuliDi/mainDario Nieuwenhuis2023-06-292-11/+143
| |\
| | * 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-283-10/+156
| * | Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-4/+4
| * | stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-271-1/+3
| |/
| * stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-192-11/+7
| * Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+1
* | L4: Switch to MSI to prevent problems with PLL configuration, and enable powe...Mathias2023-07-011-0/+50
|/
* stm32: move to bind_interruptsxoviat2023-05-246-18/+36
* Fix some typosDirk Stolle2023-05-081-1/+1
* Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
* Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-261-4/+4
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
* Update embedded-hal crates.Dario Nieuwenhuis2023-04-061-2/+2
* Merge #1321bors[bot]2023-04-041-1/+1
|\
| * executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-1/+1
* | Add MCO support for L4 and F4 familiesMathieu Dupont2023-04-031-0/+27
|/
* Fix examples broken by the macro fix.Dario Nieuwenhuis2023-03-083-3/+3
* Example fixes.Dario Nieuwenhuis2023-03-011-2/+0
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...Dario Nieuwenhuis2023-02-081-1/+0
* stm32 otg: add examples.chemicstry2023-01-112-3/+109