aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| | * | stm32/(o|q)spi: command naming convention fixPiotr Esden-Tempski2024-12-172-2/+2
| | * | Merge pull request #3593 from bugadani/refactorDario Nieuwenhuis2024-12-163-137/+79
| | |\ \
| | | * | Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+0
| | | * | 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-103-115/+48
| | * | | 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-062-20/+6
| | * | Prepare embassy-usb-synopsys-otg 0.2.0Dániel Buga2024-12-061-1/+1
| | * | 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
| | | | |_|/ / | | | |/| | |
| | * | | | | fix: error message for multiple time-driver-xxx cargo featuresdecaday2024-12-021-1/+1
| | * | | | | 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-282-5/+15
| | |\ \ \ \
| | | * | | | stm32u5: Add flash bank selection when erasing a sectorWilliam2024-11-271-3/+13
| | | * | | | stm32: Update STM32 data sourceWilliam2024-11-271-2/+2
| | * | | | | 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-277-41/+65
| | |\| | | |
| | | * | | | 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-266-23/+63
| | * | | | | Merge pull request #3556 from chrenderle/low-powerDario Nieuwenhuis2024-11-255-13/+38
| | |\ \ \ \ \
| | | * | | | | low-power: add support for stop for stm32u0Christian Enderle2024-11-223-7/+12
| | | * | | | | low-power: add basic support for stm32u0Christian Enderle2024-11-224-5/+16
| | | * | | | | rtc: reorganize low-power SealedInstanceChristian Enderle2024-11-221-4/+10
| | | * | | | | rcc: enable lse for stm32u0Christian Enderle2024-11-221-2/+5
| | * | | | | | chore: use latest metapacelagil2024-11-241-2/+2
| | * | | | | | Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-246-24/+12
| | | |/ / / / | | |/| | | |