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
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: feature-gate wakeup alarm
xoviat
2023-08-26
1
-19
/
+2
*
tests/stm32: add stop and cleanpu
xoviat
2023-08-26
1
-1
/
+0
*
stm32: complete stop impl.
xoviat
2023-08-26
4
-164
/
+107
*
stm32: get the basic lp working
xoviat
2023-08-26
3
-92
/
+196
*
stm32: clenaup lp executor
xoviat
2023-08-25
1
-63
/
+91
*
stm32: flesh out lp executor
xoviat
2023-08-24
5
-20
/
+133
*
stm32: fix executor version
xoviat
2023-08-23
1
-1
/
+1
*
stm32/lp: pipe through lp ready
xoviat
2023-08-23
1
-8
/
+5
*
stm32/lp: add refcount
xoviat
2023-08-23
2
-0
/
+25
*
rtc: cleanup
xoviat
2023-08-23
1
-37
/
+4
*
rtc: get wakup irq working
xoviat
2023-08-23
2
-20
/
+32
*
stm32: impl. draft cfgr pwr
xoviat
2023-08-22
2
-11
/
+60
*
stm32: add executor to low-power mod
xoviat
2023-08-22
3
-3
/
+71
*
stm32: add low-power mod
xoviat
2023-08-22
3
-1
/
+19
*
Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp
xoviat
2023-08-22
22
-256
/
+340
|
\
|
*
Merge pull request #1766 from xoviat/rtc-w
xoviat
2023-08-22
4
-1
/
+227
|
|
\
|
|
*
stm32/rtc: allow dead code
xoviat
2023-08-22
1
-0
/
+2
|
*
|
Merge pull request #1763 from rubdos/sender-receiver-with-ctx
Dario Nieuwenhuis
2023-08-22
1
-10
/
+3
|
|
\
\
|
|
*
|
Deprecate *recv* in favor of *receive*
Ruben De Smet
2023-08-22
1
-2
/
+2
|
|
*
|
Channel poll methods return Poll instead of bool
Ruben De Smet
2023-08-11
1
-8
/
+1
|
*
|
|
Modified the brr calculation to be fully 32-bit
Dion Dokter
2023-08-22
1
-17
/
+29
|
*
|
|
stm32: fix f37x build.
Dario Nieuwenhuis
2023-08-19
3
-10
/
+10
|
*
|
|
configure flash latency after axi clock and handle different flash in STM32H...
Dominik Sliwa
2023-08-18
4
-7
/
+62
|
*
|
|
stm32: allow setting the PWM output polarity
Aurelien Jacobs
2023-08-18
3
-0
/
+58
|
*
|
|
stm32: allow setting PWM duty cycle to 100%
Aurélien Jacobs
2023-08-18
2
-4
/
+4
|
*
|
|
Merge pull request #1793 from ARizzo35/stm32l4-rtc-pwren
Dario Nieuwenhuis
2023-08-18
1
-1
/
+2
|
|
\
\
\
|
|
*
|
|
stm32l4: set pwren in rcc regardless of clock source
Adam Rizkalla
2023-08-17
1
-1
/
+2
|
|
|
/
/
|
*
|
|
stm32-wl: set RTC clock source on RCC init
Olle Sandberg
2023-08-16
1
-0
/
+5
|
*
|
|
Make sure to check RCC settings for compatibility before applying
Sebastian Goll
2023-08-16
1
-16
/
+16
|
*
|
|
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
3
-56
/
+16
|
|
/
/
|
*
|
Merge pull request #1762 from dreilly1982/adc-f3-build-rs-updates
Dario Nieuwenhuis
2023-08-10
2
-3
/
+7
|
|
\
\
|
|
*
|
added exclusion for adc v4 as well
Don Reilly
2023-08-10
1
-0
/
+1
|
|
*
|
update metapac tag
Don Reilly
2023-08-10
1
-2
/
+2
|
|
*
|
don't generate adc peripheral for f3 series
Don Reilly
2023-08-08
1
-1
/
+4
|
*
|
|
Merge pull request #1743 from xoviat/dma-2
Dario Nieuwenhuis
2023-08-10
3
-131
/
+120
|
|
\
\
\
|
|
*
|
|
stm32/dma: minor cleanup, optmization
xoviat
2023-08-04
2
-6
/
+6
|
|
*
|
|
stm32/dma: consolidate ringbuf
xoviat
2023-08-03
3
-125
/
+114
|
*
|
|
|
fix rng ced toggling sequence on reset.
Lucas Granberg
2023-08-10
1
-3
/
+8
*
|
|
|
|
rtc: make fns private
xoviat
2023-08-22
1
-2
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
rtc: fix rtcinstant delay computation
xoviat
2023-08-21
1
-3
/
+4
*
|
|
|
stm32/rcc: add rtc to f410
xoviat
2023-08-21
1
-1
/
+1
*
|
|
|
stm32/rtc: misc fixes
xoviat
2023-08-21
1
-2
/
+11
*
|
|
|
stm32/rcc: set rtc clock on f4
xoviat
2023-08-21
2
-1
/
+8
*
|
|
|
rtc: impl. draft rtcinstant api
xoviat
2023-08-21
1
-26
/
+97
*
|
|
|
rustfmt
xoviat
2023-08-10
1
-0
/
+1
*
|
|
|
stm32/rtc: implement stop_wakeup_alarm
xoviat
2023-08-10
1
-7
/
+11
*
|
|
|
stm32/rtc: autocompute wakeup psc.
xoviat
2023-08-10
1
-16
/
+80
*
|
|
|
stm32/rtc: add start/stop wakeup
xoviat
2023-08-09
1
-0
/
+67
|
/
/
/
*
|
|
fmt mod must not be public.
Dario Nieuwenhuis
2023-08-09
1
-1
/
+1
*
|
|
Merge pull request #1753 from xoviat/rtc-wb
xoviat
2023-08-09
7
-79
/
+147
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]