index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
/
src
/
i2c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
stm32/i2c: Rename FrameOptions enum to OperationFraming
HybridChild
2025-08-23
2
-89
/
+124
*
|
stm32/i2c_v1: Remove redundant timing config abstractions for DutyCycle and I...
HybridChild
2025-08-23
1
-55
/
+24
|
/
*
stm32/i2c: Pull-down enabled when non-pull was requested.
René van Dorst
2025-08-19
1
-2
/
+2
*
wait for STOP flag in blocking_write_vectored as well
Malte Brieske
2025-08-13
1
-2
/
+4
*
wait for STOP flag when writing too
Malte Brieske
2025-08-13
1
-2
/
+4
*
wait for STOPF in blocking read
Malte Brieske
2025-08-13
1
-0
/
+1
*
add forgotten import
Süha Ünüvar
2025-08-08
1
-0
/
+1
*
stm32 i2c v2: rename freq to frequency
Süha Ünüvar
2025-08-08
1
-5
/
+5
*
i2c
Süha Ünüvar
2025-08-08
4
-23
/
+24
*
fix: stm32 i2c slave blocking r/w
Knaifhogg
2025-07-24
1
-58
/
+220
*
fix name change
jrmoulton
2025-06-10
1
-3
/
+2
*
fmt
jrmoulton
2025-06-10
1
-1
/
+1
*
merge new embassy changes
jrmoulton
2025-06-10
2
-37
/
+119
|
\
|
*
fix: Fix for #3888 async I2C read bug for introduced in #3887 in STM32 I2C v2...
Fredrik Reinholdsen
2025-04-01
1
-3
/
+9
|
*
Merge pull request #3928 from agrif/stm32-i2c-set-config
Dario Nieuwenhuis
2025-03-28
1
-0
/
+9
|
|
\
|
|
*
stm32/i2c: disable peripheral when changing timings
Aaron Griffith
2025-02-27
1
-0
/
+9
|
*
|
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-14
/
+14
|
|
/
|
*
Implement `core::error::Error` for STM32 Serial Devices
Guy Marino
2025-02-26
1
-0
/
+18
|
*
Merge pull request #3878 from showier-drastic/i2c-v2-add-nack
Dario Nieuwenhuis
2025-02-17
1
-7
/
+60
|
|
\
|
|
*
stm32: i2c-v2: Add error handling
Shaw Drastin
2025-02-12
1
-7
/
+60
|
*
|
fix: Fix for async I2C v2 driver sequential read/write reads. Fixes #3887
Fredrik Reinholdsen
2025-02-15
1
-12
/
+10
|
|
/
|
*
chore: fix build
elagil
2025-01-03
1
-3
/
+3
|
*
stm32/i2c: disable pullup instead of pulldown
Fabian Viöl
2024-10-10
1
-2
/
+2
*
|
add stm32 i2c slave example
jrmoulton
2024-08-13
2
-18
/
+18
*
|
fix rustfmt
jrmoulton
2024-08-13
1
-1
/
+1
*
|
fix examples
jrmoulton
2024-08-13
1
-1
/
+2
*
|
remove 10 bit support
jrmoulton
2024-08-13
3
-180
/
+90
*
|
fix ci
jrmoulton
2024-08-13
3
-85
/
+41
*
|
add drop guard, clear interrupts, fix len return
jrmoulton
2024-08-13
2
-16
/
+28
*
|
remove dead code when v1
jrmoulton
2024-08-13
2
-6
/
+9
*
|
Fix v1 mod
jrmoulton
2024-08-13
1
-3
/
+3
*
|
move addr mask impl to be v2 only
jrmoulton
2024-08-13
2
-17
/
+16
*
|
move embedded hal impl to version modules to allow for 10bit addr on v2
jrmoulton
2024-08-13
3
-87
/
+159
*
|
Add more docs
jrmoulton
2024-08-13
3
-12
/
+37
*
|
reference the i2c mode in v1 module
jrmoulton
2024-08-13
1
-3
/
+4
*
|
Move slave constructor to v2 module
jrmoulton
2024-08-13
2
-20
/
+21
*
|
stm32 i2c slave
jrmoulton
2024-08-13
3
-71
/
+681
|
/
*
Fix Formatting Issues
Jamie Bird
2024-06-21
1
-2
/
+2
*
Fix: Ensure I2C bus is free before master-write operation
Jamie Bird
2024-06-21
1
-0
/
+5
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
1
-15
/
+35
*
Add Clone and Copy to Error types
dvdsk
2024-06-06
1
-1
/
+1
*
stm32/i2c: use new_pin! macro
Jan Špaček
2024-06-01
3
-43
/
+58
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
3
-6
/
+6
*
stm32/i2c: remove peripheral generic param.
Dario Nieuwenhuis
2024-05-21
3
-184
/
+197
*
stm32/i2c: add h7rs support.
Dario Nieuwenhuis
2024-05-01
1
-1
/
+1
*
Add workaround for STM32 i2cv1 errata
James Munns
2024-04-29
1
-0
/
+26
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
1
-1
/
+1
*
stm32/i2c: remove DMA generic params.
Dario Nieuwenhuis
2024-04-15
3
-203
/
+184
*
Use named imports within function to make code easier to read
Sebastian Goll
2024-03-27
1
-9
/
+9
*
Add missing check for empty buffer in asynchronous read_write()
Sebastian Goll
2024-03-27
2
-0
/
+10
[prev]
[next]