<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-time, 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>Fix API documentation for Ticker reset_at() function</title>
<updated>2025-12-05T21:24:37+00:00</updated>
<author>
<name>Ismo Puustinen</name>
<email>ismo.puustinen@gmail.com</email>
</author>
<published>2025-12-05T21:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3c3d3ccab05fdb80d3b01e2d08f02fe9741483bc'/>
<id>3c3d3ccab05fdb80d3b01e2d08f02fe9741483bc</id>
<content type='text'>
The documentation indicated reset_at() would fire immediately if the
deadline is in the past. However, if the duration is further in the
future than the deadline is in the past, the ticker won't fire
immediately but just before the next scheduled tick.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation indicated reset_at() would fire immediately if the
deadline is in the past. However, if the duration is further in the
future than the deadline is in the past, the ticker won't fire
immediately but just before the next scheduled tick.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Changelog</title>
<updated>2025-11-25T15:39:11+00:00</updated>
<author>
<name>Matan Radomski</name>
<email>maradomski@microsoft.com</email>
</author>
<published>2025-11-25T15:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2632bc42e02a4162680cefaf9f08689952907c0b'/>
<id>2632bc42e02a4162680cefaf9f08689952907c0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added 375KHz Clock Support</title>
<updated>2025-11-25T15:35:21+00:00</updated>
<author>
<name>Matan Radomski</name>
<email>maradomski@microsoft.com</email>
</author>
<published>2025-11-25T15:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=843d890483561d11aa217a68891e2f4ae8de2f94'/>
<id>843d890483561d11aa217a68891e2f4ae8de2f94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>time: add Instant::try_from_nanos</title>
<updated>2025-09-22T10:55:20+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-09-22T10:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4d9563805cee8a14f7c59a5b28227b99a6ffbf75'/>
<id>4d9563805cee8a14f7c59a5b28227b99a6ffbf75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix rustfmt and add changelog</title>
<updated>2025-09-22T03:43:57+00:00</updated>
<author>
<name>Rogan Morrow</name>
<email>rogan.o.morrow@gmail.com</email>
</author>
<published>2025-09-22T03:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=57f1517f70bafb0709014f7a44e2d1c8a4841739'/>
<id>57f1517f70bafb0709014f7a44e2d1c8a4841739</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add as_nanos and from_nanos where missing</title>
<updated>2025-09-22T03:36:22+00:00</updated>
<author>
<name>Rogan Morrow</name>
<email>rogan.o.morrow@gmail.com</email>
</author>
<published>2025-09-22T03:36:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a0a204f586301ee4e014c3673c2ecd3ad90c504c'/>
<id>a0a204f586301ee4e014c3673c2ecd3ad90c504c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update manifests to satisfy new checks.</title>
<updated>2025-09-21T22:47:08+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-09-21T22:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4d71f432ad05cd8cce50b13cf6de6a1422f3b401'/>
<id>4d71f432ad05cd8cce50b13cf6de6a1422f3b401</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: use devtool to build.</title>
<updated>2025-09-11T19:52:47+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-09-11T19:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=55b3c5c6e8fb5e55a0e507c43db5d9ef32114f64'/>
<id>55b3c5c6e8fb5e55a0e507c43db5d9ef32114f64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
