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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
1
-2
/
+27
|
/
*
stm32 adc: use fn blocking_delay_us(us: u32)
Andres Vahter
2024-04-10
1
-0
/
+9
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-51
/
+49
*
stm32/adc: reexport enums from PAC to avoid boilerplate hell.
Dario Nieuwenhuis
2024-02-26
1
-8
/
+27
*
adc: basic H5 support
Torin Cooper-Bennun
2024-02-22
1
-3
/
+3
*
added support for ADC of L0s
shufps
2024-02-08
1
-11
/
+12
*
stm32: autogenerate clocks struct, enable mux for all chips.
Dario Nieuwenhuis
2024-02-02
1
-7
/
+0
*
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
1
-0
/
+6
*
stm32: add ADC f3_v1_1
Sam Mason
2023-12-04
1
-10
/
+11
*
Remove workaround for adc v3
pbert
2023-10-12
1
-2
/
+2
*
stm32/adc: cleanup f1, f3, v1, and v2
xoviat
2023-09-27
1
-5
/
+13
*
stm32/adc: make v1 async and leave en
xoviat
2023-09-20
1
-5
/
+5
*
stm32/adc: add async conversion
xoviat
2023-09-18
1
-1
/
+38
*
stm32: generate adc_common
xoviat
2023-09-15
1
-111
/
+5
*
stm32: add g4 adc345 and misc.
xoviat
2023-09-11
1
-4
/
+34
*
adc_v3: replace cfg(stm32g0) + friends with cfg(adc_g0)
Olle Sandberg
2023-09-06
1
-2
/
+2
*
stm32: don't generate adc5
xoviat
2023-09-05
1
-0
/
+3
*
stm32: don't generate adc4 for g4
xoviat
2023-09-05
1
-0
/
+2
*
stm32: remove paste and use refcount statics
xoviat
2023-09-05
1
-2
/
+4
*
stm32: add initial adc f3 impl
xoviat
2023-09-05
1
-12
/
+47
*
stm32: fix f37x build.
Dario Nieuwenhuis
2023-08-19
1
-8
/
+8
*
stm32: suppress adc f3
xoviat
2023-07-22
1
-4
/
+8
*
wip
Grant Miller
2023-04-05
1
-7
/
+4
*
Refactor: Use `PeripheralRef`
Grant Miller
2022-10-26
1
-3
/
+4
*
Refactor: Reorder `_version` cfgs
Grant Miller
2022-10-26
1
-4
/
+3
*
Refactor: Fix v4 `RccPeripheral` bounds
Grant Miller
2022-10-26
1
-2
/
+2
*
Refactor: Factor out `Adc` struct declaration
Grant Miller
2022-10-26
1
-0
/
+6
*
Refactor: Don't return references to pointers
Grant Miller
2022-10-26
1
-14
/
+14
*
Refactor: Remove unused `Common` trait
Grant Miller
2022-10-26
1
-20
/
+1
*
Refactor: Impl `From` for `SampleTime` and `Resolution`
Grant Miller
2022-10-26
1
-3
/
+2
*
Refactor: Factor out `Resolution`
Grant Miller
2022-10-26
1
-0
/
+5
*
Refactor: Factor out `SampleTime`
Grant Miller
2022-10-26
1
-0
/
+5
*
Fix internal channel reading on adc_v2
chemicstry
2022-10-07
1
-0
/
+5
*
Use RccPeripheral for adc_v2
chemicstry
2022-10-07
1
-2
/
+2
*
Add ADC support for H7
Matous Hybl
2022-04-12
1
-5
/
+46
*
stm32: move macrotables to embassy-stm32 build.rs
Dario Nieuwenhuis
2022-02-26
1
-3
/
+3
*
stm32: move ADC, DAC pin impls to build.rs
Dario Nieuwenhuis
2022-02-23
1
-57
/
+3
*
adc: Implement support for f1 ADC block
Sjoerd Simons
2021-12-30
1
-0
/
+9
*
Initial support for STM32F767ZI.
Matous Hybl
2021-10-26
1
-0
/
+1
*
stm32/adc: Add IN0 channel
Ben Gamari
2021-09-29
1
-0
/
+3
*
stm32/adc: Fix ADC support for STM32G0
Ben Gamari
2021-09-28
1
-1
/
+1
*
Add missing files for G0
Ulf Lilleengen
2021-09-02
1
-0
/
+1
*
fix stm32 warnings
Rukai
2021-07-05
1
-3
/
+0
*
ADCv3 and example.
Bob McWhirter
2021-06-14
1
-0
/
+125
[prev]