aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #5 from embassy-rs/mainTyler2023-09-306-467/+1124
|\
| * 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-29304-5101/+11841
| | |\
| | | * Revert metapac change in Cargo.tomlTyler2023-09-291-1/+1
| | | * Merge branch 'main' into issue-1974-add-sai-driverTyler2023-09-29304-5100/+11840
| | | |\
| | * | | Issue 1974 add sai/mod fileTyler Gilbert2023-09-291-0/+888
| | |/ /
| | * | Issue #1974 add SAI driverTyler Gilbert2023-09-294-8/+63
| * | | Merge pull request #1981 from xoviat/fix-traitsxoviat2023-09-301-460/+160
| |\ \ \
| | * | | 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
| |/ / /
| * | | Merge pull request #1976 from elasticdotventures/feature/examplesDario Nieuwenhuis2023-09-301-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | bump wasm-pack versionbrian horakh2023-09-301-1/+1
| | * | typobrian horakh2023-09-301-1/+1
| |/ /
* | / Merge pull request #4 from embassy-rs/mainTyler2023-09-29304-5101/+11841
|\| | | |/ |/|
| * Merge pull request #1972 from embassy-rs/rtc-lse-fixDario Nieuwenhuis2023-09-292-0/+3
| |\
| | * stm32/rtc: enable lse in examples.Dario Nieuwenhuis2023-09-302-0/+3
| |/
| * Merge pull request #1970 from dberlin/revert-1969-mainxoviat2023-09-291-12/+0
| |\
| | * Revert "Forgot set_count_direction and set_clock_division in 32 bit instance"Daniel Berlin2023-09-281-12/+0
| * | Merge pull request #1971 from oro-os/enc28j60-mac-addrDario Nieuwenhuis2023-09-291-0/+5
| |\ \ | | |/ | |/|
| | * enc28j60: expose a the MAC address via `address()` getterJosh Junon2023-09-291-0/+5
| * | 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
| * | | Merge pull request #1968 from xoviat/sbsxoviat2023-09-293-7/+5
| |\ \ \ | | |/ / | |/| |
| | * | 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
| * | | Merge pull request #1964 from dberlin/mainxoviat2023-09-281-0/+28
| |\ \ \
| | * | | Add support for STM32 input capture filterDaniel Berlin2023-09-281-0/+28
| * | | | Merge pull request #1962 from bugadani/esp32s2Dario Nieuwenhuis2023-09-284-1/+257
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add more tick ratesDániel Buga2023-09-284-2/+249
| | * | | Add 80MHz tick rateDániel Buga2023-09-284-1/+10
| * | | | Merge pull request #1965 from oro-os/return-len-receive-enc28j60Dario Nieuwenhuis2023-09-281-5/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | enc28j60: return packet length from receive() instead of mut sliceJosh Junon2023-09-281-5/+4
| |/ / /
| * | | 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-2814-698/+260
| |\ \ \
| | * | | temporarily disable wifi_esp_hosted_perf test.Dario Nieuwenhuis2023-09-281-0/+1
| | * | | stm32/eth: fix receiving large frames on v2.Dario Nieuwenhuis2023-09-281-3/+1
| | * | | test: deduplicate net perf test code.Dario Nieuwenhuis2023-09-288-688/+248