aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Move one more method out of macrosDaniel Berlin2023-09-301-19/+17
* | | Move trait impls out of macrosDaniel Berlin2023-09-301-346/+143
* | | Fix small formatting issueDaniel Berlin2023-09-301-0/+1
* | | Fix trait inconsistency between sealed traits and implementationsDaniel Berlin2023-09-301-95/+1
| |/ |/|
* | Revert "Forgot set_count_direction and set_clock_division in 32 bit instance"Daniel Berlin2023-09-281-12/+0
* | Merge pull request #1969 from dberlin/mainDario Nieuwenhuis2023-09-291-0/+12
|\ \
| * | Forgot set_count_direction and set_clock_division in 32 bit instanceDaniel Berlin2023-09-281-0/+12
* | | stm32: update metapac and remove sbsxoviat2023-09-283-7/+5
|/ /
* | Merge pull request #1966 from xoviat/hrtimxoviat2023-09-281-81/+67
|\ \
| * | stm32/hrtim: move traits out of macro def'nxoviat2023-09-281-81/+67
* | | Add support for STM32 input capture filterDaniel Berlin2023-09-281-0/+28
* | | Merge pull request #1963 from Mirror0/restore-f7-rtcxoviat2023-09-282-1/+19
|\ \ \
| * | | feat(stm32f7): restore rtc configuration for stm32f7 seriesMateusz Butkiewicz2023-09-272-1/+19
| |/ /
* | | Merge pull request #1960 from embassy-rs/test-eth-2Dario Nieuwenhuis2023-09-281-3/+1
|\ \ \
| * | | stm32/eth: fix receiving large frames on v2.Dario Nieuwenhuis2023-09-281-3/+1
* | | | Merge pull request #1933 from xoviat/adcxoviat2023-09-285-57/+103
|\ \ \ \ | |/ / / |/| | |
| * | | stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-275-57/+103
| |/ /
* / / Add support for input capture functionDaniel Berlin2023-09-271-0/+231
|/ /
* | stm32/rcc: remove bad limits on l5.Dario Nieuwenhuis2023-09-261-5/+0
* | stm32/rcc: add voltage_scale, flash waitstates.Dario Nieuwenhuis2023-09-262-3/+27
* | stm32/usart: enable fifo mode on usartv4.Dario Nieuwenhuis2023-09-261-0/+2
* | stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-263-49/+70
* | rtc: use enable on known working chips onlyxoviat2023-09-251-2/+2
* | stm32/rtc: always set wakeup alarmxoviat2023-09-251-9/+0