<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-futures/src, branch fix-input-sync-bypass</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>Add is_x() methods for all EitherN enum variants</title>
<updated>2024-12-14T21:33:24+00:00</updated>
<author>
<name>Alexander van Saase</name>
<email>avsaase@gmail.com</email>
</author>
<published>2024-12-14T21:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1152148081c7c80e42d67d9517ae75b628ecf38b'/>
<id>1152148081c7c80e42d67d9517ae75b628ecf38b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-futures: add select 5 and 6</title>
<updated>2024-10-19T13:36:56+00:00</updated>
<author>
<name>Christian Enderle</name>
<email>mail@chrenderle.de</email>
</author>
<published>2024-10-19T13:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f21b19164be17df930aa557a90b3c5ab1dc39b9e'/>
<id>f21b19164be17df930aa557a90b3c5ab1dc39b9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: `select_slice` is unsound. fixes #3320</title>
<updated>2024-09-11T08:46:28+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2024-09-11T08:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=29932c295c44cea1a2ab5ad94c5d0bd16c07243d'/>
<id>29932c295c44cea1a2ab5ad94c5d0bd16c07243d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduced define for 'unreachable!' to a single macro rule</title>
<updated>2024-07-17T21:05:52+00:00</updated>
<author>
<name>Tarun Singh</name>
<email>tsingh@alarm.com</email>
</author>
<published>2024-07-17T21:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a716a3f006e439bbd9d11ab858d8ee4a93ec48f8'/>
<id>a716a3f006e439bbd9d11ab858d8ee4a93ec48f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add collapse_debuginfo to fmt.rs macros.</title>
<updated>2024-06-16T23:38:57+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-06-16T23:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6a4ac5bd60693307721aa82c26909ffd05e2b193'/>
<id>6a4ac5bd60693307721aa82c26909ffd05e2b193</id>
<content type='text'>
This makes location info in defmt logs point to the code calling the macro,
instead of always to fmt.rs as before. Fix works with nightlies
starting with today's, and stable 1.81+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes location info in defmt logs point to the code calling the macro,
instead of always to fmt.rs as before. Fix works with nightlies
starting with today's, and stable 1.81+.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix embassy-futures test failure</title>
<updated>2024-04-14T20:30:14+00:00</updated>
<author>
<name>Adam Simpkins</name>
<email>adam@adamsimpkins.net</email>
</author>
<published>2024-04-09T18:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5178c24cf4b0fcf4ac25f76b5456cf96e745a2be'/>
<id>5178c24cf4b0fcf4ac25f76b5456cf96e745a2be</id>
<content type='text'>
Running `cargo test` in embassy-futures was failing.  The `no_run` tag
on this doc example caused it to still try and compile this example,
just not run it, and compilation failed.  This updates the example so
that it can successfully compile and run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running `cargo test` in embassy-futures was failing.  The `no_run` tag
on this doc example caused it to still try and compile this example,
just not run it, and compilation failed.  This updates the example so
that it can successfully compile and run.
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt: disable "unused" warnings.</title>
<updated>2024-03-20T13:53:19+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-03-20T13:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3d842dac85a4ea21519f56d4ec6342b528805b8a'/>
<id>3d842dac85a4ea21519f56d4ec6342b528805b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync all fmt.rs files.</title>
<updated>2023-08-29T23:37:18+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-08-29T23:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5e613d9abbb945e7fc7d4c895d645bfad6a3d2c8'/>
<id>5e613d9abbb945e7fc7d4c895d645bfad6a3d2c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fut: add poll_once</title>
<updated>2023-06-17T13:11:55+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2023-06-17T13:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9e8de5f596ffa9036c2343ccc1e69f471a4770eb'/>
<id>9e8de5f596ffa9036c2343ccc1e69f471a4770eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt: remove unused defmt::timestamp!</title>
<updated>2023-06-09T01:33:39+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-06-09T01:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3465452a93719cdb46a2af4b6d893da3aacc0a15'/>
<id>3465452a93719cdb46a2af4b6d893da3aacc0a15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
