<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/tests/rp/src/bin/spi_async.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>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>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>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>fix: spi transfer bug and additions to test</title>
<updated>2023-03-26T15:14:17+00:00</updated>
<author>
<name>Lachezar Lechev</name>
<email>elpiel93@gmail.com</email>
</author>
<published>2023-03-26T15:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7be63b3468f72fc684267c90093a00e77cff1bdc'/>
<id>7be63b3468f72fc684267c90093a00e77cff1bdc</id>
<content type='text'>
Signed-off-by: Lachezar Lechev &lt;elpiel93@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lachezar Lechev &lt;elpiel93@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add spi_async tests for uneven buffers</title>
<updated>2023-03-24T10:14:38+00:00</updated>
<author>
<name>Lachezar Lechev</name>
<email>elpiel93@gmail.com</email>
</author>
<published>2023-03-24T10:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=cd2f28d2abb5b66981b7fdbb32566e6b942c7a54'/>
<id>cd2f28d2abb5b66981b7fdbb32566e6b942c7a54</id>
<content type='text'>
Signed-off-by: Lachezar Lechev &lt;elpiel93@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lachezar Lechev &lt;elpiel93@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup examples</title>
<updated>2022-09-01T13:12:44+00:00</updated>
<author>
<name>Henrik Alsér</name>
<email>henrik.alser@me.com</email>
</author>
<published>2022-08-31T20:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9ff5c507741cfadc8a1fc125a353d8438433494f'/>
<id>9ff5c507741cfadc8a1fc125a353d8438433494f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HIL tests</title>
<updated>2022-09-01T13:12:44+00:00</updated>
<author>
<name>Henrik Alsér</name>
<email>henrik.alser@me.com</email>
</author>
<published>2022-08-30T21:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7954cbc4e7f44ff5292052da00b1ced857d3183a'/>
<id>7954cbc4e7f44ff5292052da00b1ced857d3183a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
