<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-rp/src/gpio.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>rp: fix typo in Input interrupt comment</title>
<updated>2025-10-26T10:43:05+00:00</updated>
<author>
<name>Nicolas Mattia</name>
<email>nicolas@nmattia.com</email>
</author>
<published>2025-10-26T10:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=724edcaf70494316507af2d3bc7cdbcb2b3be06d'/>
<id>724edcaf70494316507af2d3bc7cdbcb2b3be06d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>add missing `Debug` and `defmt::Format` derives for `embassy_rp::gpio`</title>
<updated>2025-07-23T14:56:34+00:00</updated>
<author>
<name>Ralph Ursprung</name>
<email>ralph.ursprung@gmail.com</email>
</author>
<published>2025-07-23T14:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=978a007baf4e1ef345af7b7e622cecd1fc01e415'/>
<id>978a007baf4e1ef345af7b7e622cecd1fc01e415</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: implement input/output inversion</title>
<updated>2025-05-22T21:07:06+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>febalbi@microsoft.com</email>
</author>
<published>2025-05-22T21:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ea36d121db8dc71ebd205040cdd4b99fe5c2086c'/>
<id>ea36d121db8dc71ebd205040cdd4b99fe5c2086c</id>
<content type='text'>
RP2040/RP23xx support inversion in HW of the inputs and
outputs. Implement minimal support for that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RP2040/RP23xx support inversion in HW of the inputs and
outputs. Implement minimal support for that.
</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>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>Merge pull request #3729 from embassy-rs/update-nrf-rp</title>
<updated>2025-01-06T12:28:33+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-01-06T12:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7dfb6f7113ef65340f30707b5d358153316c2ba7'/>
<id>7dfb6f7113ef65340f30707b5d358153316c2ba7</id>
<content type='text'>
Prepare nrf and rp hals for release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prepare nrf and rp hals for release
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for new PACs.</title>
<updated>2025-01-06T12:22:44+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-01-06T12:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=209183ebea26743e95a140b47cdfd9d67083595b'/>
<id>209183ebea26743e95a140b47cdfd9d67083595b</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 `set_pullup()` for `OutputOpenDrain`</title>
<updated>2025-01-06T11:43:48+00:00</updated>
<author>
<name>Georges Palauqui</name>
<email>g.palauqui@gptechinno.com</email>
</author>
<published>2025-01-06T11:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3c87bb588b38ebba6395a0d7b1c37727a7919fe2'/>
<id>3c87bb588b38ebba6395a0d7b1c37727a7919fe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use inline const for initializing arrays. (#3567)</title>
<updated>2024-11-24T19:58:48+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-11-24T19:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=aaad8450e990f74c6b398aca9a6ec495720bf845'/>
<id>aaad8450e990f74c6b398aca9a6ec495720bf845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
