aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4
Commit message (Expand)AuthorAgeFilesLines
* enable clock firstpbert2023-10-121-2/+2
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+2
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-112-5/+2
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-094-14/+14
* Merge pull request #2018 from jamesmunns/add-derivesDario Nieuwenhuis2023-10-071-1/+1
|\
| * Add some uncontroversial derives to Error typesJames Munns2023-10-061-1/+1
* | stm32: implement MCO for all chips.Dario Nieuwenhuis2023-10-071-2/+2
|/
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-2/+2
* stm32/rtc: enable lse in examples.Dario Nieuwenhuis2023-09-301-0/+1
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-262-2/+2
* 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