aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | adc: extract c0xoviat2025-11-132-333/+208
| | | * | | | | | | | remove allow dead_codexoviat2025-11-134-7/+10
| | | * | | | | | | | adc: extract v2 psc.xoviat2025-11-131-34/+17
| | | * | | | | | | | adc: extract prescalersxoviat2025-11-133-204/+42
| | | * | | | | | | | extract averaging enumxoviat2025-11-134-53/+22
| | * | | | | | | | | stm32: Run cargo fmtHybridChild2025-11-131-7/+11
| | * | | | | | | | | stm32/i2c: Implement async DMA for transaction write groupsHybridChild2025-11-131-3/+47
| | * | | | | | | | | stm32/i2c: Fix async write_vectored and restore DMA implementationHybridChild2025-11-131-7/+34
| | * | | | | | | | | Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-134-5/+142
| | |\| | | | | | | |
| | | * | | | | | | | Merge pull request #4872 from Wassasin/fix/stm32g-flash-dual-bankxoviat2025-11-131-3/+2
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Fix flash erase on dualbank STM32GxxxWouter Geraedts2025-11-121-3/+2
| | | * | | | | | | | | add changelog and fix rustfmt errorsAndreas Lindahl Flåten (ALF)2025-11-132-5/+20
| | | * | | | | | | | | Add c.rs flash for the stm32c0 familyAndreas Lindahl Flåten (ALF)2025-11-133-2/+125
| | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | stm32/i2c: Run cargo fmtHybridChild2025-11-131-22/+69
| | * | | | | | | | | Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-138-619/+616
| | |\| | | | | | | |
| | | * | | | | | | | stm32: extract adc4xoviat2025-11-128-619/+616
| | | |/ / / / / / /
| | * | | | | | | | stm32/i2c: Add comprehensive v2 Master API tests and fix async issuesHybridChild2025-11-131-21/+7
| | * | | | | | | | stm32/i2c: Fix v2 async transaction implementationHybridChild2025-11-121-108/+153
| | * | | | | | | | Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-1212-1384/+968
| | |\| | | | | | |
| | | * | | | | | | stm32/adc: extract into commonxoviat2025-11-128-1224/+820
| | * | | | | | | | stm32/i2c_v2: Refactor transaction implementationHybridChild2025-11-121-54/+33
| | * | | | | | | | stm32/i2c_v2: Add initial transaction implementationHybridChild2025-11-121-28/+474
| * | | | | | | | | xspi: properly respect the max DMA transfer size when reading and writingBrian Schwind2025-10-041-32/+41
| * | | | | | | | | xspi: properly configure the transfer sizeBrian Schwind2025-10-041-7/+12
| * | | | | | | | | xspi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-3/+3
| * | | | | | | | | hspi: properly respect the max DMA transfer size when reading and writingBrian Schwind2025-10-041-32/+41
| * | | | | | | | | hspi: properly configure the transfer sizeBrian Schwind2025-10-041-6/+12
| * | | | | | | | | hspi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-1/+1
| * | | | | | | | | ospi: properly respect the max DMA transfer size when readingBrian Schwind2025-10-041-16/+20
| * | | | | | | | | ospi: properly respect the max DMA transfer size when writingBrian Schwind2025-10-041-2/+2
| * | | | | | | | | ospi: properly configure the transfer sizeBrian Schwind2025-10-041-6/+12
| * | | | | | | | | ospi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | add bidi mode to spiElias Hanelt2025-11-111-0/+46
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #4866 from xoviat/adcxoviat2025-11-119-182/+170
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | adc: seal special channelsxoviat2025-11-119-79/+68
| * | | | | | | adc: cleanup g4xoviat2025-11-111-77/+48
| * | | | | | | adc: impl. differential channelsxoviat2025-11-112-26/+54
* | | | | | | | cfg out unused itemseverdrone2025-11-115-4/+14
* | | | | | | | add docs for PinNumbereverdrone2025-11-112-0/+8
* | | | | | | | rustfmteverdrone2025-11-112-6/+12
* | | | | | | | Merge branch main into n6everdrone2025-11-11111-1540/+3665
|\| | | | | | |
| * | | | | | | Added TXDR flush via TXE set to the drop guard for write_dma_internal_slave; ...WillaWillNot2025-11-101-1/+8
| * | | | | | | adc: consolidate functionsxoviat2025-11-105-155/+140
| * | | | | | | adc: exact calxoviat2025-11-102-7/+8
| * | | | | | | adc: use common vref schemexoviat2025-11-109-262/+195
| * | | | | | | adc: remove sample_time from structxoviat2025-11-1012-132/+51
| * | | | | | | Merge branch 'embassy-rs:main' into fix/simple-pwm-32bit-timer-supportchasingRs2025-11-1038-737/+2777
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge branch 'fmc_a13d16' of github.com:everdrone/embassyxoviat2025-11-091-0/+18
| | |\ \ \ \ \ \
| | | * | | | | | Add definitions for 13-bit address and 16-bit data SDRAMeverdrone2025-11-081-0/+36
| | * | | | | | | Merge branch 'sdram-13a-16d' of github.com:northernpaws/embassyxoviat2025-11-091-0/+18
| | |\ \ \ \ \ \ \