aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc
Commit message (Expand)AuthorAgeFilesLines
...
| * adc: use common vref schemexoviat2025-11-109-262/+195
| * adc: remove sample_time from structxoviat2025-11-1012-132/+51
| * Merge branch 'main' into into_ring_buffered_adc_for_g4Jakob2025-11-071-1/+1
| |\
| | * stm32/low-power: cleanup and improvexoviat2025-11-041-1/+1
| * | cargo fmtJakob2025-11-071-1/+1
| * | Rework how sequences ADC are specified. Update documentation in g4. Carefully...Jakob2025-11-072-114/+165
| * | consume regular ringbufxoviat2025-11-051-17/+27
| * | Create raii wrapper for injected conversionsJakob2025-11-052-10/+111
| * | Move all injected methods to same palce in fileJakob2025-11-041-56/+60
| * | Implement into_ring_buffered for g4. Add methods for configuring injected sam...Jakob2025-11-042-14/+236
| |/
| * Merge branch 'adc' of github.com:xoviat/embassy into adcxoviat2025-11-032-8/+15
| |\
| | * Merge branch 'main' into adcxoviat2025-11-032-8/+15
| | |\
| | | * don't use embassy_time for blocking_delay_us on stm32wlex low-powerliebman2025-11-031-8/+12
| | | * stm32wlex: low-power for adcliebman2025-11-031-0/+3
| * | | stm32/adc: move dma pausexoviat2025-11-031-2/+2
| |/ /
| * | stm32/adc: reorder and unifyxoviat2025-11-033-230/+152
| * | fixxoviat2025-11-031-3/+8
| * | unify ringbuffered versionsxoviat2025-11-034-257/+189
| * | stm32/adc: cleanup and simplifyxoviat2025-11-032-160/+14
| * | stm32/adc: update v2 iface to match v3xoviat2025-11-032-135/+149
| |/
| * stm32/adc/ringbuffered_v3: lower visability for RingBufferedAdc::newMaor Malka2025-11-011-1/+1
| * stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_bufferedmaor malka2025-10-072-2/+2
| * Merge branch 'embassy-rs:main' into mainmaor19932025-10-0712-27/+35
| |\
| | * Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-0612-27/+35
| * | stm32/adc/v3: merged newer adc_g0 configuration method to intoRingBufferedmaor malka2025-10-071-42/+67
| * | stm32/adc/v3: syntax errors :(maor malka2025-10-061-3/+3
| * | stm32/adc/v3:maor malka2025-10-062-12/+17
| * | Merge remote-tracking branch 'upstream/main'maor malka2025-09-236-100/+207
| |\|
| * | rustfmtmaor malka2025-08-281-1/+0
| * | stm32/adc/v3: rustfmt shananigansmaor malka2025-08-281-2/+2
| * | Merge branch 'embassy-rs:main' into mainmaor19932025-08-291-3/+4
| |\ \
| * | | stm32/adc/v3: moved ringbuffered to seperate filemaor malka2025-08-262-174/+189
| * | | stm32/adc/v3: build formatting fixesmaor malka2025-08-241-1/+1
| * | | stm32/adc/v3: updated changelog and cfg fence for DMA methodsmaor malka2025-08-241-1/+3
| * | | stm32/adc/v3: build formatting fixesmaor malka2025-08-241-3/+3
| * | | stm32/adc/v3: build fix attemptmaor malka2025-08-241-0/+1
| * | | stm32/adc/v3: added support for DMA based adc samplingmaor malka2025-08-241-1/+273
* | | | stm32: Add raw_prescaler function to make it more reusable.Piotr Esden-Tempski2025-10-055-10/+5
* | | | stm32/ADC: Fix prescaler calculation to include max frequency.Piotr Esden-Tempski2025-10-055-5/+10
| |_|/ |/| |
* | | Merge remote-tracking branch 'upstream/main' into adc_v3-enumsPer Rosengren2025-09-164-3/+8
|\ \ \
| * | | derive Debug and Format for Averagingdimi2025-09-154-3/+8
* | | | Re-export API enums and update examplesPer Rosengren2025-09-161-1/+3
* | | | rustfmtPer Rosengren2025-09-161-3/+2
* | | | ADC v3: Migrate to stm32-data g0 with enumsPer Rosengren2025-09-161-69/+110
|/ / /
* | | Merge pull request #4359 from cbaechler/fix/stm32-l0-temperature-channelDario Nieuwenhuis2025-09-051-1/+5
|\ \ \
| * | | embassy-stm32: fix temperature channel for L0 seriesChristoph Baechler2025-07-011-1/+5
* | | | Merge pull request #4620 from embassy-rs/lolsaiDario Nieuwenhuis2025-09-051-48/+20
|\ \ \ \
| * | | | stm32/spi: update for new version numbering, add i2s support for all versions.Dario Nieuwenhuis2025-09-051-48/+20
| | |_|/ | |/| |
* / | | Add Adc::new_with_clock() to configure analog clockPer Rosengren2025-08-301-1/+86
|/ / /
* | / stm32/adc/v3: allow DMA reads to loop through enabled channelsGabriel Smith2025-08-221-3/+4
| |/ |/|