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-rp
/
src
/
i2c.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
change default internal pullup state to be active to make this change nonbrea...
erwin
2025-08-19
1
-2
/
+2
*
Add configurable internal pullups for rp i2c
erwin
2025-08-18
1
-7
/
+19
*
add `derive(Debug)` for `embassy_rp::i2c::I2c`
Ralph Ursprung
2025-07-16
1
-0
/
+1
*
embassy-rp: defensive change to ensure wakers are registered
James Munns
2025-04-03
1
-2
/
+4
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-22
/
+12
*
remove checks for reserved I2c addresses
Tom Dohrmann
2025-01-26
1
-9
/
+4
*
Fix CI, rename private feature, address comments from dirbaio.
Caleb Jamison
2024-08-12
1
-1
/
+1
*
Handle pad isolation everywhere and in the same way.
Caleb Jamison
2024-08-10
1
-0
/
+2
*
Initial rp235x support
Caleb Jamison
2024-08-08
1
-0
/
+36
*
Update to Rust 1.80, make check-cfg unconditional.
Dario Nieuwenhuis
2024-07-25
1
-12
/
+6
*
rp/i2c: add address flexibility and example
Krzysztof Królczyk
2024-06-28
1
-22
/
+16
*
Add Clone and Copy to Error types
dvdsk
2024-06-06
1
-2
/
+2
*
rp: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
1
-29
/
+22
*
fix minor clippy lints in embassy_rp
Rafael Bachmann
2024-03-18
1
-3
/
+3
*
Fixup comments from James
Caleb Jamison
2024-02-22
1
-5
/
+3
*
Fixup display -> debug
Caleb Jamison
2024-02-22
1
-1
/
+1
*
Add SetConfig impl to rp2040 i2c
Caleb Jamison
2024-02-22
1
-31
/
+55
*
docs: document all embassy-rp public apis
Ulf Lilleengen
2023-12-19
1
-0
/
+22
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-120
/
+110
*
Merge pull request #2039 from jcdickinson/rp-i2c-stop-restart
Dario Nieuwenhuis
2023-10-11
1
-2
/
+13
|
\
|
*
fix (rp i2c): fix restart/stop flags for i2c master methods
Jonathan Dickinson
2023-10-10
1
-2
/
+13
*
|
fix (rp i2c): set i2c slew rate to spec value
Jonathan Dickinson
2023-10-10
1
-18
/
+18
|
/
*
Add missing derive
James Munns
2023-10-07
1
-1
/
+1
*
Add some uncontroversial derives to Error types
James Munns
2023-10-06
1
-1
/
+1
*
Fixing my git-based mistakes
Caleb Jamison
2023-09-10
1
-0
/
+860
*
rp2040 I2cDevice
Caleb Jamison
2023-09-10
1
-857
/
+0
*
rp: rename gpio::Pin::io to gpio::Pin::gpio
pennae
2023-07-31
1
-2
/
+2
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
Embassy-rp I2C: Fix 1664
Alex Ferro
2023-07-16
1
-2
/
+3
*
rp: update rp-pac.
Dario Nieuwenhuis
2023-06-16
1
-176
/
+158
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-6
/
+7
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-8
/
+6
*
rp: remove take!, add bind_interrupts!
pennae
2023-05-15
1
-15
/
+19
*
Fix some typos
Dirk Stolle
2023-05-08
1
-1
/
+1
*
rustfmt
xoviat
2023-04-28
1
-4
/
+10
*
Add `Transactional` trait to rp's i2c impl
Lixou
2023-04-28
1
-0
/
+16
*
Update embedded-hal crates.
Dario Nieuwenhuis
2023-04-06
1
-78
/
+29
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-48
/
+27
*
Associate state with the instance rather than having a separate array
Jeremy Fitzhardinge
2022-10-17
1
-9
/
+14
*
rp i2c: have separate wakers for each i2c unit
Jeremy Fitzhardinge
2022-10-16
1
-6
/
+8
*
rp async i2c: raise the tx_empty threshold
Jeremy Fitzhardinge
2022-10-03
1
-0
/
+6
*
rp i2c: clean up tx_abrt handling
Jeremy Fitzhardinge
2022-10-03
1
-65
/
+69
*
rp i2c: allow blocking ops on async contexts
Jeremy Fitzhardinge
2022-10-02
1
-105
/
+105
*
make I2c::write_async take an iterator
Jeremy Fitzhardinge
2022-10-01
1
-2
/
+2
*
embassy-rp: async i2c implementation
Jeremy Fitzhardinge
2022-10-01
1
-10
/
+366
*
rp i2c: make blocking only for Mode=Blocking
Jeremy Fitzhardinge
2022-10-01
1
-105
/
+107
*
rp i2c: remove vestiges of DMA
Jeremy Fitzhardinge
2022-10-01
1
-10
/
+1
*
embassy-rp: inline I2c::regs
Jeremy Fitzhardinge
2022-10-01
1
-0
/
+1
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-11
/
+7
*
Allow unused fields temporarily in i2c
Mathias
2022-09-27
1
-8
/
+8
[next]