aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/i2c/v2.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into mainxoviat2025-12-111-1/+9
|\
| * low-power: use scoped block stopxoviat2025-12-081-0/+8
| * low-power: improve debug logicxoviat2025-12-061-1/+1
* | stm32/i2c: Add blocking_listenTrAyZeN2025-12-011-16/+49
* | stm32/i2c: Restrict listen to async I2c modeTrAyZeN2025-12-011-16/+16
|/
* fix i2c slave RX early termination handlingElias Hanelt2025-11-261-1/+2
* low_power: remove device busys for wlexoviat2025-11-221-11/+0
* 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
* stm32/i2c: Run cargo fmtHybridChild2025-11-131-22/+69
* 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
* stm32/i2c_v2: Refactor transaction implementationHybridChild2025-11-121-54/+33
* stm32/i2c_v2: Add initial transaction implementationHybridChild2025-11-121-28/+474
* Added TXDR flush via TXE set to the drop guard for write_dma_internal_slave; ...WillaWillNot2025-11-101-1/+8
* Pause DMA before awaiting DMA not-running at end of I2C target DMA read/write.WillaWillNot2025-11-051-1/+3
* stm32/stop: move stop_with_rtc into initxoviat2025-11-041-1/+1
* stm32/low-power: cleanup and improvexoviat2025-11-041-5/+5
* use DeviceBusy to mark when stop1 or stop2 is unavailable.liebman2025-11-031-0/+10
* low_power: i2c wakeupliebman2025-11-031-0/+5
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* refactor: make dma implementations match in interfaceelagil2025-09-051-1/+1
* stm32/i2c: fix failure of subsequent transmissions after NACKFabian Wolter2025-09-021-4/+11
* wait for STOP flag in blocking_write_vectored as wellMalte Brieske2025-08-131-2/+4
* wait for STOP flag when writing tooMalte Brieske2025-08-131-2/+4
* wait for STOPF in blocking readMalte Brieske2025-08-131-0/+1
* stm32 i2c v2: rename freq to frequencySüha Ünüvar2025-08-081-5/+5
* i2cSüha Ünüvar2025-08-081-2/+2
* fix: stm32 i2c slave blocking r/wKnaifhogg2025-07-241-58/+220
* fix name changejrmoulton2025-06-101-3/+2
* fmtjrmoulton2025-06-101-1/+1
* merge new embassy changesjrmoulton2025-06-101-23/+87
|\
| * fix: Fix for #3888 async I2C read bug for introduced in #3887 in STM32 I2C v2...Fredrik Reinholdsen2025-04-011-3/+9
| * stm32/i2c: disable peripheral when changing timingsAaron Griffith2025-02-271-0/+9
| * Merge pull request #3878 from showier-drastic/i2c-v2-add-nackDario Nieuwenhuis2025-02-171-7/+60
| |\
| | * stm32: i2c-v2: Add error handlingShaw Drastin2025-02-121-7/+60
| * | fix: Fix for async I2C v2 driver sequential read/write reads. Fixes #3887Fredrik Reinholdsen2025-02-151-12/+10
| |/
| * chore: fix buildelagil2025-01-031-3/+3
* | add stm32 i2c slave examplejrmoulton2024-08-131-13/+13
* | remove 10 bit supportjrmoulton2024-08-131-110/+22
* | fix cijrmoulton2024-08-131-1/+1
* | add drop guard, clear interrupts, fix len returnjrmoulton2024-08-131-3/+8
* | remove dead code when v1jrmoulton2024-08-131-0/+9
* | move addr mask impl to be v2 onlyjrmoulton2024-08-131-1/+16
* | move embedded hal impl to version modules to allow for 10bit addr on v2jrmoulton2024-08-131-0/+88
* | Add more docsjrmoulton2024-08-131-1/+1
* | Move slave constructor to v2 modulejrmoulton2024-08-131-0/+21
* | stm32 i2c slavejrmoulton2024-08-131-38/+404
|/
* Fix Formatting IssuesJamie Bird2024-06-211-2/+2