<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32h7/src/bin/i2c_shared.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>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>executor: return error when creating the spawntoken, not when spawning.</title>
<updated>2025-08-29T11:23:21+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-07-08T23:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8aec341f28a00012e1771d5c35d2647e11830755'/>
<id>8aec341f28a00012e1771d5c35d2647e11830755</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>2025-08-08T15:32:42+00:00</updated>
<author>
<name>Süha Ünüvar</name>
<email>87157627+phycrax@users.noreply.github.com</email>
</author>
<published>2025-08-08T15:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=da0b59ce284e8818d297fac20acef56d99cdbeb3'/>
<id>da0b59ce284e8818d297fac20acef56d99cdbeb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>i2c examples</title>
<updated>2025-08-08T15:06:17+00:00</updated>
<author>
<name>Süha Ünüvar</name>
<email>87157627+phycrax@users.noreply.github.com</email>
</author>
<published>2025-08-08T15:06:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=70bf63723a316d18fb255cae2f6ef9b36f37405b'/>
<id>70bf63723a316d18fb255cae2f6ef9b36f37405b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ci</title>
<updated>2025-06-10T22:01:50+00:00</updated>
<author>
<name>jrmoulton</name>
<email>jaredmoulton3@gmail.com</email>
</author>
<published>2025-06-10T21:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4efb3b4f3f0178b98ea25f3957393ab6977c89de'/>
<id>4efb3b4f3f0178b98ea25f3957393ab6977c89de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge new embassy changes</title>
<updated>2025-06-10T21:48:36+00:00</updated>
<author>
<name>jrmoulton</name>
<email>jaredmoulton3@gmail.com</email>
</author>
<published>2025-06-10T21:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=cfad9798ff99d4de0571a512d156b5fe1ef1d427'/>
<id>cfad9798ff99d4de0571a512d156b5fe1ef1d427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>executor: fix unsoundness due to `impl Trait`, improve macro error handling. (#3425)</title>
<updated>2024-10-18T01:18:59+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-10-18T01:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1f58e0efd05e5c96409db301e4d481098038aedf'/>
<id>1f58e0efd05e5c96409db301e4d481098038aedf</id>
<content type='text'>
* executor-macros: don't parse function bodies.

* executor-macros: refactor for better recovery and ide-friendliness on errors.

* executor-macros: disallow `impl Trait` in task arguments.

Fixes #3420

* Fix example using `impl Trait` in tasks.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* executor-macros: don't parse function bodies.

* executor-macros: refactor for better recovery and ide-friendliness on errors.

* executor-macros: disallow `impl Trait` in task arguments.

Fixes #3420

* Fix example using `impl Trait` in tasks.</pre>
</div>
</content>
</entry>
<entry>
<title>fix examples</title>
<updated>2024-08-13T16:41:53+00:00</updated>
<author>
<name>jrmoulton</name>
<email>jaredmoulton3@gmail.com</email>
</author>
<published>2024-08-13T16:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=50619638ee5c71110430420a04d1b3113eb91945'/>
<id>50619638ee5c71110430420a04d1b3113eb91945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/i2c: remove peripheral generic param.</title>
<updated>2024-05-20T23:25:49+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-05-20T23:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=45a12fd41f1f6230a4aabbfe87552adc610fdc99'/>
<id>45a12fd41f1f6230a4aabbfe87552adc610fdc99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32h7: add shared bus example</title>
<updated>2024-05-16T16:38:13+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>febalbi@microsoft.com</email>
</author>
<published>2024-05-16T15:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3ef62eef5370b34792a737dd5a4b296fe3fd8c7d'/>
<id>3ef62eef5370b34792a737dd5a4b296fe3fd8c7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
