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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove outdated comment
Andres Oliva
2023-10-11
1
-2
/
+0
*
Added guards to individual APIs
Andres Oliva
2023-10-11
1
-1
/
+1
*
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
1
-5
/
+0
*
Add some uncontroversial derives to Error types
James Munns
2023-10-06
1
-1
/
+1
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-3
/
+3
*
Implement TimeoutI2c for i2cv2
chemicstry
2022-10-24
1
-2
/
+2
*
Gate TimeoutI2c behind i2cv1
chemicstry
2022-10-24
1
-2
/
+2
*
Implement time feature
chemicstry
2022-10-24
1
-0
/
+2
*
Implement i2cv1 timeout
chemicstry
2022-10-24
1
-0
/
+3
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+2
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
stm32: move macrotables to embassy-stm32 build.rs
Dario Nieuwenhuis
2022-02-26
1
-1
/
+1
*
stm32/i2c: use one static per instance instead of an array.
Dario Nieuwenhuis
2022-02-26
1
-21
/
+5
*
stm32: move pin trait impls from macrotables to build.rs
Dario Nieuwenhuis
2022-02-23
1
-20
/
+0
*
stm32: move dma trait impls from macrotables to build.rs
Dario Nieuwenhuis
2022-02-23
1
-9
/
+0
*
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
1
-79
/
+12
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
1
-0
/
+1
*
Allow unused to fix build failure in u5
Dario Nieuwenhuis
2021-11-17
1
-0
/
+1
*
partial alternate function configuration on STM32f1
Tobias Pisani
2021-10-11
1
-1
/
+12
*
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
Mariusz Ryndzionek
2021-09-28
1
-0
/
+1
*
i2c-v2: Use new interrupts macro
Thales Fragoso
2021-08-01
1
-6
/
+6
*
i2c-v2: Implement write_dma and write_dma_vectored
Thales Fragoso
2021-08-01
1
-3
/
+82
*
i2c-v2: Implement write_vectored
Thales Fragoso
2021-07-14
1
-0
/
+1
*
i2c-v2: Correct number of chunks calculation
Thales Fragoso
2021-07-14
1
-0
/
+1
*
Remove the frequency argument for i2c, move to using RccPeripheral.
Bob McWhirter
2021-07-01
1
-1
/
+2
*
Fix stm32 warnings
Rukai
2021-06-06
1
-1
/
+0
*
General clean-up and removal of dead code.
Bob McWhirter
2021-06-03
1
-2
/
+2
*
Refactor some I2c signal pin macro.
Bob McWhirter
2021-06-03
1
-11
/
+11
*
Move DAC, I2C, SPI and RNG to macro-tables.
Bob McWhirter
2021-06-03
1
-8
/
+20
*
Add stm32-metapac crate, with codegen in rust
Dario Nieuwenhuis
2021-05-31
1
-2
/
+2
*
i2c v1
Bob McWhirter
2021-05-25
1
-0
/
+4
*
Finalize i2c v2.
Bob McWhirter
2021-05-25
1
-0
/
+58
[prev]