index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
/
src
/
adc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
adc: use common vref scheme
xoviat
2025-11-10
9
-262
/
+195
|
*
adc: remove sample_time from struct
xoviat
2025-11-10
12
-132
/
+51
|
*
Merge branch 'main' into into_ring_buffered_adc_for_g4
Jakob
2025-11-07
1
-1
/
+1
|
|
\
|
|
*
stm32/low-power: cleanup and improve
xoviat
2025-11-04
1
-1
/
+1
|
*
|
cargo fmt
Jakob
2025-11-07
1
-1
/
+1
|
*
|
Rework how sequences ADC are specified. Update documentation in g4. Carefully...
Jakob
2025-11-07
2
-114
/
+165
|
*
|
consume regular ringbuf
xoviat
2025-11-05
1
-17
/
+27
|
*
|
Create raii wrapper for injected conversions
Jakob
2025-11-05
2
-10
/
+111
|
*
|
Move all injected methods to same palce in file
Jakob
2025-11-04
1
-56
/
+60
|
*
|
Implement into_ring_buffered for g4. Add methods for configuring injected sam...
Jakob
2025-11-04
2
-14
/
+236
|
|
/
|
*
Merge branch 'adc' of github.com:xoviat/embassy into adc
xoviat
2025-11-03
2
-8
/
+15
|
|
\
|
|
*
Merge branch 'main' into adc
xoviat
2025-11-03
2
-8
/
+15
|
|
|
\
|
|
|
*
don't use embassy_time for blocking_delay_us on stm32wlex low-power
liebman
2025-11-03
1
-8
/
+12
|
|
|
*
stm32wlex: low-power for adc
liebman
2025-11-03
1
-0
/
+3
|
*
|
|
stm32/adc: move dma pause
xoviat
2025-11-03
1
-2
/
+2
|
|
/
/
|
*
|
stm32/adc: reorder and unify
xoviat
2025-11-03
3
-230
/
+152
|
*
|
fix
xoviat
2025-11-03
1
-3
/
+8
|
*
|
unify ringbuffered versions
xoviat
2025-11-03
4
-257
/
+189
|
*
|
stm32/adc: cleanup and simplify
xoviat
2025-11-03
2
-160
/
+14
|
*
|
stm32/adc: update v2 iface to match v3
xoviat
2025-11-03
2
-135
/
+149
|
|
/
|
*
stm32/adc/ringbuffered_v3: lower visability for RingBufferedAdc::new
Maor Malka
2025-11-01
1
-1
/
+1
|
*
stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_buffered
maor malka
2025-10-07
2
-2
/
+2
|
*
Merge branch 'embassy-rs:main' into main
maor1993
2025-10-07
12
-27
/
+35
|
|
\
|
|
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
12
-27
/
+35
|
*
|
stm32/adc/v3: merged newer adc_g0 configuration method to intoRingBuffered
maor malka
2025-10-07
1
-42
/
+67
|
*
|
stm32/adc/v3: syntax errors :(
maor malka
2025-10-06
1
-3
/
+3
|
*
|
stm32/adc/v3:
maor malka
2025-10-06
2
-12
/
+17
|
*
|
Merge remote-tracking branch 'upstream/main'
maor malka
2025-09-23
6
-100
/
+207
|
|
\
|
|
*
|
rustfmt
maor malka
2025-08-28
1
-1
/
+0
|
*
|
stm32/adc/v3: rustfmt shananigans
maor malka
2025-08-28
1
-2
/
+2
|
*
|
Merge branch 'embassy-rs:main' into main
maor1993
2025-08-29
1
-3
/
+4
|
|
\
\
|
*
|
|
stm32/adc/v3: moved ringbuffered to seperate file
maor malka
2025-08-26
2
-174
/
+189
|
*
|
|
stm32/adc/v3: build formatting fixes
maor malka
2025-08-24
1
-1
/
+1
|
*
|
|
stm32/adc/v3: updated changelog and cfg fence for DMA methods
maor malka
2025-08-24
1
-1
/
+3
|
*
|
|
stm32/adc/v3: build formatting fixes
maor malka
2025-08-24
1
-3
/
+3
|
*
|
|
stm32/adc/v3: build fix attempt
maor malka
2025-08-24
1
-0
/
+1
|
*
|
|
stm32/adc/v3: added support for DMA based adc sampling
maor malka
2025-08-24
1
-1
/
+273
*
|
|
|
stm32: Add raw_prescaler function to make it more reusable.
Piotr Esden-Tempski
2025-10-05
5
-10
/
+5
*
|
|
|
stm32/ADC: Fix prescaler calculation to include max frequency.
Piotr Esden-Tempski
2025-10-05
5
-5
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
Merge remote-tracking branch 'upstream/main' into adc_v3-enums
Per Rosengren
2025-09-16
4
-3
/
+8
|
\
\
\
|
*
|
|
derive Debug and Format for Averaging
dimi
2025-09-15
4
-3
/
+8
*
|
|
|
Re-export API enums and update examples
Per Rosengren
2025-09-16
1
-1
/
+3
*
|
|
|
rustfmt
Per Rosengren
2025-09-16
1
-3
/
+2
*
|
|
|
ADC v3: Migrate to stm32-data g0 with enums
Per Rosengren
2025-09-16
1
-69
/
+110
|
/
/
/
*
|
|
Merge pull request #4359 from cbaechler/fix/stm32-l0-temperature-channel
Dario Nieuwenhuis
2025-09-05
1
-1
/
+5
|
\
\
\
|
*
|
|
embassy-stm32: fix temperature channel for L0 series
Christoph Baechler
2025-07-01
1
-1
/
+5
*
|
|
|
Merge pull request #4620 from embassy-rs/lolsai
Dario Nieuwenhuis
2025-09-05
1
-48
/
+20
|
\
\
\
\
|
*
|
|
|
stm32/spi: update for new version numbering, add i2s support for all versions.
Dario Nieuwenhuis
2025-09-05
1
-48
/
+20
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Add Adc::new_with_clock() to configure analog clock
Per Rosengren
2025-08-30
1
-1
/
+86
|
/
/
/
*
|
/
stm32/adc/v3: allow DMA reads to loop through enabled channels
Gabriel Smith
2025-08-22
1
-3
/
+4
|
|
/
|
/
|
[prev]
[next]