aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Update ADC clock frequency constant usagexoviat2025-11-151-1/+1
| | | * | | | | Fix variable name for frequency in ADC prescalerxoviat2025-11-151-1/+1
| | | * | | | | Merge branch 'main' into fix/adc-prescaler-calcxoviat2025-11-15115-3557/+6583
| | | |\ \ \ \ \
| | | | * | | | | Add dma waveform methods to complementary pwm tooAlbin Hedman2025-11-151-0/+48
| | | | * | | | | Move dma waveform methods down to low level timerAlbin Hedman2025-11-153-264/+224
| | | | | |/ / / | | | | |/| | |
| | | | * | | | Merge pull request #4889 from xoviat/timexoviat2025-11-152-82/+20
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch 'main' into timexoviat2025-11-154-15/+47
| | | | | |\ \ \ \
| | | | | * | | | | fmtxoviat2025-11-141-1/+1
| | | | | * | | | | low_power remove wucksel enumxoviat2025-11-141-56/+13
| | | | | * | | | | low_power: cleanup add_timexoviat2025-11-141-26/+7
| | | | * | | | | | Merge pull request #4891 from xoviat/adcxoviat2025-11-153-34/+70
| | | | |\ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | | | * | | | | adc: move enable after configure_sequencexoviat2025-11-153-34/+70
| | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | Merge branch 'main' into stm32_sai_frame_lengthxoviat2025-11-1534-2809/+3766
| | | | |\| | | |
| | | | | * | | | Merge pull request #4878 from Dectron-AB/adc-ch-fixesxoviat2025-11-141-2/+20
| | | | | |\ \ \ \
| | | | | | * | | | undoing channel splitDaniel Nilsson2025-11-141-104/+50
| | | | | | * | | | misspelled todo macroDaniel Nilsson2025-11-141-1/+1
| | | | | | * | | | fix whitespace issuesDaniel Nilsson2025-11-141-1/+1
| | | | | | * | | | adding support for stm32l4Daniel Nilsson2025-11-141-9/+23
| | | | | | * | | | import spelling error fixDaniel Nilsson2025-11-141-1/+1
| | | | | | * | | | whitespace fix..Daniel Nilsson2025-11-141-2/+1
| | | | | | * | | | walking around ci unreachable code warningDaniel Nilsson2025-11-141-2/+8
| | | | | | * | | | walking around stm32wb differencesDaniel Nilsson2025-11-141-10/+19
| | | | | | * | | | ci fix: whitespace removalDaniel Nilsson2025-11-141-2/+0
| | | | | | * | | | indention fixDaniel Nilsson2025-11-141-2/+2
| | | | | | * | | | fixing one more failed rust fmt ciDaniel Nilsson2025-11-141-2/+2
| | | | | | * | | | fixing failed rust fmt ciDaniel Nilsson2025-11-141-3/+3
| | | | | | * | | | 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-1318-752/+1107
| | | | | |\ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | |
| | | | | * | | | | 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-1036-732/+2766
| | | | |\ \ \ \ \ \
| | | | * | | | | | | add error message and convert to u8everdrone2025-10-231-1/+6
| | | | * | | | | | | 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-055-5/+10
| | * | | | | | | | | 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-136-167/+244
| | * | | | | | | | | Add SMA peripheraldatdenkikniet2025-11-132-0/+34
| | * | | | | | | | | 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-137-629/+297
| | |\| | | | | | | |