aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix #4062RichardWGNR2025-04-111-4/+8
| |/ / /
| * | | Hand-roll defmt::Format for HertzDániel Buga2025-04-081-1/+7
| * | | remove Hz from logSteven Friedman2025-04-086-7/+7
| * | | Frequency display is now consistentSteven Friedman2025-04-085-5/+5
| * | | Merge pull request #4056 from embassy-rs/f1-enable-adc-irqDario Nieuwenhuis2025-04-061-6/+8
| |\ \ \
| | * | | stm32/adc: enable interrupt for stm32f1Dario Nieuwenhuis2025-04-071-6/+8
| * | | | Merge pull request #4016 from antonok-edm/emmcDario Nieuwenhuis2025-04-063-541/+737
| |\ \ \ \
| | * | | | refactor to reduce code duplicationAnton Lazarev2025-03-311-337/+212
| | * | | | support 8 lane data busAnton Lazarev2025-03-311-4/+158
| | * | | | fix d6->d7 typo from build.rsAnton Lazarev2025-03-311-1/+1
| | * | | | support eMMCAnton Lazarev2025-03-311-1/+184
| | * | | | scaffold eMMC supportAnton Lazarev2025-03-311-315/+395
| | * | | | use ready_for_data status to determine when write has finishedAnton Lazarev2025-03-311-5/+5
| | * | | | use upstream command definitionsAnton Lazarev2025-03-311-151/+55
| | * | | | update sdio-host to 0.9Anton Lazarev2025-03-311-1/+1
| | * | | | update sdio-host to 0.6Anton Lazarev2025-03-312-11/+11
| * | | | | Merge pull request #4054 from embassy-rs/ringbuffer2Dario Nieuwenhuis2025-04-062-1/+10
| |\ \ \ \ \
| | * | | | | fix(stm32): handle half-duplex in ringbuffered readBadr Bouslikhin2025-04-062-1/+10
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3922 from antonellocontini/f413-fix-i2s-pll-source-selectionDario Nieuwenhuis2025-04-061-1/+24
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | cargo fmtantonello.contini2025-02-251-3/+2
| | * | | | simpler configurationantonello.contini2025-02-251-7/+3
| | * | | | let user set external i2s clock frequencyantonello.contini2025-02-251-1/+22
| | * | | | do not use pllsrc for i2s; added field for plli2ssrc selectionantonello.contini2025-02-251-1/+8
| * | | | | Merge pull request #4045 from mkj/dev/matt/xspiDario Nieuwenhuis2025-04-066-3/+1901
| |\ \ \ \ \
| | * | | | | stm32: xspi fixes and consistencyMatt Johnston2025-04-042-12/+25
| | * | | | | stm32: xspi: rework switching between ncs1 and ncs2Matt Johnston2025-04-043-31/+73
| | * | | | | stm32: xspi wait for prescaler changeMatt Johnston2025-04-041-8/+9
| | * | | | | stm32: xspi update for PeriMatt Johnston2025-04-041-133/+131
| | * | | | | stm32: Update xspi for stm32-metapac changesMatt Johnston2025-04-043-226/+178
| | * | | | | introduce stm32h7rs xspiRick Rogers2025-04-044-0/+1892
| | * | | | | Bump stm32-dataMatt Johnston2025-04-041-2/+2
| * | | | | | stm32/timer: update OPM to Peri API.Dario Nieuwenhuis2025-04-061-9/+8
| * | | | | | Merge pull request #4044 from yodaldevoid/stm32-opm-timerDario Nieuwenhuis2025-04-065-14/+426
| |\ \ \ \ \ \
| | * | | | | | stm32/timer: Support one pulse modeGabriel Smith2025-04-043-0/+415
| | * | | | | | stm32/timer: Merge channel typestate structsGabriel Smith2025-04-043-14/+11
| * | | | | | | Merge pull request #3983 from mgomez0/topic/buffered-uart-take-pins-before-in...Ulf Lilleengen2025-04-052-6/+9
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | BufferedUart initializationMichael Gomez2025-04-042-6/+9
| | | |_|/ / / | | |/| | | |
| * / | | | | fix: Fix for #3888 async I2C read bug for introduced in #3887 in STM32 I2C v2...Fredrik Reinholdsen2025-04-011-3/+9
| |/ / / / /
| * | | | | Merge branch 'main' into fix/ringbuffered-error-handling to resolve merge con...Tobias Naumann2025-03-3179-2246/+2107
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #3968 from embedded-rust-iml/feature/ringbuffered-embedded...Ulf Lilleengen2025-03-311-11/+38
| | |\ \ \ \ \
| | * | | | | | fix: stm32g4 calibration delayselagil2025-03-291-1/+5
| | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #3928 from agrif/stm32-i2c-set-configDario Nieuwenhuis2025-03-281-0/+9
| | |\ \ \ \ \
| | | * | | | | stm32/i2c: disable peripheral when changing timingsAaron Griffith2025-02-271-0/+9
| | * | | | | | stm32: run cargo fmttechmccat2025-03-282-2/+8
| | * | | | | | stm32: allow using LSI/LSE as SYSCLK on g0/c0techmccat2025-03-282-4/+10
| | * | | | | | Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-2776-1457/+1209
| | | |_|/ / / | | |/| | | |
| | * | | | | stm32/cryp: remove DMA generic param.Dario Nieuwenhuis2025-03-252-453/+435
| | * | | | | stm32/hash: remove DMA generic param.Dario Nieuwenhuis2025-03-253-142/+152
| | * | | | | stm32/sdmmc: remove DMA generic param.Dario Nieuwenhuis2025-03-252-50/+66
| | * | | | | stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-251-130/+200