<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-rp/src/pio_programs, 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>Merge pull request #5061 from ericseppanen/pio_divider</title>
<updated>2025-12-19T18:35:26+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-12-19T18:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8484b3bfaf11c7b2a9adfe4091c45fc44f1af1dc'/>
<id>8484b3bfaf11c7b2a9adfe4091c45fc44f1af1dc</id>
<content type='text'>
embassy_rp: improve calculate_pio_clock_divider
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
embassy_rp: improve calculate_pio_clock_divider
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to embedded-io 0.7</title>
<updated>2025-12-19T11:29:50+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-01T19:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=62ed44f99af9e33d689c8308149f8f992176895f'/>
<id>62ed44f99af9e33d689c8308149f8f992176895f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clock_divider: use core::assert in const fn</title>
<updated>2025-12-13T23:18:39+00:00</updated>
<author>
<name>Eric Seppanen</name>
<email>eds@reric.net</email>
</author>
<published>2025-12-13T23:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7227c7bde24b9ebd1e3fcc355f708690d1724469'/>
<id>7227c7bde24b9ebd1e3fcc355f708690d1724469</id>
<content type='text'>
defmt::assert gives a compile error in const context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
defmt::assert gives a compile error in const context.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve pio clock divider math</title>
<updated>2025-12-13T22:40:40+00:00</updated>
<author>
<name>Eric Seppanen</name>
<email>eds@reric.net</email>
</author>
<published>2025-12-13T22:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a47f745c2504805feba646c6971ed35266782403'/>
<id>a47f745c2504805feba646c6971ed35266782403</id>
<content type='text'>
Ensure that the fractional part of the clock divider is accurately
calculated. This does additional u32 division/mod operations, which I
think is better than using u64 for its extra precision.

Also:
- Add additional asserts to catch out-of-bounds results.
- Make the version that accepts the system clock as a parameter
const and public, so if anyone wants to hardcode the system
frequency they can avoid any runtime computation.
- Remove the `inline` attributes because the function has grown quite a
bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that the fractional part of the clock divider is accurately
calculated. This does additional u32 division/mod operations, which I
think is better than using u64 for its extra precision.

Also:
- Add additional asserts to catch out-of-bounds results.
- Make the version that accepts the system clock as a parameter
const and public, so if anyone wants to hardcode the system
frequency they can avoid any runtime computation.
- Remove the `inline` attributes because the function has grown quite a
bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>add unit test for calculate_pio_clock_divider</title>
<updated>2025-12-13T22:40:40+00:00</updated>
<author>
<name>Eric Seppanen</name>
<email>eds@reric.net</email>
</author>
<published>2025-12-13T21:56:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=215804facc43623fd8bb9170c05032e7f8540025'/>
<id>215804facc43623fd8bb9170c05032e7f8540025</id>
<content type='text'>
The test will fail, because the current implementation doesn't calculate
the fractional part.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test will fail, because the current implementation doesn't calculate
the fractional part.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix formatting</title>
<updated>2025-11-03T21:37:09+00:00</updated>
<author>
<name>Robert Williams</name>
<email>1266467+bobdoah@users.noreply.github.com</email>
</author>
<published>2025-11-03T21:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4177e44e9040a0c0c09830bd66f66d188e5ac53a'/>
<id>4177e44e9040a0c0c09830bd66f66d188e5ac53a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: color order methods traits missing docs</title>
<updated>2025-11-03T21:37:09+00:00</updated>
<author>
<name>Robert Williams</name>
<email>1266467+bobdoah@users.noreply.github.com</email>
</author>
<published>2025-10-29T19:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=52d514652b2388812ba6547c0e4743938206cf42'/>
<id>52d514652b2388812ba6547c0e4743938206cf42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split into multiple methods</title>
<updated>2025-11-03T21:37:09+00:00</updated>
<author>
<name>Robert Williams</name>
<email>1266467+bobdoah@users.noreply.github.com</email>
</author>
<published>2025-10-28T19:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=aa6b6e08dcb9105a672cece1a9a17bbf3e89a4be'/>
<id>aa6b6e08dcb9105a672cece1a9a17bbf3e89a4be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: split traits to avoid inference problems</title>
<updated>2025-11-03T21:37:09+00:00</updated>
<author>
<name>Robert Williams</name>
<email>1266467+bobdoah@users.noreply.github.com</email>
</author>
<published>2025-10-27T21:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=07f45bd12a355a9775e1dac472ee127e47ed3624'/>
<id>07f45bd12a355a9775e1dac472ee127e47ed3624</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: add color order to ws2812 pio program</title>
<updated>2025-11-03T21:37:09+00:00</updated>
<author>
<name>Robert Williams</name>
<email>1266467+bobdoah@users.noreply.github.com</email>
</author>
<published>2025-10-26T21:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2546d26cf2748a37b74aac4dbdab3ff4df460cc1'/>
<id>2546d26cf2748a37b74aac4dbdab3ff4df460cc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
