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
...
*
Update stm32-metapac.
Dario Nieuwenhuis
2023-12-08
1
-1
/
+1
*
stm32/adc: move convert resolution from PAC to version-specific mod.
Dario Nieuwenhuis
2023-12-08
2
-17
/
+6
*
stm32: add ADC f3_v1_1
Sam Mason
2023-12-04
4
-14
/
+466
*
enable clock first
pbert
2023-10-12
6
-6
/
+6
*
Remove workaround for adc v3
pbert
2023-10-12
2
-16
/
+3
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
5
-10
/
+5
*
stm32/adc: cleanup f1, f3, v1, and v2
xoviat
2023-09-27
5
-57
/
+103
*
stm32/adc: make v1 async and leave en
xoviat
2023-09-20
2
-56
/
+91
*
stm32/adc: add async conversion
xoviat
2023-09-18
2
-9
/
+95
*
stm32: fix adc f3 startup time
xoviat
2023-09-15
1
-1
/
+1
*
stm32: generate adc_common
xoviat
2023-09-15
1
-111
/
+5
*
update metapac
xoviat
2023-09-14
1
-3
/
+3
*
adc/f3: fix delay calculation
xoviat
2023-09-11
1
-1
/
+1
*
adc/f3: fix startup bug
xoviat
2023-09-11
1
-0
/
+3
*
stm32: add g4 adc345 and misc.
xoviat
2023-09-11
2
-5
/
+35
*
stm32/f3: add high res for hrtim and misc.
xoviat
2023-09-10
1
-1
/
+1
*
stm32: fix adc f3 and example
xoviat
2023-09-09
1
-6
/
+3
*
adc: enable ADC and clock selection for STM32WLx
Olle Sandberg
2023-09-06
1
-1
/
+1
*
adc_v3: replace cfg(stm32g0) + friends with cfg(adc_g0)
Olle Sandberg
2023-09-06
2
-14
/
+29
*
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
2
-76
/
+4
*
stm32: fix merge issues
xoviat
2023-09-05
1
-6
/
+6
*
Merge branch 'main' of https://github.com/embassy-rs/embassy into adc-g4
xoviat
2023-09-05
4
-17
/
+194
|
\
|
*
stm32: add initial adc f3 impl
xoviat
2023-09-05
4
-17
/
+194
*
|
initial support for STM32G4 ADC
Daehyeok Mun
2023-09-04
1
-106
/
+87
|
/
*
stm32: fix f37x build.
Dario Nieuwenhuis
2023-08-19
2
-9
/
+9
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
5
-5
/
+5
*
rustfmt
xoviat
2023-07-22
1
-0
/
+1
*
stm32: suppress adc f3
xoviat
2023-07-22
1
-4
/
+8
*
Update stm32-metapac, includes chiptool changes to use real Rust enums now.
Dario Nieuwenhuis
2023-06-29
1
-5
/
+3
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
5
-333
/
+252
*
Change ADC1 to ADC
Grant Miller
2023-04-05
1
-7
/
+7
*
Fix typo
Grant Miller
2023-04-05
1
-2
/
+2
*
InternalChannel
Grant Miller
2023-04-05
1
-15
/
+8
*
Properly enable and reset adc
Grant Miller
2023-04-05
1
-7
/
+2
*
wip
Grant Miller
2023-04-05
4
-130
/
+20
*
Differentiate between `read` and `read_internal` for STM32F0 ADC
Matthew W. Samsonoff
2023-04-05
1
-54
/
+62
*
Put ADC input pin into analog mode
Matthew W. Samsonoff
2023-04-05
1
-1
/
+5
*
Add implementation of STM32 v1 ADC
Matthew W. Samsonoff
2023-04-05
1
-0
/
+277
*
Update stm32-metapac
Dario Nieuwenhuis
2023-03-27
1
-9
/
+4
*
Remove unnecessary use of atomic-polyfill.
Dario Nieuwenhuis
2022-12-23
1
-1
/
+2
*
stm32g0: Fix ADC for channels above 14
Jaxter Kim
2022-11-15
1
-2
/
+2
*
Refactor: Use `PeripheralRef`
Grant Miller
2022-10-26
5
-23
/
+16
*
Refactor: Reorder `_version` cfgs
Grant Miller
2022-10-26
1
-4
/
+3
*
Refactor: Fix v4 `RccPeripheral` bounds
Grant Miller
2022-10-26
2
-3
/
+3
*
Refactor: Factor out `Adc` struct declaration
Grant Miller
2022-10-26
5
-24
/
+10
*
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
*
Set resolution directly
Grant Miller
2022-10-26
3
-19
/
+12
[prev]
[next]