aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/i2c_slave.rs
Commit message (Expand)AuthorAgeFilesLines
* embassy-rp: doc comment spelling passRob Wells2025-10-271-2/+2
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
* change default internal pullup state to be active to make this change nonbrea...erwin2025-08-191-2/+2
* Add configurable internal pullups for rp i2cerwin2025-08-181-2/+14
* embassy-rp: defensive change to ensure wakers are registeredJames Munns2025-04-031-2/+4
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-7/+4
* remove checks for reserved I2c addressesTom Dohrmann2025-01-261-4/+1
* Add Clone and Copy to Error typesdvdsk2024-06-061-1/+1
* fix minor clippy lints in embassy_rpRafael Bachmann2024-03-181-9/+7
* fixup another display -> debugCaleb Jamison2024-02-221-1/+1
* Fixup comments from JamesCaleb Jamison2024-02-221-1/+1
* rp2040 i2c_slave improvementsCaleb Jamison2024-02-221-51/+66
* Remove unused importsCaleb Jamison2024-02-151-1/+0
* Improve rp2040 i2c slaveCaleb Jamison2024-02-151-89/+147
* docs: document all embassy-rp public apisUlf Lilleengen2023-12-191-0/+3
* fix (rp i2c): set i2c slew rate to spec valueJonathan Dickinson2023-10-101-18/+5
* Add some uncontroversial derives to Error typesJames Munns2023-10-061-1/+1
* Add example, fix small bug in respond_and_fillCaleb Jamison2023-09-101-0/+12
* I2c slave take 2Caleb Jamison2023-09-101-0/+326