<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-rp/src/i2c_slave.rs, branch fix-input-sync-bypass</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/'/>
<entry>
<title>embassy-rp: doc comment spelling pass</title>
<updated>2025-10-27T15:30:21+00:00</updated>
<author>
<name>Rob Wells</name>
<email>rob@robjwells.com</email>
</author>
<published>2025-10-27T15:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7ef9a6453a0a2a286741d47fcb99170d802f7d7d'/>
<id>7ef9a6453a0a2a286741d47fcb99170d802f7d7d</id>
<content type='text'>
All changes but one are to documentation comments, and one to an
ordinary comment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All changes but one are to documentation comments, and one to an
ordinary comment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rustfmt for edition 2024.</title>
<updated>2025-10-06T21:19:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-06T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8730a013c395cf0bf4c2fa8eeb7f138288103039'/>
<id>8730a013c395cf0bf4c2fa8eeb7f138288103039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change default internal pullup state to be active to make this change nonbreaking</title>
<updated>2025-08-19T10:14:48+00:00</updated>
<author>
<name>erwin</name>
<email>erwin@gmail.com</email>
</author>
<published>2025-08-19T10:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=badcdcc24c223954b3fd828ecd925e225e850d29'/>
<id>badcdcc24c223954b3fd828ecd925e225e850d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add configurable internal pullups for rp i2c</title>
<updated>2025-08-18T12:39:18+00:00</updated>
<author>
<name>erwin</name>
<email>erwin@gmail.com</email>
</author>
<published>2025-08-18T10:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=bbc3e49c585a2bf58091add9aeac3628d9044297'/>
<id>bbc3e49c585a2bf58091add9aeac3628d9044297</id>
<content type='text'>
- Example updated to demonstrate enabling internal pullups
- Add `sda_pullup` and `scl_pullup` fields to I2C Config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Example updated to demonstrate enabling internal pullups
- Add `sda_pullup` and `scl_pullup` fields to I2C Config
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-rp: defensive change to ensure wakers are registered</title>
<updated>2025-04-03T17:01:00+00:00</updated>
<author>
<name>James Munns</name>
<email>james@onevariable.com</email>
</author>
<published>2025-04-03T17:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=72832c1550201dba4629ee861b84143502465064'/>
<id>72832c1550201dba4629ee861b84143502465064</id>
<content type='text'>
This change ensures that wakers are registered PRIOR to checking status
in i2c `wait_on` helpers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change ensures that wakers are registered PRIOR to checking status
in i2c `wait_on` helpers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Peripheral trait, rename PeripheralRef-&gt;Peri.</title>
<updated>2025-03-27T14:18:06+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-03-26T15:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d41eeeae79388f219bf6a84e2f7bde9f6b532516'/>
<id>d41eeeae79388f219bf6a84e2f7bde9f6b532516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove checks for reserved I2c addresses</title>
<updated>2025-01-26T16:43:04+00:00</updated>
<author>
<name>Tom Dohrmann</name>
<email>erbse.13@gmx.de</email>
</author>
<published>2025-01-26T16:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3e5514653fd13a27b3be504513478503e8b9de2d'/>
<id>3e5514653fd13a27b3be504513478503e8b9de2d</id>
<content type='text'>
There are some non-compliant devices that respond to reserved I2c
addresses. rp2040 behaves sanely for these addresses, so let's just
allow using them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some non-compliant devices that respond to reserved I2c
addresses. rp2040 behaves sanely for these addresses, so let's just
allow using them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Clone and Copy to Error types</title>
<updated>2024-06-06T21:19:07+00:00</updated>
<author>
<name>dvdsk</name>
<email>noreply@davidsk.dev</email>
</author>
<published>2024-06-06T21:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=871fe3a5493961e81ec41ddc8f000f32b0549e71'/>
<id>871fe3a5493961e81ec41ddc8f000f32b0549e71</id>
<content type='text'>
None of them are `non-exaustative`, they are all small enough to be copy
(I estimate none are larger than 4 bytes).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
None of them are `non-exaustative`, they are all small enough to be copy
(I estimate none are larger than 4 bytes).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix minor clippy lints in embassy_rp</title>
<updated>2024-03-18T22:28:58+00:00</updated>
<author>
<name>Rafael Bachmann</name>
<email>rafael.bachmann.93@gmail.com</email>
</author>
<published>2024-03-18T22:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=255ed29853eb88bff2ee548c63fb4d0a6dfad7e8'/>
<id>255ed29853eb88bff2ee548c63fb4d0a6dfad7e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup another display -&gt; debug</title>
<updated>2024-02-22T11:40:39+00:00</updated>
<author>
<name>Caleb Jamison</name>
<email>caleb@cbjamo.com</email>
</author>
<published>2024-02-22T11:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f1bf9319202635ddf1d271bb4d0480afffffbe38'/>
<id>f1bf9319202635ddf1d271bb4d0480afffffbe38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
