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
...
*
Merge pull request #3128 from andresv/stm32-adc-dma-v3
Ulf Lilleengen
2024-07-03
2
-30
/
+308
|
\
|
*
stm32: adc v3: fix for newest pac
Andres Vahter
2024-07-02
2
-7
/
+5
|
*
stm32 adc read_async: add asserts for buf len
Andres Vahter
2024-07-02
2
-6
/
+13
|
*
stm32 adc v3 read_async
Andres Vahter
2024-07-02
1
-16
/
+176
|
*
add asynchrous sequence read support to adc v4
Alexandros Liarokapis
2024-07-02
1
-12
/
+125
*
|
Merge pull request #3143 from andresv/stm32-ringbuffered-adc-docs
Ulf Lilleengen
2024-07-03
1
-2
/
+71
|
\
\
|
*
|
stm32 ringbuffered adc docs improvements
Andres Vahter
2024-07-02
1
-10
/
+7
|
*
|
stm32 ringbuffered adc: add buf size assert
Andres Vahter
2024-07-02
1
-0
/
+6
|
*
|
stm32 ringbuffered adc docs
Andres Vahter
2024-07-02
1
-2
/
+68
*
|
|
Merge pull request #3110 from liarokapisv/adc_v4_averaging
Ulf Lilleengen
2024-07-03
1
-0
/
+38
|
\
\
\
|
*
|
|
Enables adc v4 averaging support.
Alexandros Liarokapis
2024-06-23
1
-0
/
+38
*
|
|
|
Merge pull request #3124 from Adancurusul/dev
Ulf Lilleengen
2024-07-03
1
-0
/
+15
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Add adc oversampling support
Chen Yuheng
2024-06-27
1
-0
/
+15
|
|
/
/
*
|
/
stm32 ringbuffered adc: fix for metapac changes
Andres Vahter
2024-07-02
1
-1
/
+1
|
|
/
|
/
|
*
|
fix typo, add spaces after //
seth
2024-07-01
1
-5
/
+5
*
|
second adc added to example + API todos completed
seth
2024-06-24
1
-11
/
+3
*
|
new PR, taking Dirbao's advice to make the DMA impl in a separate struct that...
seth
2024-06-24
3
-0
/
+381
|
/
*
Emit cargo:rustc-check-cfg instructions from build.rs
Jan Špaček
2024-05-30
2
-4
/
+4
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
8
-21
/
+21
*
remove InternalChannel and AdcPin
Univa
2024-05-22
9
-69
/
+8
*
make AdcChannel required for InternalChannel
Univa
2024-05-21
1
-1
/
+1
*
add back InternalChannel and implement it where its missing
Univa
2024-05-21
9
-9
/
+62
*
add AnyAdcChannel
Univa
2024-05-20
9
-116
/
+126
*
stm32: allow some unused.
Dario Nieuwenhuis
2024-05-13
1
-0
/
+1
*
stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.
Dario Nieuwenhuis
2024-04-29
1
-7
/
+7
*
Merge pull request #2813 from diondokter/u0-dion
Dario Nieuwenhuis
2024-04-16
2
-12
/
+32
|
\
|
*
Add ADC
Dion Dokter
2024-04-14
2
-12
/
+32
|
*
stm32/adc: update g4 for new pac.
Dario Nieuwenhuis
2024-04-13
2
-2
/
+331
*
|
Bug: There are at most 18 channels for the ADC.
Daniel Igaz
2024-04-16
1
-1
/
+1
*
|
stm32: adc: fix blocking_delay_us() overflowing when sys freq is high
Torin Cooper-Bennun
2024-04-16
1
-1
/
+6
*
|
stm32/adc: update g4 for new pac.
Dario Nieuwenhuis
2024-04-14
2
-2
/
+331
|
/
*
stm32 adc: use fn blocking_delay_us(us: u32)
Andres Vahter
2024-04-10
7
-56
/
+28
*
stm32 adc: remove DelayNs
Andres Vahter
2024-04-10
6
-41
/
+70
*
stm32: use embedded_hal_1::delay::DelayNs
Andres Vahter
2024-04-09
6
-19
/
+19
*
stm32: adc: v3: [h5] set OR.OP0 to 1 when ADCx_INP0 is selected, per RM
Torin Cooper-Bennun
2024-04-05
1
-0
/
+14
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
8
-72
/
+70
*
stm32/adc: reexport enums from PAC to avoid boilerplate hell.
Dario Nieuwenhuis
2024-02-26
10
-279
/
+73
*
adc: basic H5 support
Torin Cooper-Bennun
2024-02-22
4
-46
/
+93
*
made adc example working with default clock configuration and switched in `v1...
shufps
2024-02-08
1
-0
/
+4
*
fmt
shufps
2024-02-08
1
-1
/
+0
*
clippy
shufps
2024-02-08
1
-2
/
+1
*
added support for ADC of L0s
shufps
2024-02-08
4
-16
/
+38
*
stm32: autogenerate clocks struct, enable mux for all chips.
Dario Nieuwenhuis
2024-02-02
3
-10
/
+2
*
Fix ADC max frequency for F2
Joonas Javanainen
2024-02-01
1
-0
/
+4
*
Fix F2 temperature sensor ADC channel
Joonas Javanainen
2024-02-01
1
-1
/
+1
*
Make adc::Resolution::to_max_count const
Henk Oordt
2024-01-08
1
-1
/
+1
*
stm32: update metapac.
Dario Nieuwenhuis
2024-01-03
1
-3
/
+3
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-1
/
+2
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+1
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
3
-0
/
+24
[prev]
[next]