<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32l4/src/bin/button.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>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>Run rustfmt.</title>
<updated>2022-06-12T20:22:31+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-06-12T20:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a8703b75988e1e700af701116464025679d2feb8'/>
<id>a8703b75988e1e700af701116464025679d2feb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use embassy/defmt-timestamp-uptime in all examples.</title>
<updated>2022-04-02T02:35:06+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-04-02T02:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=82803bffdab0842bf6c3e4bce21131d437b06669'/>
<id>82803bffdab0842bf6c3e4bce21131d437b06669</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: expose all functionality as inherent methods.</title>
<updated>2022-01-19T16:59:55+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-01-14T21:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=58fc64722c65bbdc209ae0fd1700f03702bbcd08'/>
<id>58fc64722c65bbdc209ae0fd1700f03702bbcd08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trait_alias, allow(incomplete_features).</title>
<updated>2021-09-03T15:00:58+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-09-03T15:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=de016e845655fe7a8637c9a545e4074e7bd6dbfc'/>
<id>de016e845655fe7a8637c9a545e4074e7bd6dbfc</id>
<content type='text'>
trait_alias seems unused. no idea why it's there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
trait_alias seems unused. no idea why it's there.
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.</title>
<updated>2021-08-19T21:50:19+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-08-19T21:32:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2c992f701049a9c0e72048b134c26fdb26f2692a'/>
<id>2c992f701049a9c0e72048b134c26fdb26f2692a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Consistently use unwrap! in favor of .unwrap()</title>
<updated>2021-08-05T20:39:59+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2021-07-31T15:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f4950c44499b2d1ba1280000a05a1a5edd03d8ca'/>
<id>f4950c44499b2d1ba1280000a05a1a5edd03d8ca</id>
<content type='text'>
Unfortunately errors from `embedded_graphics` and `core` doesn't provide
the necessary instances currently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately errors from `embedded_graphics` and `core` doesn't provide
the necessary instances currently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update nightly, remove removed features.</title>
<updated>2021-08-04T17:48:14+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-08-04T17:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=07d4b196f718038b34091f4520b440fcf41e9ece'/>
<id>07d4b196f718038b34091f4520b440fcf41e9ece</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
