<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/test-build.sh, 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>Remove cargo namespaced-features</title>
<updated>2021-03-02T20:15:12+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-03-02T20:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d4f2c6cf00b481f5d346bc3a1cd820883c8add23'/>
<id>d4f2c6cf00b481f5d346bc3a1cd820883c8add23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add embassy-std-examples</title>
<updated>2021-02-03T04:05:05+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-02-03T04:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=42c9a603bbe0a98db140e252b6ab2ad7eab56425'/>
<id>42c9a603bbe0a98db140e252b6ab2ad7eab56425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test embassy-std builds in CI</title>
<updated>2021-02-03T03:30:20+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-02-03T03:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c8a79c151ac0a4bd5a10ba47e0b487bb26110347'/>
<id>c8a79c151ac0a4bd5a10ba47e0b487bb26110347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Executor API V2.</title>
<updated>2021-02-02T04:20:41+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-02-02T04:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=aeaa34d7a163b327643c08e299e1b40bb497c01c'/>
<id>aeaa34d7a163b327643c08e299e1b40bb497c01c</id>
<content type='text'>
- It's no longer possible to call run() reentrantly from within a task (soundness issue)
- it's now possible to spawn Send tasks across threads (SendSpawner, #37)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- It's no longer possible to call run() reentrantly from within a task (soundness issue)
- it's now possible to spawn Send tasks across threads (SendSpawner, #37)
</pre>
</div>
</content>
</entry>
<entry>
<title>Build stm32 and stm32-examples in test script.</title>
<updated>2021-01-13T23:53:05+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-01-13T23:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=24d6b9ed6c201f787521d24926551dca2610e3f4'/>
<id>24d6b9ed6c201f787521d24926551dca2610e3f4</id>
<content type='text'>
Panic handler was missing, I had to add exaple_common.rs like in the nrf examples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Panic handler was missing, I had to add exaple_common.rs like in the nrf examples.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename examples -&gt; embassy-nrf-examples</title>
<updated>2021-01-01T21:46:32+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-01-01T21:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=20d3dc87f95f844e747a7e93036ce9ddac369081'/>
<id>20d3dc87f95f844e747a7e93036ce9ddac369081</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add std impl for rand</title>
<updated>2020-12-13T23:36:29+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-12-13T23:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=80c504cd950349caa96ae37898f6f3325030c615'/>
<id>80c504cd950349caa96ae37898f6f3325030c615</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>2020-12-01T16:52:06+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-12-01T16:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=02af635e7b73676ef2529983cc5b1b0f890701ea'/>
<id>02af635e7b73676ef2529983cc5b1b0f890701ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for log+defmt again, but better.</title>
<updated>2020-12-01T16:46:56+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-12-01T16:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6f76c0ebccf1d3d7b8712eaa145f6033b277a6ae'/>
<id>6f76c0ebccf1d3d7b8712eaa145f6033b277a6ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove anyfmt</title>
<updated>2020-11-27T17:42:59+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2020-11-27T17:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=78135a81d96a8bb74207b3f73c9f261aa4561a18'/>
<id>78135a81d96a8bb74207b3f73c9f261aa4561a18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
