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
*
Add some uncontroversial derives to Error types
James Munns
2023-10-06
5
-4
/
+5
*
Merge pull request #2013 from xoviat/opamp
xoviat
2023-10-04
2
-5
/
+31
|
\
|
*
stm32: update metapac and fix opamp ch
xoviat
2023-10-04
2
-5
/
+31
*
|
stm32/gpio: Implement `eh1::digital::InputPin` for `OutputOpenDrain`
Gabriel Górski
2023-10-04
1
-0
/
+12
|
/
*
update embedded-io, embedded-nal-async.
Dario Nieuwenhuis
2023-10-04
1
-2
/
+2
*
Merge branch 'main' of github.com:embassy-rs/embassy into opamp
xoviat
2023-10-03
1
-0
/
+4
|
\
|
*
wpan: re-enable HIL tests
xoviat
2023-10-03
1
-0
/
+4
*
|
stm32: add opamp mod and update pac
xoviat
2023-10-03
4
-2
/
+151
|
/
*
Merge pull request #1995 from JuliDi/quadspi
Dario Nieuwenhuis
2023-10-03
3
-28
/
+123
|
\
|
*
remove debug logging in build.rs
JuliDi
2023-10-02
1
-1
/
+0
|
*
move stm32h7 specific import
JuliDi
2023-10-02
1
-1
/
+1
|
*
remove debug code, add some comments
JuliDi
2023-10-02
1
-4
/
+4
|
*
feature-gate errata workaround for h7
JuliDi
2023-10-02
1
-8
/
+11
|
*
make push/pull settings for pins explicit
JuliDi
2023-10-02
1
-13
/
+13
|
*
Bump stm32-metapac, add flash selection
JuliDi
2023-10-02
2
-9
/
+51
|
*
support QSPI BK2
JuliDi
2023-10-02
2
-16
/
+67
*
|
Merge branch 'main' of github.com:embassy-rs/embassy into fix-stop
xoviat
2023-10-02
1
-46
/
+47
|
\
\
|
*
|
stm32/rcc: reset backup domain before enabling LSE.
Dario Nieuwenhuis
2023-10-02
1
-46
/
+47
*
|
|
stm32: fix stop
xoviat
2023-10-02
4
-33
/
+33
|
/
/
*
|
Merge pull request #1996 from embassy-rs/update-nightly
Dario Nieuwenhuis
2023-10-02
1
-1
/
+1
|
\
\
|
*
|
Remove impl_trait_projections.
Dario Nieuwenhuis
2023-10-02
1
-1
/
+1
|
|
/
*
/
stm32: avoid useless endian conversion in rng
Loïc Damien
2023-10-02
1
-2
/
+2
|
/
*
rcc/f4: fix build on stm32f446
Dario Nieuwenhuis
2023-10-01
1
-1
/
+1
*
stm32: update set_config
xoviat
2023-10-01
8
-31
/
+48
*
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
[next]