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
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: fix bd lsi
xoviat
2023-09-24
1
-6
/
+7
*
stm32/lp: clamp requested_duration to avoid overflow
xoviat
2023-09-22
1
-7
/
+13
*
stm32/low-power: create one critical-section for all time ops
xoviat
2023-09-21
2
-72
/
+78
*
stm32/rcc: unify h5 and h7.
Dario Nieuwenhuis
2023-09-21
5
-1450
/
+857
*
fix low-power: APB1 needed for LSE
Christian Enderle
2023-09-21
2
-2
/
+5
*
Merge pull request #1930 from xoviat/adc
xoviat
2023-09-20
2
-56
/
+91
|
\
|
*
stm32/adc: make v1 async and leave en
xoviat
2023-09-20
2
-56
/
+91
*
|
stm32/h7: fix bad PWR reg versions.
Dario Nieuwenhuis
2023-09-21
1
-2
/
+4
*
|
Add get_level() to ExtiInput
Sebastian Goll
2023-09-20
1
-1
/
+5
|
/
*
Fix typo in F2 RCC voltage ranges
Sebastian Goll
2023-09-19
1
-4
/
+4
*
Merge pull request #1919 from xoviat/adc
xoviat
2023-09-18
2
-9
/
+95
|
\
|
*
stm32/adc: add async conversion
xoviat
2023-09-18
2
-9
/
+95
*
|
stm32: use PAC enums for VOS.
Dario Nieuwenhuis
2023-09-18
6
-96
/
+148
*
|
stm32: misc. cleanup
xoviat
2023-09-17
1
-5
/
+6
*
|
stm32: update configure_ls as agreed
xoviat
2023-09-17
8
-42
/
+84
|
/
*
stm32: Implement `set_config` for Uart structs
Scott Mabin
2023-09-17
4
-3
/
+102
*
stm32: Add RtcTimeProvider struct to Rtc module
Scott Mabin
2023-09-17
1
-15
/
+36
*
stm32/rcc: use AHBPrescaler div impls in stm32wba
Dario Nieuwenhuis
2023-09-17
3
-60
/
+33
*
stm32/rcc: convert bus prescalers to pac enums
xoviat
2023-09-16
15
-335
/
+162
*
stm32: fix wpan_ble test
xoviat
2023-09-16
1
-1
/
+1
*
stm32: add stm32wba support.
Dario Nieuwenhuis
2023-09-16
7
-80
/
+234
*
Merge pull request #1909 from xoviat/adc
xoviat
2023-09-15
3
-116
/
+16
|
\
|
*
stm32: fix adc f3 startup time
xoviat
2023-09-15
1
-1
/
+1
|
*
stm32: generate adc_common
xoviat
2023-09-15
2
-115
/
+15
*
|
stm32: rtc/low-power cleanup
xoviat
2023-09-15
5
-80
/
+60
*
|
Fix low-power feature for STM32L0
Christian Enderle
2023-09-15
1
-1
/
+1
|
/
*
stm32: add lp to l0
xoviat
2023-09-14
4
-5
/
+47
*
update metapac
xoviat
2023-09-14
1
-3
/
+3
*
Implement blocking embedded-io::Write for Uart & UartTx
Mathias
2023-09-14
2
-24
/
+52
*
stm32/usart: fix usart not wake up issue
cumthugo
2023-09-13
1
-0
/
+7
*
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
*
Merge pull request #1881 from MabezDev/sdmmc-stbiterr
xoviat
2023-09-10
1
-10
/
+46
|
\
|
*
Handle stbiterr in 4bit wide mode for sdmmc_v1
Scott Mabin
2023-09-10
1
-10
/
+46
*
|
stm32/f3: add high res for hrtim and misc.
xoviat
2023-09-10
6
-87
/
+172
*
|
stm32: fix adc f3 and example
xoviat
2023-09-09
1
-6
/
+3
|
/
*
rcc: more cleanup
xoviat
2023-09-08
9
-117
/
+82
*
rustfmt
xoviat
2023-09-06
1
-1
/
+1
*
stm32: fix rcc merge
xoviat
2023-09-06
1
-0
/
+1
*
Merge branch 'main' into rcc-bd
xoviat
2023-09-06
3
-16
/
+59
|
\
|
*
adc: enable ADC and clock selection for STM32WLx
Olle Sandberg
2023-09-06
2
-1
/
+30
|
*
adc_v3: replace cfg(stm32g0) + friends with cfg(adc_g0)
Olle Sandberg
2023-09-06
2
-14
/
+29
*
|
stm32: extract lse/lsi into bd mod
xoviat
2023-09-06
4
-79
/
+9
*
|
stm32/rcc: add lsi and lse bd abstraction
xoviat
2023-09-06
1
-2
/
+74
|
/
*
Merge pull request #1867 from xoviat/adc-g4
xoviat
2023-09-05
4
-146
/
+112
|
\
|
*
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
2
-8
/
+8
[next]