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
/
v1.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
low-power: use scoped block stop
xoviat
2025-12-08
1
-0
/
+7
*
reduce diff with misc. reversions
xoviat
2025-10-30
1
-63
/
+81
*
rustfmt and update
xoviat
2025-10-30
1
-2
/
+1
*
Merge branch 'main' into feature/stm32-i2c-v1-slave-mode
xoviat
2025-10-30
1
-6
/
+2
|
\
|
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-6
/
+2
*
|
stm32: Run cargo fmt
HybridChild
2025-08-23
1
-156
/
+206
*
|
Revert "stm32/i2c: v1 and v2 now has separate definitions for the State struct"
HybridChild
2025-08-23
1
-15
/
+0
*
|
stm32/i2c_v1: Update defmt logging for MultiMaster
HybridChild
2025-08-23
1
-53
/
+75
*
|
stm32/i2c_v1: Clean up Async MultiMaster implementation
HybridChild
2025-08-23
1
-392
/
+340
*
|
stm32/i2c_v1: Add handling of excess Write and Read from Master
HybridChild
2025-08-23
1
-24
/
+129
*
|
stm32/i2c_v1: Add async slave implementation
HybridChild
2025-08-23
1
-20
/
+339
*
|
stm32/i2c_v1: Add handling of zero-length read
HybridChild
2025-08-23
1
-0
/
+62
*
|
stm32/i2c_v1: Clean up slave implementation
HybridChild
2025-08-23
1
-522
/
+470
*
|
stm32/i2c_v1: Better handling of slave read and write overflow
HybridChild
2025-08-23
1
-8
/
+56
*
|
stm32/i2c_v1: Fix bugs in slave read and write logic
HybridChild
2025-08-23
1
-88
/
+82
*
|
stm32/i2c_v1: Fix bugs with slave address initialization and missing ACK bit
HybridChild
2025-08-23
1
-21
/
+107
*
|
stm32/i2c_v1: Add defmt trace messages
HybridChild
2025-08-23
1
-10
/
+65
*
|
stm32/i2c_v1: Add MultiMaster (Slave) mode implementation
HybridChild
2025-08-23
1
-0
/
+341
*
|
Revert "stm32/i2c: Add temporary trait for version-specific initialization du...
HybridChild
2025-08-23
1
-30
/
+8
*
|
stm32/i2c_v1: Rename function parameters for consistent naming
HybridChild
2025-08-23
1
-54
/
+54
*
|
stm32/i2c: Add temporary trait for version-specific initialization during v1 ...
HybridChild
2025-08-23
1
-8
/
+30
*
|
stm32/i2c: v1 and v2 now has separate definitions for the State struct
HybridChild
2025-08-23
1
-0
/
+15
*
|
stm32/i2c: Rename FrameOptions enum to OperationFraming
HybridChild
2025-08-23
1
-14
/
+14
*
|
stm32/i2c_v1: Remove redundant timing config abstractions for DutyCycle and I...
HybridChild
2025-08-23
1
-55
/
+24
|
/
*
i2c
Süha Ünüvar
2025-08-08
1
-9
/
+9
*
remove 10 bit support
jrmoulton
2024-08-13
1
-70
/
+0
*
Fix v1 mod
jrmoulton
2024-08-13
1
-3
/
+3
*
move embedded hal impl to version modules to allow for 10bit addr on v2
jrmoulton
2024-08-13
1
-1
/
+71
*
reference the i2c mode in v1 module
jrmoulton
2024-08-13
1
-3
/
+4
*
stm32/i2c: use new_pin! macro
Jan Špaček
2024-06-01
1
-6
/
+0
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
1
-1
/
+1
*
stm32/i2c: remove peripheral generic param.
Dario Nieuwenhuis
2024-05-21
1
-94
/
+90
*
Add workaround for STM32 i2cv1 errata
James Munns
2024-04-29
1
-0
/
+26
*
stm32/i2c: remove DMA generic params.
Dario Nieuwenhuis
2024-04-15
1
-36
/
+14
*
Add missing check for empty buffer in asynchronous read_write()
Sebastian Goll
2024-03-27
1
-0
/
+6
*
Refactor DMA implementation of I2C v1, clarify flow of code
Sebastian Goll
2024-03-27
1
-58
/
+73
*
Move FrameOptions and related function to module itself
Sebastian Goll
2024-03-27
1
-128
/
+1
*
It is not necessary to enable interrupts before registering waker
Sebastian Goll
2024-03-27
1
-21
/
+7
*
It is not necessary to wait for SB and MSL sequentially
Sebastian Goll
2024-03-27
1
-58
/
+14
*
It is not necessary to wait for STOP to be fully generated
Sebastian Goll
2024-03-27
1
-11
/
+0
*
Implement asynchronous transaction for I2C v1
Sebastian Goll
2024-03-27
1
-92
/
+122
*
Extract frame options generation into iterator to reuse in async
Sebastian Goll
2024-03-26
1
-44
/
+58
*
Refactor async I2C transfers to use frame options
Sebastian Goll
2024-03-26
1
-153
/
+178
*
Fix minor typos
Sebastian Goll
2024-03-26
1
-2
/
+2
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
1
-1
/
+0
*
Avoid unnecessary double-reference
Sebastian Goll
2024-03-20
1
-2
/
+2
*
Avoid missing stop condition when write/read with empty read buffer
Sebastian Goll
2024-03-20
1
-0
/
+15
*
Implement blocking transaction handling for I2C v1
Sebastian Goll
2024-03-20
1
-0
/
+61
*
Introduce frame options to control start/stop conditions
Sebastian Goll
2024-03-20
1
-55
/
+134
*
Merge pull request #2373 from embassy-rs/jamesmunns-patch-2
Dario Nieuwenhuis
2023-12-28
1
-0
/
+17
|
\
[next]