aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #5018 from xoviat/sdioxoviat2025-12-103-474/+591
|\ \ \
| * | | sdmmc: refactor sd card creationxoviat2025-12-091-171/+114
| * | | dma: add functionsxoviat2025-12-091-0/+58
| * | | sdmmc: use storage devices with referencexoviat2025-12-092-317/+403
| * | | type-erase sdmmcxoviat2025-12-091-182/+212
* | | | allow again to set nodiv independently of master clock dividerRoman Lim2025-12-092-4/+7
|/ / /
* | | stm32: create new complementary pwm pin with configFabien Trégan2025-12-091-4/+23
* | | low-power: use scoped block stopxoviat2025-12-088-8/+53
* | | low-power: add defmt flush before WFE and cleanup RCC re-initialization on wa...liebman2025-12-071-10/+5
* | | low-power: rework stoppableperipheral traitsxoviat2025-12-062-23/+27
* | | low-power: improve debug logicxoviat2025-12-066-26/+36
* | | adc/g4: optimizexoviat2025-12-061-11/+10
* | | adc: type-erase regs instancexoviat2025-12-069-438/+441
* | | Make adc v2 resolution publicchemicstry2025-12-061-1/+1
* | | Merge pull request #4981 from Dectron-AB/restart-dma-transferxoviat2025-12-052-0/+6
|\ \ \
| * | | Add changelogAlbin Hedman2025-12-031-0/+1
| * | | GPDMA suspend channel before reset if already enabledAlbin Hedman2025-12-031-0/+5
* | | | stm32/adc: add lifetime to AnyAdcChannel.Dario Nieuwenhuis2025-12-043-26/+29
* | | | docxoviat2025-12-033-6/+5
* | | | timer: restore waveform methodxoviat2025-12-033-6/+65
|/ / /
* | | Merge pull request #4971 from SL-RU/mainxoviat2025-12-012-7/+45
|\ \ \
| * | | fix: SSM and SSOE in SPI STM32 driver behavior, add nss_output_disable in SPI...Lutsai Aleksandr2025-12-022-7/+45
* | | | restricting bidi mode just to spi v1, v2, v3Elias Hanelt2025-12-011-1/+3
* | | | Merge branch 'main' into feature/spi-bidibeeelias2025-12-0114-214/+223
|\| | |
| * | | timer: use u32 for high-level apixoviat2025-12-012-22/+18
| * | | timer: clamp compare value before dmaxoviat2025-12-014-4/+21
| * | | Merge branch 'main' of github.com:embassy-rs/embassy into timerxoviat2025-12-016-20/+74
| |\ \ \
| | * | | chore: update changelogRiccardo Arena2025-11-301-0/+1
| | * | | fix: stm32l47*/stm32l48* adc analog pin setupRiccardo Arena2025-11-302-7/+11
| | |/ /
| | * | modify changelogElias Hanelt2025-11-281-0/+1
| | * | Merge remote-tracking branch 'origin/main' into i2c-slave/fix-early-termElias Hanelt2025-11-283-12/+59
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/main' into i2c-slave/fix-early-termElias Hanelt2025-11-2612-261/+200
| | |\ \ \
| * | | | | timer: allow 16 bit dma buffers for 32 bit timers.xoviat2025-12-014-40/+49
| * | | | | stm32/timer: enable channels for waveform_up multixoviat2025-11-272-0/+10
| * | | | | stm32: use typelevel timer typexoviat2025-11-2710-168/+138
| | |/ / / | |/| | |
* | | | | remove i2c changes from prElias Hanelt2025-12-011-2/+1
* | | | | add feature to changelogElias Hanelt2025-12-011-0/+1
* | | | | Merge remote-tracking branch 'origin/main' into feature/spi-bidiElias Hanelt2025-12-0113-227/+259
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Fmt files, add changelog entryJomer.Dev2025-11-273-16/+23
| * | | Add error messages to calc_can_timingsJomer.Dev2025-11-272-12/+52
| |/ /
| * | Merge branch 'main' into timexoviat2025-11-2618-352/+593
| |\ \
| | * | stm32: extract busychannel into common apixoviat2025-11-257-83/+105
| | * | fmtxoviat2025-11-251-0/+4
| | * | stm32: allow granular stop for uartxoviat2025-11-254-10/+53
| * | | stm32: allow split irqs for time driverxoviat2025-11-253-130/+46
* | | | fix i2c slave RX early termination handlingElias Hanelt2025-11-261-1/+2
* | | | Merge remote-tracking branch 'origin/main' into feature/spi-bidiElias Hanelt2025-11-2557-3637/+5073
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #4946 from xoviat/pwmxoviat2025-11-255-1/+233
| |\ \ \
| | * | | fmtxoviat2025-11-251-3/+0
| | * | | pwm: cleanupxoviat2025-11-251-53/+0