<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-rp/src/i2c.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>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>add `derive(Debug)` for `embassy_rp::i2c::I2c`</title>
<updated>2025-07-16T14:59:55+00:00</updated>
<author>
<name>Ralph Ursprung</name>
<email>ralph.ursprung@gmail.com</email>
</author>
<published>2025-07-16T14:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0180c8067656f37a601fc6e9672707e46646b86a'/>
<id>0180c8067656f37a601fc6e9672707e46646b86a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Fix CI, rename private feature, address comments from dirbaio.</title>
<updated>2024-08-12T08:32:31+00:00</updated>
<author>
<name>Caleb Jamison</name>
<email>caleb@cbjamo.com</email>
</author>
<published>2024-08-12T08:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=778241fd71b8a0cb541d23b69c3f9e47ec2753ff'/>
<id>778241fd71b8a0cb541d23b69c3f9e47ec2753ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle pad isolation everywhere and in the same way.</title>
<updated>2024-08-10T21:36:28+00:00</updated>
<author>
<name>Caleb Jamison</name>
<email>caleb@cbjamo.com</email>
</author>
<published>2024-08-10T21:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9a863f07fe97f59c3e6a1d5aa125ed3b4094156f'/>
<id>9a863f07fe97f59c3e6a1d5aa125ed3b4094156f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial rp235x support</title>
<updated>2024-08-09T01:35:21+00:00</updated>
<author>
<name>Caleb Jamison</name>
<email>caleb@cbjamo.com</email>
</author>
<published>2024-08-08T03:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b185e02a42ad751ec6c31ffa6a1b87503f15489d'/>
<id>b185e02a42ad751ec6c31ffa6a1b87503f15489d</id>
<content type='text'>
Examples have been run, but there is not yet a test suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Examples have been run, but there is not yet a test suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Rust 1.80, make check-cfg unconditional.</title>
<updated>2024-07-25T13:53:00+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-07-25T13:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2d678d695637ed1023fd80fea482d60a288e4343'/>
<id>2d678d695637ed1023fd80fea482d60a288e4343</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
