<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/docs/examples/layer-by-layer/blinky-async/Cargo.toml, 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>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:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=abc8e450f936567ad42cb34b5d2a7941b206aa5d'/>
<id>abc8e450f936567ad42cb34b5d2a7941b206aa5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: prepare embassy crate releases</title>
<updated>2025-08-26T14:05:09+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-08-26T14:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=83f2557eacd657070a84a9baf2da6e3aff03b2b7'/>
<id>83f2557eacd657070a84a9baf2da6e3aff03b2b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Load all crates in the graph, honor the "publish" flag to prevent publishing examples/tests.</title>
<updated>2025-08-25T17:44:50+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-08-15T17:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3a6ea3a31c90179fb3cbd30c18e3a310e2ee647c'/>
<id>3a6ea3a31c90179fb3cbd30c18e3a310e2ee647c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update metapac and prepare embassy-stm32 0.3.0</title>
<updated>2025-08-12T16:17:41+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-08-12T16:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c4c5167e3d18eafee7726a526093bed2b3d2d119'/>
<id>c4c5167e3d18eafee7726a526093bed2b3d2d119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: prepare embassy-executor 0.8 release</title>
<updated>2025-07-31T08:33:14+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-07-31T08:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3f1ddaf60e8fe2ce330ab7d5fefdf4814348df9e'/>
<id>3f1ddaf60e8fe2ce330ab7d5fefdf4814348df9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update defmt dependencies</title>
<updated>2025-05-18T18:52:09+00:00</updated>
<author>
<name>Yuri Astrakhan</name>
<email>YuriAstrakhan@gmail.com</email>
</author>
<published>2025-05-18T18:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ef0f29f0ede245671ffd82fcf384a9105f174c24'/>
<id>ef0f29f0ede245671ffd82fcf384a9105f174c24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: layer-by-layer examples</title>
<updated>2025-02-11T09:08:47+00:00</updated>
<author>
<name>Krzysztof Królczyk</name>
<email>Krzysztof.Krolczyk@o2.pl</email>
</author>
<published>2025-02-10T16:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=01b7ff8ff04af62cc04331a229f5305d320907fe'/>
<id>01b7ff8ff04af62cc04331a229f5305d320907fe</id>
<content type='text'>
closes: #3794 #3793

Remove 'blinky-irq' from workspace.
During linking from workspace level - embassy-stm32 and example code redefine EXTI15_10 symbol
Building it separately, outside of workspace works

Signed-off-by: Krzysztof Królczyk &lt;Krzysztof.Krolczyk@o2.pl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes: #3794 #3793

Remove 'blinky-irq' from workspace.
During linking from workspace level - embassy-stm32 and example code redefine EXTI15_10 symbol
Building it separately, outside of workspace works

Signed-off-by: Krzysztof Królczyk &lt;Krzysztof.Krolczyk@o2.pl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update doc projects deps, don't use patch.crates-io</title>
<updated>2025-01-15T01:15:30+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-01-15T01:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2fab8d0b9ba8eecc40b76c00fab19abf0426a8ff'/>
<id>2fab8d0b9ba8eecc40b76c00fab19abf0426a8ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release embassy-stm32 v0.2.0</title>
<updated>2025-01-10T16:38:39+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-01-10T16:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=593d9973e0cddad753aa62c072d425781d9101b4'/>
<id>593d9973e0cddad753aa62c072d425781d9101b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release embassy-executor 0.6.3.</title>
<updated>2024-11-12T17:07:50+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-11-12T16:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=796f6c034a148e1fedb3196a2c73a155f5d0545f'/>
<id>796f6c034a148e1fedb3196a2c73a155f5d0545f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
