<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-time/src/driver.rs, 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>time: split driver into a separate embassy-time-driver crate.</title>
<updated>2024-01-11T15:56:08+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-01-11T15:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=15f94fb0fc70463b9a50c997083fee3f5758b17a'/>
<id>15f94fb0fc70463b9a50c997083fee3f5758b17a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore the doctest driver registration to prevent duplicate registrations</title>
<updated>2024-01-09T17:39:02+00:00</updated>
<author>
<name>Chris Price</name>
<email>price.c@gmail.com</email>
</author>
<published>2024-01-09T17:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3db8655e25bf40d0f0b72e557a8d6e3d156119c8'/>
<id>3db8655e25bf40d0f0b72e557a8d6e3d156119c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated driver implementation docs</title>
<updated>2023-12-22T18:40:41+00:00</updated>
<author>
<name>Barnaby Walters</name>
<email>barnaby@waterpigs.co.uk</email>
</author>
<published>2023-12-22T18:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c1156d73d3f15f8f6c364faabdc2ea7432d21da6'/>
<id>c1156d73d3f15f8f6c364faabdc2ea7432d21da6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STM32: Fix race in alarm setting, which impacted scheduling.</title>
<updated>2023-12-17T23:35:35+00:00</updated>
<author>
<name>RobertTDowling</name>
<email>roberttdowling@gmail.com</email>
</author>
<published>2023-12-17T23:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b857334f92fc188004567edb93e0d1dfce4c259e'/>
<id>b857334f92fc188004567edb93e0d1dfce4c259e</id>
<content type='text'>
Detect potential race condition (should be rare) and return false back
to caller, allowing them to handle the possibility that either the
alarm was never set because it was in the past (old meaning of false),
or that in fact the alarm was set and may have fired within the race
window (new meaning of false). In either case, the caller needs to
make sure the callback got called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detect potential race condition (should be rare) and return false back
to caller, allowing them to handle the possibility that either the
alarm was never set because it was in the past (old meaning of false),
or that in fact the alarm was set and may have fired within the race
window (new meaning of false). In either case, the caller needs to
make sure the callback got called.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove semicolon in time driver example struct declaration</title>
<updated>2023-07-05T12:07:05+00:00</updated>
<author>
<name>Rasmus Pedersen</name>
<email>rasmus.pedersen@sky.uk</email>
</author>
<published>2023-07-05T12:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a0dc87d64ec75b6236abb60f93815f6d5c621de5'/>
<id>a0dc87d64ec75b6236abb60f93815f6d5c621de5</id>
<content type='text'>
The semicolon is not allowed with struct declarations with braces.
The doc test compiles fine for some reason!?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The semicolon is not allowed with struct declarations with braces.
The doc test compiles fine for some reason!?
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests.</title>
<updated>2023-05-29T17:46:28+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-05-29T17:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=46961cfdf72a3b5d54b241a41d9f2496c6dc6229'/>
<id>46961cfdf72a3b5d54b241a41d9f2496c6dc6229</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change time Driver contract to never fire the alarm synchronously</title>
<updated>2022-10-24T06:17:43+00:00</updated>
<author>
<name>ivmarkov</name>
<email>ivan.markov@gmail.com</email>
</author>
<published>2022-10-24T06:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4d5550070fe5e80ff2296a71239c568c774b9ceb'/>
<id>4d5550070fe5e80ff2296a71239c568c774b9ceb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove warnings for embassy-time</title>
<updated>2022-08-22T14:33:39+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-08-22T07:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5fddff849eea74fb240147432a1739ae1759cb6c'/>
<id>5fddff849eea74fb240147432a1739ae1759cb6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split embassy-time from embassy-executor.</title>
<updated>2022-08-17T23:22:30+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-08-17T21:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5daa173ce4b153a532b4daa9e94c7a248231f25b'/>
<id>5daa173ce4b153a532b4daa9e94c7a248231f25b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
