aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* Add some uncontroversial derives to Error typesJames Munns2023-10-065-4/+5
* Merge pull request #2013 from xoviat/opampxoviat2023-10-042-5/+31
|\
| * stm32: update metapac and fix opamp chxoviat2023-10-042-5/+31
* | stm32/gpio: Implement `eh1::digital::InputPin` for `OutputOpenDrain`Gabriel Górski2023-10-041-0/+12
|/
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-2/+2
* Merge branch 'main' of github.com:embassy-rs/embassy into opampxoviat2023-10-031-0/+4
|\
| * wpan: re-enable HIL testsxoviat2023-10-031-0/+4
* | stm32: add opamp mod and update pacxoviat2023-10-034-2/+151
|/
* Merge pull request #1995 from JuliDi/quadspiDario Nieuwenhuis2023-10-033-28/+123
|\
| * remove debug logging in build.rsJuliDi2023-10-021-1/+0
| * move stm32h7 specific importJuliDi2023-10-021-1/+1
| * remove debug code, add some commentsJuliDi2023-10-021-4/+4
| * feature-gate errata workaround for h7JuliDi2023-10-021-8/+11
| * make push/pull settings for pins explicitJuliDi2023-10-021-13/+13
| * Bump stm32-metapac, add flash selectionJuliDi2023-10-022-9/+51
| * support QSPI BK2JuliDi2023-10-022-16/+67
* | Merge branch 'main' of github.com:embassy-rs/embassy into fix-stopxoviat2023-10-021-46/+47
|\ \
| * | stm32/rcc: reset backup domain before enabling LSE.Dario Nieuwenhuis2023-10-021-46/+47
* | | stm32: fix stopxoviat2023-10-024-33/+33
|/ /
* | Merge pull request #1996 from embassy-rs/update-nightlyDario Nieuwenhuis2023-10-021-1/+1
|\ \
| * | Remove impl_trait_projections.Dario Nieuwenhuis2023-10-021-1/+1
| |/
* / stm32: avoid useless endian conversion in rngLoïc Damien2023-10-021-2/+2
|/
* rcc/f4: fix build on stm32f446Dario Nieuwenhuis2023-10-011-1/+1
* stm32: update set_configxoviat2023-10-018-31/+48
* Merge pull request #1987 from tyler-gilbert/issue-1986-add-sai-receiver-driverxoviat2023-10-011-60/+228
|\
| * Issue #1986 fix ci build errorsTyler Gilbert2023-09-301-3/+3
| * issue #1986 separate blocks to prevent unsafe user codeTyler Gilbert2023-09-301-126/+162
| * Issue #1986 add PartialEq to SyncEnable to fix build error on sai_v4Tyler Gilbert2023-09-301-1/+1
| * Issue #1986 update the SAI driver with receiver capabilityTyler Gilbert2023-09-301-42/+174
* | update stm32-metapacJuliDi2023-10-011-2/+3
* | update stm32-metapac revisionJuliDi2023-10-011-1/+0
* | skip _C pins for pin impls if split_feature not enabled.JuliDi2023-10-011-17/+9
* | change split_features from array to VecJuliDi2023-10-011-1/+1
* | cleanup, fix pushing to pins_tableJuliDi2023-10-011-60/+62
* | check whether split-feature is validJuliDi2023-10-011-8/+43
* | update to testing pr #1889JuliDi2023-10-011-2/+3
* | handle _C pinsJuliDi2023-10-013-2/+87
|/
* Merge pull request #1975 from tyler-gilbert/issue-1974-add-sai-driverxoviat2023-09-304-5/+962
|\
| * #Issue 1974 more whitespace fixesTyler Gilbert2023-09-292-5/+13
| * #Issue 1974 fix extra whitespaceTyler Gilbert2023-09-291-3/+1
| * #Issue 1974 fix more warnings treated as errorsTyler Gilbert2023-09-292-2/+10
| * #Issue 1974 fix warningsTyler Gilbert2023-09-292-9/+9
| * Merge branch 'issue-1974-add-sai-driver' of https://github.com/tyler-gilbert/...Tyler Gilbert2023-09-2961-2917/+3659
| |\
| | * Revert metapac change in Cargo.tomlTyler2023-09-291-1/+1
| | * Merge branch 'main' into issue-1974-add-sai-driverTyler2023-09-2961-2916/+3658
| | |\
| * | | Issue 1974 add sai/mod fileTyler Gilbert2023-09-291-0/+888
| |/ /
| * | Issue #1974 add SAI driverTyler Gilbert2023-09-294-8/+63
* | | rustfmtxoviat2023-09-301-1/+1
* | | Fix clippy error exposed by moving out of macrosDaniel Berlin2023-09-301-1/+1
* | | Remove unused importsDaniel Berlin2023-09-301-2/+0