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
*
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
*
stm32: update set_config
xoviat
2023-10-01
2
-2
/
+8
*
stm32: fix refcounts for usart, spi, and i2c
xoviat
2023-09-04
2
-0
/
+12
*
embassy-stm32: Misc clippy fixes
Grant Miller
2023-08-06
1
-12
/
+3
*
stm32: only enable async TimeoutI2c on V2 I2C peripheral
Matt Ickstadt
2023-07-31
1
-0
/
+8
*
stm32: add async timeout functions to I2c and TimeoutI2c
Matt Ickstadt
2023-07-31
2
-9
/
+135
*
stm32: add outlives bounds to TimeoutI2c impl blocks
Matt Ickstadt
2023-07-31
1
-6
/
+10
*
TimeoutI2c: allow ref to live shorter than peripheral
Matt Ickstadt
2023-07-28
1
-9
/
+11
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
2
-3
/
+3
*
Ensure I2C master_stop() called after error
shakencodes
2023-07-10
1
-16
/
+36
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
2
-315
/
+233
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
3
-8
/
+8
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-3
/
+3
*
stm32: move to bind_interrupts
xoviat
2023-05-24
2
-23
/
+39
*
Merge #1370
bors[bot]
2023-04-19
1
-61
/
+49
|
\
|
*
stm32/i2c: ignore wakes without interrupt
xoviat
2023-04-19
1
-0
/
+9
|
*
stm32/i2c: fix races when using dma.
xoviat
2023-04-17
1
-62
/
+41
*
|
stm32/dma: refactor.
Dario Nieuwenhuis
2023-04-18
1
-3
/
+3
|
/
*
fix I2C controller problems after NACK
Glenn Dirkx
2023-04-10
1
-1
/
+1
[next]