aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Make SharedData repr CDion Dokter2024-12-251-2/+37
| | * | | Rename ETQD, bump dateDániel Buga2024-12-221-1/+1
| | * | | fix: docstringselagil2024-12-221-2/+2
| | * | | fix: h5-only rx filterelagil2024-12-221-0/+2
| | * | | feat: stm32h5 UCPD exampleelagil2024-12-221-0/+40
| | |/ /
| | * | more cfg gatingAnatol Ulrich2024-12-191-6/+9
| | * | consistently cfg-gate `set_speed`Anatol Ulrich2024-12-191-0/+1
| | * | fix importsAnatol Ulrich2024-12-191-1/+1
| | * | embassy-stm32: make SPI slew rate/speed configurable and change default to `M...Anatol Ulrich2024-12-192-9/+39
| * | | add async read for u5 ADC4klownfish2024-12-271-16/+104
| * | | Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-1865-2481/+5063
| |\| |
| | * | stm32/(o|q)spi: command naming convention fixPiotr Esden-Tempski2024-12-172-2/+2
| | * | Merge pull request #3593 from bugadani/refactorDario Nieuwenhuis2024-12-162-136/+77
| | |\ \
| | | * | Merge time-driver and time-queue-driver traits, make HALs own and handle the ...Dario Nieuwenhuis2024-12-131-47/+57
| | | * | Refactor integrated-timersDániel Buga2024-12-102-114/+45
| | * | | STM32F0 fix using HSI48 as SYSCLK on devices with CRSFabian Wolter2024-12-141-0/+3
| | * | | Merge pull request #3636 from G-Levine/stm32g4-missing-opamp-output-fixDario Nieuwenhuis2024-12-131-0/+3
| | |\ \ \
| | | * | | Add missing opamp external outputs for STM32G4Gabrael Levine2024-12-101-0/+3
| | | |/ /
| | * | | Update STM32U5 OTG HS clock handlingMarvin Drees2024-12-103-14/+31
| | * | | Add support for stm32u595/5a5 OTG_HS in client modeDave Marples2024-12-102-7/+45
| | |/ /
| | * | STM32: bump to latest stm32-metapacDavid Lawrence2024-12-061-18/+4
| | * | Merge pull request #3274 from michelrandahl/discriminating-pins-within-tsc-groupDario Nieuwenhuis2024-12-039-1172/+1900
| | |\ \
| | | * | Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons...michel2024-11-296-356/+350
| | | * | STM32-TSC: enable discriminating between pins within same TSC group and impro...michel2024-11-298-1054/+1788
| | * | | Extend set_baudrate implementation to Buffered and RingBuffered structsEnmanuel Parache2024-12-032-3/+27
| | * | | Fixed build errorEnmanuel Parache2024-12-031-6/+12
| | * | | Reduced code duplicationEnmanuel Parache2024-12-031-93/+36
| | * | | rustfmtEnmanuel Parache2024-12-031-6/+3
| | * | | stm32/usart: Changing baud rateEnmanuel Parache2024-12-031-15/+134
| | * | | Merge pull request #3549 from aurelj/stm32_pwm_32bits_timerDario Nieuwenhuis2024-12-023-10/+18
| | |\ \ \
| | | * | | stm32/timer: avoid max_compare_value >= u16::MAXAurélien Jacobs2024-11-203-10/+18
| | * | | | Merge pull request #3566 from IvanLi-CN/feat/adc-read-async-stm32g4Dario Nieuwenhuis2024-12-021-10/+159
| | |\ \ \ \
| | | * | | | stm32 adc g4 async readIvan Li2024-11-231-10/+159
| | * | | | | Merge pull request #3588 from elagil/fix_sai_write_immediateDario Nieuwenhuis2024-12-021-1/+12
| | |\ \ \ \ \
| | | * | | | | doc: improve commentelagil2024-11-281-1/+8
| | | * | | | | fix: make `write_immediate()` for ring buffers right-alignedelagil2024-11-281-1/+5
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge pull request #3595 from Sizurka/stm32-usart-databitsDario Nieuwenhuis2024-12-011-22/+63
| | |\ \ \ \ \
| | | * | | | | stm32/usart: Implement data bit selectionDerek Hageman2024-12-011-22/+63
| | | |/ / / /
| | * | | | | Only recompute allocated alarmsDániel Buga2024-11-301-1/+1
| | * | | | | RTC: Trigger expired alarmsDániel Buga2024-11-301-1/+4
| | |/ / / /
| | * | | | Merge pull request #3583 from williams-one/add-flash-bank-selection-for-eraseDario Nieuwenhuis2024-11-281-3/+13
| | |\ \ \ \
| | | * | | | stm32u5: Add flash bank selection when erasing a sectorWilliam2024-11-271-3/+13
| | * | | | | stm32: remove redundant time-driver macroeZio Pan2024-11-281-24/+0
| | |/ / / /
| | * | | | Merge pull request #3582 from itswenb/mainDario Nieuwenhuis2024-11-271-0/+1
| | |\ \ \ \
| | | * | | | Add missing clock checkBing Wen2024-11-271-0/+1
| | * | | | | Merge pull request #3574 from itswenb/mainUlf Lilleengen2024-11-276-41/+61
| | |\| | | |
| | | * | | | Change compile conditionBing Wen2024-11-271-2/+5
| | | * | | | Fix & RevertBing Wen2024-11-273-1/+4
| | | * | | | Add newBing Wen2024-11-276-88/+66
| | | * | | | Add new feature to enable overclockingBing Wen2024-11-265-23/+59