<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-time/src, 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>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>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>Merge pull request #4560 from 823984418/optimize_async_delay</title>
<updated>2025-08-19T13:16:22+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-08-19T13:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=61dbd89bd4648cc6b16017bbbf4db8f5fdcb109a'/>
<id>61dbd89bd4648cc6b16017bbbf4db8f5fdcb109a</id>
<content type='text'>
Optimize embedded_hal_async::delay::DelayNs impl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Optimize embedded_hal_async::delay::DelayNs impl
</pre>
</div>
</content>
</entry>
<entry>
<title>time: implement Sum for Duration</title>
<updated>2025-08-17T14:21:13+00:00</updated>
<author>
<name>Matt Johnston</name>
<email>matt@ucc.asn.au</email>
</author>
<published>2025-08-16T14:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1b246d77c9972706285193b7a17ae0f5543e5a34'/>
<id>1b246d77c9972706285193b7a17ae0f5543e5a34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modify async fn to return impl Future</title>
<updated>2025-08-17T14:18:04+00:00</updated>
<author>
<name>823984418</name>
<email>823984418@qq.com</email>
</author>
<published>2025-08-17T14:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=011c382b7785485b632d567d941ff670797a0d74'/>
<id>011c382b7785485b632d567d941ff670797a0d74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: clarify that timer will expire immediately if in past</title>
<updated>2025-08-12T13:44:41+00:00</updated>
<author>
<name>redfast00</name>
<email>redfast00@gmail.com</email>
</author>
<published>2025-08-12T13:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2f0e8aa24481f1a9a79126756a0c294d82229f3d'/>
<id>2f0e8aa24481f1a9a79126756a0c294d82229f3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
