aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into rcc-bdxoviat2023-09-064-18/+61
|\
| * Merge pull request #1864 from oll3/feat/stm32wl-adcDario Nieuwenhuis2023-09-064-17/+61
| |\
| | * update metapac tagOlle Sandberg2023-09-061-2/+2
| | * adc: enable ADC and clock selection for STM32WLxOlle Sandberg2023-09-062-1/+30
| | * adc_v3: replace cfg(stm32g0) + friends with cfg(adc_g0)Olle Sandberg2023-09-062-14/+29
| |/
* | stm32: extract lse/lsi into bd modxoviat2023-09-064-79/+9
* | stm32/rcc: add lsi and lse bd abstractionxoviat2023-09-061-2/+74
|/
* Merge pull request #1867 from xoviat/adc-g4xoviat2023-09-058-159/+163
|\
| * remove paste dependencyxoviat2023-09-051-1/+0
| * stm32: don't generate adc5xoviat2023-09-051-0/+3
| * stm32: don't generate adc4 for g4xoviat2023-09-051-0/+2
| * stm32: remove paste and use refcount staticsxoviat2023-09-053-87/+10
| * stm32: fix merge issuesxoviat2023-09-052-8/+8
| * Merge branch 'main' of https://github.com/embassy-rs/embassy into adc-g4xoviat2023-09-058-28/+330
| |\
| * \ Merge branch 'stm32g4_adc' of https://github.com/daehyeok/embassy into adc-g4xoviat2023-09-056-109/+192
| |\ \
| | * | initial support for STM32G4 ADCDaehyeok Mun2023-09-046-109/+192
* | | | Merge pull request #1868 from MabezDev/f2-rtc-clocksxoviat2023-09-051-1/+36
|\ \ \ \ | |_|_|/ |/| | |
| * | | Allow the RTC clock source to be configured with the new RTC mechanismScott Mabin2023-09-061-1/+36
|/ / /
* | | Merge pull request #1849 from xoviat/adc-f3xoviat2023-09-058-23/+331
|\ \ \ | |/ / |/| |
| * | stm32: add initial adc f3 implxoviat2023-09-058-23/+331
|/ /
* | Merge pull request #1865 from embassy-rs/esp-hosted-statusDario Nieuwenhuis2023-09-051-22/+63
|\ \ | |/ |/|
| * net-esp-hosted: add get_status()Dario Nieuwenhuis2023-09-051-22/+63
|/
* Merge pull request #1771 from rubdos/zero-copy-channelDario Nieuwenhuis2023-09-043-223/+273
|\
| * Rename zero_copy -> zerocopy.Dario Nieuwenhuis2023-09-043-14/+14
| * Add docs to zero-copy-channelRuben De Smet2023-09-041-0/+51
| * Prefer `receive` over `recv`Ruben De Smet2023-09-042-20/+20
| * Move embassy-net-driver-channel::zerocopy_channel to embassy_sync::zero_copy_...Ruben De Smet2023-09-043-224/+223
* | Merge pull request #1862 from xoviat/rcc-refcountDario Nieuwenhuis2023-09-047-5/+98
|\ \
| * | stm32: only refcount usart and use kind direcltyxoviat2023-09-041-3/+3
| * | stm32: include uart-named peripheralsxoviat2023-09-041-1/+2
| * | ci: run HILxoviat2023-09-041-5/+0
| * | remove adc refcountxoviat2023-09-041-1/+1
| * | stm32: fix refcounts for usart, spi, and i2cxoviat2023-09-047-17/+60
| * | stm32: refcount peripheral enable/disablexoviat2023-09-041-0/+49
| |/
* | Merge pull request #1863 from embassy-rs/reenable-testDario Nieuwenhuis2023-09-041-5/+0
|\ \ | |/ |/|
| * Revert "ci: remove failing tests"Dario Nieuwenhuis2023-09-041-5/+0
|/
* Merge pull request #1858 from xoviat/psc-cleanupxoviat2023-09-033-56/+29
|\
| * ci: remove failing testsxoviat2023-09-031-0/+5
| * stm32: cleanup psc designxoviat2023-09-032-56/+24
|/
* Merge pull request #1856 from embassy-rs/teleprobe-cacheDario Nieuwenhuis2023-09-031-0/+1
|\
| * Add teleprobe cache.Dario Nieuwenhuis2023-09-031-0/+1
|/
* Merge pull request #1854 from bugadani/strDario Nieuwenhuis2023-09-0316-22/+30
|\
| * Fix bootloader application examplesDániel Buga2023-09-0210-8/+16
| * Use fmt::unwrapDániel Buga2023-09-026-14/+14
* | Merge pull request #1831 from vDorst/adin1110-part2Dario Nieuwenhuis2023-09-028-232/+811
|\ \
| * | embassy-net-adin1110: Add basic benchmark results.René van Dorst2023-08-281-2/+35
| * | embassy-net-adin1110 bump deps.René van Dorst2023-08-281-4/+4
| * | Update comment about turn around byte.René van Dorst2023-08-281-2/+2
| * | Show the error typeRené van Dorst2023-08-281-2/+2
| * | Merge branch 'embassy-rs:main' into adin1110-part2René van Dorst2023-08-2880-285/+291
| |\ \