<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-rp/src/adc.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>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>rp: add missing `Debug` and `defmt::Format` `derive`s for ADC</title>
<updated>2025-05-15T16:38:04+00:00</updated>
<author>
<name>Ralph Ursprung</name>
<email>ralph.ursprung@gmail.com</email>
</author>
<published>2025-05-15T15:29:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4a089fe2455f22f956455548816fcd96735e38d8'/>
<id>4a089fe2455f22f956455548816fcd96735e38d8</id>
<content type='text'>
this doesn't cover every `struct` &amp; co. in `embassy-rp`, but at least it
adds those needed for `Adc` and `adc::Channel`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this doesn't cover every `struct` &amp; co. in `embassy-rp`, but at least it
adds those needed for `Adc` and `adc::Channel`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3999 from embassy-rs/peripehral-v2</title>
<updated>2025-03-27T14:30:40+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-03-27T14:30:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=502c188cf4c08a1acf9d7095e790e0b5d77d3702'/>
<id>502c188cf4c08a1acf9d7095e790e0b5d77d3702</id>
<content type='text'>
Remove Peripheral trait, rename PeripheralRef-&gt;Peri.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove Peripheral trait, rename PeripheralRef-&gt;Peri.</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>rp/adc: fix potential race condition</title>
<updated>2025-03-26T22:11:27+00:00</updated>
<author>
<name>Adrian Wowk</name>
<email>dev@adrianwowk.com</email>
</author>
<published>2025-03-26T22:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1b6e563260ec2b00cb518e0e801222ebd1ba9902'/>
<id>1b6e563260ec2b00cb518e0e801222ebd1ba9902</id>
<content type='text'>
This commit rearranges the Adc::wait_for_ready function to make sure
that wakers are registered before the interrupt is enabled, and keeps
enabling the interrupt until the ADC is ready
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit rearranges the Adc::wait_for_ready function to make sure
that wakers are registered before the interrupt is enabled, and keeps
enabling the interrupt until the ADC is ready
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct ADC channels for RP2350XB</title>
<updated>2025-01-29T22:16:36+00:00</updated>
<author>
<name>flippette</name>
<email>me@flippo.cc</email>
</author>
<published>2025-01-29T22:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9d353d251c644cc039679a30c0f8ab563181c1b9'/>
<id>9d353d251c644cc039679a30c0f8ab563181c1b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Desugar some async fns</title>
<updated>2024-12-30T11:13:13+00:00</updated>
<author>
<name>Dániel Buga</name>
<email>bugadani@gmail.com</email>
</author>
<published>2024-12-30T11:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=44217aa0924e7590aa0afabdf17babd5c2ea5b82'/>
<id>44217aa0924e7590aa0afabdf17babd5c2ea5b82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
