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
*
Merge pull request #1987 from tyler-gilbert/issue-1986-add-sai-receiver-driver
xoviat
2023-10-01
1
-60
/
+228
|
\
|
*
Issue #1986 fix ci build errors
Tyler Gilbert
2023-09-30
1
-3
/
+3
|
*
issue #1986 separate blocks to prevent unsafe user code
Tyler Gilbert
2023-09-30
1
-126
/
+162
|
*
Issue #1986 add PartialEq to SyncEnable to fix build error on sai_v4
Tyler Gilbert
2023-09-30
1
-1
/
+1
|
*
Issue #1986 update the SAI driver with receiver capability
Tyler Gilbert
2023-09-30
1
-42
/
+174
*
|
update stm32-metapac
JuliDi
2023-10-01
1
-2
/
+3
*
|
update stm32-metapac revision
JuliDi
2023-10-01
1
-1
/
+0
*
|
skip _C pins for pin impls if split_feature not enabled.
JuliDi
2023-10-01
1
-17
/
+9
*
|
change split_features from array to Vec
JuliDi
2023-10-01
1
-1
/
+1
*
|
cleanup, fix pushing to pins_table
JuliDi
2023-10-01
1
-60
/
+62
*
|
check whether split-feature is valid
JuliDi
2023-10-01
1
-8
/
+43
*
|
update to testing pr #1889
JuliDi
2023-10-01
1
-2
/
+3
*
|
handle _C pins
JuliDi
2023-10-01
3
-2
/
+87
|
/
*
Merge pull request #1975 from tyler-gilbert/issue-1974-add-sai-driver
xoviat
2023-09-30
4
-5
/
+962
|
\
|
*
#Issue 1974 more whitespace fixes
Tyler Gilbert
2023-09-29
2
-5
/
+13
|
*
#Issue 1974 fix extra whitespace
Tyler Gilbert
2023-09-29
1
-3
/
+1
|
*
#Issue 1974 fix more warnings treated as errors
Tyler Gilbert
2023-09-29
2
-2
/
+10
|
*
#Issue 1974 fix warnings
Tyler Gilbert
2023-09-29
2
-9
/
+9
|
*
Merge branch 'issue-1974-add-sai-driver' of https://github.com/tyler-gilbert/...
Tyler Gilbert
2023-09-29
61
-2917
/
+3659
|
|
\
|
|
*
Revert metapac change in Cargo.toml
Tyler
2023-09-29
1
-1
/
+1
|
|
*
Merge branch 'main' into issue-1974-add-sai-driver
Tyler
2023-09-29
61
-2916
/
+3658
|
|
|
\
|
*
|
|
Issue 1974 add sai/mod file
Tyler Gilbert
2023-09-29
1
-0
/
+888
|
|
/
/
|
*
|
Issue #1974 add SAI driver
Tyler Gilbert
2023-09-29
4
-8
/
+63
*
|
|
rustfmt
xoviat
2023-09-30
1
-1
/
+1
*
|
|
Fix clippy error exposed by moving out of macros
Daniel Berlin
2023-09-30
1
-1
/
+1
*
|
|
Remove unused imports
Daniel Berlin
2023-09-30
1
-2
/
+0
*
|
|
Move one more method out of macros
Daniel Berlin
2023-09-30
1
-19
/
+17
*
|
|
Move trait impls out of macros
Daniel Berlin
2023-09-30
1
-346
/
+143
*
|
|
Fix small formatting issue
Daniel Berlin
2023-09-30
1
-0
/
+1
*
|
|
Fix trait inconsistency between sealed traits and implementations
Daniel Berlin
2023-09-30
1
-95
/
+1
|
|
/
|
/
|
*
|
Revert "Forgot set_count_direction and set_clock_division in 32 bit instance"
Daniel Berlin
2023-09-28
1
-12
/
+0
*
|
Merge pull request #1969 from dberlin/main
Dario Nieuwenhuis
2023-09-29
1
-0
/
+12
|
\
\
|
*
|
Forgot set_count_direction and set_clock_division in 32 bit instance
Daniel Berlin
2023-09-28
1
-0
/
+12
*
|
|
stm32: update metapac and remove sbs
xoviat
2023-09-28
3
-7
/
+5
|
/
/
*
|
Merge pull request #1966 from xoviat/hrtim
xoviat
2023-09-28
1
-81
/
+67
|
\
\
|
*
|
stm32/hrtim: move traits out of macro def'n
xoviat
2023-09-28
1
-81
/
+67
*
|
|
Add support for STM32 input capture filter
Daniel Berlin
2023-09-28
1
-0
/
+28
*
|
|
Merge pull request #1963 from Mirror0/restore-f7-rtc
xoviat
2023-09-28
2
-1
/
+19
|
\
\
\
|
*
|
|
feat(stm32f7): restore rtc configuration for stm32f7 series
Mateusz Butkiewicz
2023-09-27
2
-1
/
+19
|
|
/
/
*
|
|
Merge pull request #1960 from embassy-rs/test-eth-2
Dario Nieuwenhuis
2023-09-28
1
-3
/
+1
|
\
\
\
|
*
|
|
stm32/eth: fix receiving large frames on v2.
Dario Nieuwenhuis
2023-09-28
1
-3
/
+1
*
|
|
|
Merge pull request #1933 from xoviat/adc
xoviat
2023-09-28
5
-57
/
+103
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
stm32/adc: cleanup f1, f3, v1, and v2
xoviat
2023-09-27
5
-57
/
+103
|
|
/
/
*
/
/
Add support for input capture function
Daniel Berlin
2023-09-27
1
-0
/
+231
|
/
/
*
|
stm32/rcc: remove bad limits on l5.
Dario Nieuwenhuis
2023-09-26
1
-5
/
+0
*
|
stm32/rcc: add voltage_scale, flash waitstates.
Dario Nieuwenhuis
2023-09-26
2
-3
/
+27
*
|
stm32/usart: enable fifo mode on usartv4.
Dario Nieuwenhuis
2023-09-26
1
-0
/
+2
*
|
stm32/usart: return error instead of panicking on bad baudrate.
Dario Nieuwenhuis
2023-09-26
3
-49
/
+70
*
|
rtc: use enable on known working chips only
xoviat
2023-09-25
1
-2
/
+2
*
|
stm32/rtc: always set wakeup alarm
xoviat
2023-09-25
1
-9
/
+0
[next]