aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4
Commit message (Expand)AuthorAgeFilesLines
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput...WillaWillNot2025-11-222-12/+2
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-213-6/+12
* Updated documentation, fixed EXTI definition issues with chips that have touc...WillaWillNot2025-11-211-2/+14
* stm32/adc: extract into commonxoviat2025-11-122-5/+9
* adc: remove sample_time from structxoviat2025-11-102-9/+5
* feat: stm32 spi driver slave modeCristian Milatinov2025-11-041-1/+2
* rtc: use consistent api between stop and non-stopxoviat2025-11-041-2/+2
* stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_bufferedmaor malka2025-10-071-1/+1
* Merge branch 'embassy-rs:main' into mainmaor19932025-10-078-12/+14
|\
| * Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-067-11/+13
| * Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* | Merge branch 'embassy-rs:main' into mainmaor19932025-10-061-2/+8
|\|
| * stm32: add config to MCO to control the drive strength.Daniel Nilsson2025-10-011-2/+8
* | Merge branch 'main' into mainmaor19932025-08-292-6/+6
|\|
| * executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-292-6/+6
* | Merge branch 'embassy-rs:main' into mainmaor19932025-08-291-8/+14
|\|
| * fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
| * chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-7/+7
| * Load all crates in the graph, honor the "publish" flag to prevent publishing ...Dario Nieuwenhuis2025-08-251-0/+6
* | stm32l4/example/adc_dma: missing clock configurationmaor malka2025-08-241-5/+7
* | stm32/adc/v3: added support for DMA based adc samplingmaor malka2025-08-241-0/+49
|/
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
* rustfmtSüha Ünüvar2025-08-081-9/+1
* i2c examplesSüha Ünüvar2025-08-084-7/+2
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
* chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
* merge new embassy changesjrmoulton2025-06-1010-33/+502
|\
| * embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
| * Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
| * Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-182-2/+0
| * Maybe fixed all CIDion Dokter2025-05-011-1/+1
| * Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| * Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+3
| * stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-252-5/+5
| * chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
| * chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| * Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-1/+1
| * Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
| * Prepare embassy-net driversDániel Buga2025-01-051-1/+1
| * Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
| * Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-051-1/+1
| * Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-7/+0
| * Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
| * Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
| * stm32 tsc examples: minor correctionsmichel2024-11-291-2/+2
| * Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons...michel2024-11-293-11/+11
| * stm32 multipin examples: remove check for group status since we are using the...michel2024-11-291-26/+2