<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-executor/CHANGELOG.md, 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>executor: Add fallible from_waker getter</title>
<updated>2025-12-18T08:57:52+00:00</updated>
<author>
<name>Dániel Buga</name>
<email>bugadani@gmail.com</email>
</author>
<published>2025-12-18T08:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e62adea1f93f8eaba2f9da5ebe90e5f23a480101'/>
<id>e62adea1f93f8eaba2f9da5ebe90e5f23a480101</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `run_until` function to std Executor as to support grafeul shutdown.</title>
<updated>2025-12-12T15:34:57+00:00</updated>
<author>
<name>Gerhard de Clercq</name>
<email>11624490+Gerharddc@users.noreply.github.com</email>
</author>
<published>2025-12-12T13:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b1fe9c6955ff857e3729a0bb4727247e050fb7ae'/>
<id>b1fe9c6955ff857e3729a0bb4727247e050fb7ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate from cortex-ar to aarch32-cpu</title>
<updated>2025-11-02T18:30:23+00:00</updated>
<author>
<name>Robin Mueller</name>
<email>robin.mueller.m@pm.me</email>
</author>
<published>2025-11-02T18:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=fd40f3e2f2efb67434a9e7d90eb35a30e30d1736'/>
<id>fd40f3e2f2efb67434a9e7d90eb35a30e30d1736</id>
<content type='text'>
- Feature name `arch-cortex-ar` remains the same.
- Legacy ARM architectures are not supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Feature name `arch-cortex-ar` remains the same.
- Legacy ARM architectures are not supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump cortex-ar to v0.3</title>
<updated>2025-10-02T09:13:19+00:00</updated>
<author>
<name>Robin Mueller</name>
<email>robin.mueller.m@pm.me</email>
</author>
<published>2025-10-02T08:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c0d3507728e424567a63cc8ba8989b981ee02be4'/>
<id>c0d3507728e424567a63cc8ba8989b981ee02be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>executor: add priority scheduler.</title>
<updated>2025-09-11T14:33:48+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-09-11T14:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6ec9bcb1c4dfbe5fc5365d93e75c516bb03bf9fc'/>
<id>6ec9bcb1c4dfbe5fc5365d93e75c516bb03bf9fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy CI :)</title>
<updated>2025-09-11T12:45:27+00:00</updated>
<author>
<name>Dion Dokter</name>
<email>diondokter@gmail.com</email>
</author>
<published>2025-08-29T13:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a853bbe2a4dbb64c2e691ddcb258b2530d2b5af5'/>
<id>a853bbe2a4dbb64c2e691ddcb258b2530d2b5af5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>executor: always name main task `main`, not just with rtos-trace.</title>
<updated>2025-09-05T12:57:05+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-09-05T12:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=286d887529c66d8d1b4c7b56849e7a95386d79db'/>
<id>286d887529c66d8d1b4c7b56849e7a95386d79db</id>
<content type='text'>
Also fixes the warning about the `rtos-trace` feature not existing in embassy-executor-macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes the warning about the `rtos-trace` feature not existing in embassy-executor-macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove features, fix changelog</title>
<updated>2025-09-02T06:34:07+00:00</updated>
<author>
<name>Dániel Buga</name>
<email>bugadani@gmail.com</email>
</author>
<published>2025-09-02T06:33:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=219cf09aab41cff9f2682a6b1e00610f96d25b1f'/>
<id>219cf09aab41cff9f2682a6b1e00610f96d25b1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add changelog for embassy-executor v0.9.1</title>
<updated>2025-08-31T21:09:31+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-08-31T21:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0962b09603248d5ab76baa95746593ae50994eac'/>
<id>0962b09603248d5ab76baa95746593ae50994eac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into feat/name-main-task</title>
<updated>2025-08-31T18:50:20+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-08-31T18:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4cd86e5e76ca8eaa2e2cb8bcca0ec9a0f574b409'/>
<id>4cd86e5e76ca8eaa2e2cb8bcca0ec9a0f574b409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
