<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/docs/modules/ROOT/examples, 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>convert from antora to asciidoctor</title>
<updated>2024-05-21T08:05:21+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2024-05-18T08:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=739e5861c2e47db251725163fcd91cd822cf97b7'/>
<id>739e5861c2e47db251725163fcd91cd822cf97b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nrf/gpio: remove generics.</title>
<updated>2024-01-22T20:32:10+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-01-22T20:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2bc5e9523d4373002487614ecfef1e3f0858fd66'/>
<id>2bc5e9523d4373002487614ecfef1e3f0858fd66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/gpio: remove generics.</title>
<updated>2024-01-22T20:31:06+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-01-22T19:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3387ee7238f1c9c4eeccb732ba543cbe38ab7ccd'/>
<id>3387ee7238f1c9c4eeccb732ba543cbe38ab7ccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.</title>
<updated>2024-01-11T22:01:24+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-01-11T21:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=22197320ff5dcef6cdc692a4c556ea9eae270074'/>
<id>22197320ff5dcef6cdc692a4c556ea9eae270074</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>ci: use beta, add secondary nightly ci.</title>
<updated>2023-12-21T14:03:57+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-12-21T13:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8b36a32ed5d834b23e970d5b723dd7df1f1c94a2'/>
<id>8b36a32ed5d834b23e970d5b723dd7df1f1c94a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Update all references to `embasy-executor` to the latest version</title>
<updated>2023-12-06T11:05:47+00:00</updated>
<author>
<name>Jesse Braham</name>
<email>jesse@beta7.io</email>
</author>
<published>2023-12-06T11:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=925f5cbc26d57f6a551593a5f973ad2b6edb9254'/>
<id>925f5cbc26d57f6a551593a5f973ad2b6edb9254</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update release version in examples and other crates</title>
<updated>2023-12-04T13:15:10+00:00</updated>
<author>
<name>Scott Mabin</name>
<email>scott@mabez.dev</email>
</author>
<published>2023-12-04T13:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=334900752ab0462a78ac4f327c7141418d24ca1d'/>
<id>334900752ab0462a78ac4f327c7141418d24ca1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove nightly and unstable-traits features in preparation for 1.75.</title>
<updated>2023-11-29T16:26:33+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-11-29T16:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c6989dfbca51787146f50270c671af9db434f577'/>
<id>c6989dfbca51787146f50270c671af9db434f577</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
