aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | splitting up ADC1/2 implementations on Adc to ensure relevant methods are onl...Daniel Nilsson2025-11-141-50/+78
| | | | | | * | | | correcting channel on interval Vbat, adding Vbat resistor disable to preserve...Daniel Nilsson2025-11-141-2/+20
| | | | | * | | | | Merge pull request #4887 from xoviat/adc-g4xoviat2025-11-141-8/+15
| | | | | |\ \ \ \ \
| | | | | | * | | | | adc: fix g4 injected sequencexoviat2025-11-141-8/+15
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | * | | | | Merge pull request #4833 from plaes/stm32-pwm-docs-miscxoviat2025-11-141-3/+10
| | | | | |\ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | |
| | | | | | * | | | stm32/timer/simplepwm: Fix docs formatting and clarify timer usagePriit Laes2025-11-041-3/+10
| | | | | * | | | | adc: fix c0 algorithmxoviat2025-11-132-85/+53
| | | | | * | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into adcxoviat2025-11-1320-806/+1182
| | | | | |\ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | |
| | | | | * | | | | fix async adc for h5 and othersxoviat2025-11-131-27/+20
| | | | * | | | | | use try_into and unwrapeverdrone2025-11-151-6/+1
| | | | * | | | | | Merge branch 'main' into stm32_sai_frame_lengtheverdrone2025-11-1039-747/+2827
| | | | |\ \ \ \ \ \
| | | | * | | | | | | add error message and convert to u8everdrone2025-10-231-1/+6
| | | | * | | | | | | Add changelog entryeverdrone2025-10-231-0/+2
| | | | * | | | | | | allow setting stm32 SAI frame_length to 256everdrone2025-10-221-1/+1
| | | * | | | | | | | stm32: Add raw_prescaler function to make it more reusable.Piotr Esden-Tempski2025-10-056-10/+35
| | | * | | | | | | | stm32/ADC: Fix prescaler calculation to include max frequency.Piotr Esden-Tempski2025-10-056-5/+11
| | * | | | | | | | | Update CHANGELOG.mddatdenkikniet2025-11-141-0/+1
| | * | | | | | | | | Add new{_with_phy}, new_mii{_with_phy}datdenkikniet2025-11-143-8/+155
| | * | | | | | | | | Run clock setup/enablement in new_innerdatdenkikniet2025-11-132-92/+48
| | * | | | | | | | | ETH no longer knows about Station managementdatdenkikniet2025-11-135-81/+40
| | * | | | | | | | | Move SMA responsibility to SMA peripheraldatdenkikniet2025-11-137-167/+249
| | * | | | | | | | | Add SMA peripheraldatdenkikniet2025-11-133-0/+39
| | * | | | | | | | | Give EthernetManagement owernship of MDIO pinsdatdenkikniet2025-11-132-38/+62
| | | |_|_|_|/ / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #4881 from xoviat/blocking-delayxoviat2025-11-138-57/+29
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | stm32: extract block_for_usxoviat2025-11-138-57/+29
| | * | | | | | | | | Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-138-682/+368
| | |\| | | | | | | |
| | | * | | | | | | | adc: extract c0xoviat2025-11-132-333/+208
| | | * | | | | | | | remove allow dead_codexoviat2025-11-134-7/+10
| | | * | | | | | | | adc: extract v2 psc.xoviat2025-11-132-35/+18
| | | * | | | | | | | adc: extract prescalersxoviat2025-11-134-257/+113
| | | * | | | | | | | 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-135-5/+144
| | |\| | | | | | | |
| | | * | | | | | | | Merge pull request #4872 from Wassasin/fix/stm32g-flash-dual-bankxoviat2025-11-132-3/+3
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Fix flash erase on dualbank STM32GxxxWouter Geraedts2025-11-122-3/+3
| | | * | | | | | | | | add changelog and fix rustfmt errorsAndreas Lindahl Flåten (ALF)2025-11-133-5/+21
| | | * | | | | | | | | 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-1310-621/+619
| | |\| | | | | | | |
| | | * | | | | | | | stm32: extract adc4xoviat2025-11-1210-621/+619
| | | |/ / / / / / /
| | * | | | | | | | 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-1214-1393/+1024
| | |\| | | | | | |
| | | * | | | | | | stm32/adc: extract into commonxoviat2025-11-128-1224/+820
| | | * | | | | | | stm32: add all N6 chips, add N6 to docs build.Dario Nieuwenhuis2025-11-121-0/+24
| | * | | | | | | | stm32: Add entry about i2c v2 transaction implementationHybridChild2025-11-121-1/+2
| | * | | | | | | | stm32/i2c_v2: Refactor transaction implementationHybridChild2025-11-121-54/+33
| | * | | | | | | | stm32/i2c_v2: Add initial transaction implementationHybridChild2025-11-121-28/+474