<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/cyw43/src/runner.rs, branch cyw43-link-status-update</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>cyw43: update link status on LINK event</title>
<updated>2025-12-07T23:25:09+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-12-07T23:11:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=15947259e80f9440b354c58a4902892999d1ebe4'/>
<id>15947259e80f9440b354c58a4902892999d1ebe4</id>
<content type='text'>
currently the cyw43 driver only sets the link state in
src/control.rs:397 when a join is successful and stays up after that
regardless of the actual state of the connection. this commit changes
that so that the link state is updated based on LINK events the same way
that it is done in https://github.com/georgerobotics/cyw43-driver/blob/dd7568229f3bf7a37737b9e1ef250c26efe75b23/src/cyw43_ctrl.c#L402
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
currently the cyw43 driver only sets the link state in
src/control.rs:397 when a join is successful and stays up after that
regardless of the actual state of the connection. this commit changes
that so that the link state is updated based on LINK events the same way
that it is done in https://github.com/georgerobotics/cyw43-driver/blob/dd7568229f3bf7a37737b9e1ef250c26efe75b23/src/cyw43_ctrl.c#L402
</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>cyw43: use enum for ioctl instead of consts.</title>
<updated>2024-09-09T00:13:25+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-09-08T21:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3ac38e917cc56530fa9b3515fd28a1f576b285e8'/>
<id>3ac38e917cc56530fa9b3515fd28a1f576b285e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cyw43: make sure to yield if doing busy-polling for interrupts.</title>
<updated>2024-08-08T23:07:52+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-08-08T23:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ad4df1c1adaec95d32b9729945fa234a988ea2f1'/>
<id>ad4df1c1adaec95d32b9729945fa234a988ea2f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cyw43: add Bluetooth support.</title>
<updated>2024-08-05T19:07:42+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-08-05T18:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4f7ac1946a43379306aa432961fb97bba1139a6e'/>
<id>4f7ac1946a43379306aa432961fb97bba1139a6e</id>
<content type='text'>
Co-Authored-By: Brandon Ros &lt;brandonros1@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Brandon Ros &lt;brandonros1@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cyw43</title>
<updated>2024-05-20T13:49:11+00:00</updated>
<author>
<name>Dion Dokter</name>
<email>diondokter@gmail.com</email>
</author>
<published>2024-05-20T13:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f3008597aa7abab6226a5fd47e0ffa233bbd0226'/>
<id>f3008597aa7abab6226a5fd47e0ffa233bbd0226</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cyw43: Reuse buf to reduce stack usage</title>
<updated>2024-02-15T23:33:23+00:00</updated>
<author>
<name>DafabHoid</name>
<email>github@dafabhoid.de</email>
</author>
<published>2024-02-15T23:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a75007f5ccff25e5bc3afcc806ceb197f61be0bf'/>
<id>a75007f5ccff25e5bc3afcc806ceb197f61be0bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: document public apis for cyw43 driver</title>
<updated>2023-12-19T15:08:06+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2023-12-19T15:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=39c166ef9b754c5caa44ef4dd4a4e216078dbcea'/>
<id>39c166ef9b754c5caa44ef4dd4a4e216078dbcea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>time: Update examples, tests, and other code to use new Timer::after_x convenience methods</title>
<updated>2023-10-15T00:30:12+00:00</updated>
<author>
<name>Adam Greig</name>
<email>adam@adamgreig.com</email>
</author>
<published>2023-10-14T23:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0621e957a0ddc7010d46b3ea3ddc8b9852bc8333'/>
<id>0621e957a0ddc7010d46b3ea3ddc8b9852bc8333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rustfmt.</title>
<updated>2023-07-04T19:34:55+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-07-04T19:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9c4df46c46bb4eb88dff6017bbecf5cf807c8cac'/>
<id>9c4df46c46bb4eb88dff6017bbecf5cf807c8cac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
