<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/tests/rp/src/bin/gpio.rs, branch main</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: 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>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>Inital rp23 ci tests</title>
<updated>2025-02-18T15:32:20+00:00</updated>
<author>
<name>Caleb Jamison</name>
<email>caleb@cbjamo.com</email>
</author>
<published>2025-02-18T14:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9e785438eecc3a0645e4d3b99d2708f3c2e329b6'/>
<id>9e785438eecc3a0645e4d3b99d2708f3c2e329b6</id>
<content type='text'>
Some tests need more work.
* The adc test builds, but isn't set up correctly for the 2350 hardware
  yet.
* The multicore and gpio_multicore tests only work from flash,
  seems to be a probe-rs issue.
* The i2c and flash tests also only works from flash, these are probably
  bugs but I don't have time to run them down now.
* The 2350 gpio test skips anything with pull downs. I think these fail
  because of E9.

The float, bootsel, cyw43, and ethernet tests don't have 2350 equivalents.
There's no reason to use the float romfuncs, use the FPU.
Bootsel as a button isn't supported on the 2350 yet.
The wifi and eth tests don't have appropriate hardware.

The i2c test has also been tweaked to run on one core.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some tests need more work.
* The adc test builds, but isn't set up correctly for the 2350 hardware
  yet.
* The multicore and gpio_multicore tests only work from flash,
  seems to be a probe-rs issue.
* The i2c and flash tests also only works from flash, these are probably
  bugs but I don't have time to run them down now.
* The 2350 gpio test skips anything with pull downs. I think these fail
  because of E9.

The float, bootsel, cyw43, and ethernet tests don't have 2350 equivalents.
There's no reason to use the float romfuncs, use the FPU.
Bootsel as a button isn't supported on the 2350 yet.
The wifi and eth tests don't have appropriate hardware.

The i2c test has also been tweaked to run on one core.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change GPIO inherent methods back to `&amp;self`.</title>
<updated>2024-01-09T23:00:10+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-01-09T22:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=495b8b739aaba3d1fe7e105559c830496fabb1d7'/>
<id>495b8b739aaba3d1fe7e105559c830496fabb1d7</id>
<content type='text'>
With the embedded-hal rc3 update I changed them to require `&amp;mut self`, but
in retrospect I think `&amp;self` is better, for extra flexibility.

This PR reverts the changes from the rc3 update to inherent methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the embedded-hal rc3 update I changed them to require `&amp;mut self`, but
in retrospect I think `&amp;self` is better, for extra flexibility.

This PR reverts the changes from the rc3 update to inherent methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update embedded-hal to 1.0.0-rc.3</title>
<updated>2023-12-14T15:19:32+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-12-14T15:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d81395fab3c4e336650b0481790ecdab7d7aa13f'/>
<id>d81395fab3c4e336650b0481790ecdab7d7aa13f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: use executor task arena instead of TAIT.</title>
<updated>2023-11-27T00:23:49+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-11-27T00:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0bd47c779bcb909000db28d8e09600e6aeaf21ab'/>
<id>0bd47c779bcb909000db28d8e09600e6aeaf21ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>net-wiznet: add HIL test using w5100s.</title>
<updated>2023-08-16T15:51:47+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-08-16T15:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8a9f49c163f2e559c87e54b7abf819ea026f04f6'/>
<id>8a9f49c163f2e559c87e54b7abf819ea026f04f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rp/gpio: fix is_set_high/is_set_low, expand tests.</title>
<updated>2023-07-11T10:40:07+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-07-11T10:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=91c1d17f166541c5dafc765e952486f21841e120'/>
<id>91c1d17f166541c5dafc765e952486f21841e120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: run HIL tests in parallel.</title>
<updated>2023-05-29T23:10:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-05-29T22:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=020e956f1ba5c0b3baf75b02f286218f661e1c02'/>
<id>020e956f1ba5c0b3baf75b02f286218f661e1c02</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 OutputOpenDrain input test.</title>
<updated>2022-12-06T20:09:27+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-12-06T20:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=54c153673d9e79ea36f687fbdfa3e6f56ff62fc8'/>
<id>54c153673d9e79ea36f687fbdfa3e6f56ff62fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
