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
...
*
Mark shared data structure as dead_code for I2C v2 branch
Sebastian Goll
2024-03-27
1
-0
/
+3
*
Add transaction stub to I2C v2
Sebastian Goll
2024-03-27
1
-0
/
+15
*
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
2
-128
/
+131
*
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
2
-95
/
+123
*
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
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-22
/
+18
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
2
-2
/
+0
*
Avoid unnecessary double-reference
Sebastian Goll
2024-03-20
1
-2
/
+2
*
Fix build for I2C v2 targets
Sebastian Goll
2024-03-20
1
-0
/
+12
*
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
2
-3
/
+64
*
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
|
\
|
*
stm32: Add breadcrumb to i2cv1 investigation
James Munns
2023-12-28
1
-0
/
+17
*
|
Seems to help
James Munns
2023-12-27
1
-0
/
+3
|
/
*
stm32: i2c: Clean up conditional code a bit
Priit Laes
2023-12-19
1
-21
/
+14
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+1
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+6
*
stm32/i2c: remove _timeout public API, share more code between v1/v2.
Dario Nieuwenhuis
2023-12-18
3
-505
/
+262
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
1
-1
/
+13
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-78
/
+64
*
stm32/i2c: implement async i2c v1.
Barnaby Walters
2023-11-24
1
-23
/
+381
*
stm32/i2c: add async, dual interrupt scaffolding.
Dario Nieuwenhuis
2023-11-24
3
-231
/
+197
*
stm32 i2c: allow EHA traits without time feature
Andres Vahter
2023-11-24
1
-1
/
+1
*
stm32 i2c: remove mod dummy_time
Andres Vahter
2023-11-11
1
-80
/
+87
*
stm32 i2c: remove pub _timeout api
Andres Vahter
2023-11-11
1
-143
/
+13
*
i2c: expose async api without needing time
Andres Vahter
2023-11-10
1
-32
/
+175
*
Merge pull request #2035 from pbert519/stm_reset_and_enable
Dario Nieuwenhuis
2023-10-12
2
-4
/
+2
|
\
|
*
enable clock first
pbert
2023-10-12
2
-2
/
+2
|
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
2
-4
/
+2
*
|
Remove outdated comment
Andres Oliva
2023-10-11
1
-2
/
+0
*
|
cargo fmt
Andres Oliva
2023-10-11
1
-1
/
+0
*
|
Feature guarded more unused stuff
Andres Oliva
2023-10-11
1
-1
/
+7
*
|
Fix some issues with unused stuff
Andres Oliva
2023-10-11
1
-0
/
+3
*
|
cfg! macro didn't work, had to duplicate functions with different guards
Andres Oliva
2023-10-11
1
-21
/
+29
*
|
cargo fmt
Andres Oliva
2023-10-11
1
-2
/
+12
*
|
Try using cfg! macro
Andres Oliva
2023-10-11
1
-16
/
+20
*
|
Added guards to individual APIs
Andres Oliva
2023-10-11
2
-5
/
+79
*
|
Move the feature gates to the i2c module instead of the pub use statement
Andres Oliva
2023-10-11
1
-2
/
+0
*
|
Gate pub use _version::*
Andres Oliva
2023-10-11
1
-0
/
+2
*
|
Add comment about feature gate on I2C mod
Andres Oliva
2023-10-11
1
-0
/
+2
*
|
Add time feature back and gate i2c on time
Andres Oliva
2023-10-11
1
-1
/
+1
*
|
stm32: add timeout to I2C driver
Andres Oliva
2023-10-10
3
-268
/
+75
|
/
*
Add some uncontroversial derives to Error types
James Munns
2023-10-06
1
-1
/
+1
[prev]
[next]