<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtic/rtic-time/src, branch main</title>
<subtitle>Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
</subtitle>
<id>https://git.mciantyre.dev/rtic/atom?h=main</id>
<link rel='self' href='https://git.mciantyre.dev/rtic/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/'/>
<updated>2024-12-06T13:09:26+00:00</updated>
<entry>
<title>Fix documentation (docs.rs) and release 2.1.2</title>
<updated>2024-12-06T13:09:26+00:00</updated>
<author>
<name>Emil Fresk</name>
<email>emil.fresk@gmail.com</email>
</author>
<published>2024-12-06T12:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=b41a10e794261e1539cd571aab00fca40568ba87'/>
<id>urn:sha1:b41a10e794261e1539cd571aab00fca40568ba87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change `timeout`/`delay` functions to non-async (#910)</title>
<updated>2024-08-21T18:40:52+00:00</updated>
<author>
<name>dalegaard</name>
<email>dalegaard@users.noreply.github.com</email>
</author>
<published>2024-08-21T18:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=a636f4e4ada7aee2e1d858303429b273eff25471'/>
<id>urn:sha1:a636f4e4ada7aee2e1d858303429b273eff25471</id>
<content type='text'>
Because of a compiler bug, the `async` implementations of
`delay`/`delay_until`/`timeout`/`timeout_at` produce much larger RAM
footprint than they should.

Fixes #890.

Co-authored-by: Emil Fresk &lt;emil.fresk@gmail.com&gt;</content>
</entry>
<entry>
<title>Fix clippy lints</title>
<updated>2024-05-27T09:26:06+00:00</updated>
<author>
<name>Emil Fresk</name>
<email>emil.fresk@gmail.com</email>
</author>
<published>2024-05-27T08:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=2efdef6029fc3b38974cea1664aba321f6c63ec4'/>
<id>urn:sha1:2efdef6029fc3b38974cea1664aba321f6c63ec4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix another clippy::assign_op_pattern warning (#933)</title>
<updated>2024-05-08T18:22:16+00:00</updated>
<author>
<name>Hiroaki Yutani</name>
<email>yutani.ini@gmail.com</email>
</author>
<published>2024-05-08T18:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=e6dff2c047dca0763f85513e76b6cb370fe0e43f'/>
<id>urn:sha1:e6dff2c047dca0763f85513e76b6cb370fe0e43f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix clippy::assign_op_pattern lint (#932)</title>
<updated>2024-05-03T06:55:41+00:00</updated>
<author>
<name>Hiroaki Yutani</name>
<email>yutani.ini@gmail.com</email>
</author>
<published>2024-05-03T06:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=7fd9e6476bbfbb7f9c69a3e329d3bfc68c317994'/>
<id>urn:sha1:7fd9e6476bbfbb7f9c69a3e329d3bfc68c317994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Monotonic rewrite (#874)</title>
<updated>2024-04-10T22:00:38+00:00</updated>
<author>
<name>Finomnis</name>
<email>Finomnis@users.noreply.github.com</email>
</author>
<published>2024-04-10T22:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=8c23e178f3838bcdd13662a2ffefd39ec144e869'/>
<id>urn:sha1:8c23e178f3838bcdd13662a2ffefd39ec144e869</id>
<content type='text'>
* Rework timer_queue and monotonic architecture

Goals:
 * make Monotonic purely internal
 * make Monotonic purely tick passed, no fugit involved
 * create a wrapper struct in the user's code via a macro that then
   converts the "now" from the tick based monotonic to a fugit based
   timestamp

We need to proxy the delay functions of the timer queue anyway,
so we could simply perform the conversion in those proxy functions.

* Update cargo.lock

* Update readme of rtic-time

* CI: ESP32: Redact esp_image: Too volatile

* Fixup: Changelog double entry rebase mistake

---------

Co-authored-by: Henrik Tjäder &lt;henrik@tjaders.com&gt;</content>
</entry>
<entry>
<title>Docs: Rename `DelayUs` to `DelayNs` in docs for macros. (#908)</title>
<updated>2024-03-24T17:15:57+00:00</updated>
<author>
<name>Gram</name>
<email>mail@orsinium.dev</email>
</author>
<published>2024-03-24T17:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=fa2a5b449f1746b4b3bb3da08dab532ee24ba286'/>
<id>urn:sha1:fa2a5b449f1746b4b3bb3da08dab532ee24ba286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix race condition in `calculate_now` (#860)</title>
<updated>2023-12-06T18:36:09+00:00</updated>
<author>
<name>Finomnis</name>
<email>Finomnis@users.noreply.github.com</email>
</author>
<published>2023-12-06T18:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=bbed94528528fbfe53ed7baf9cc38ca012785d13'/>
<id>urn:sha1:bbed94528528fbfe53ed7baf9cc38ca012785d13</id>
<content type='text'>
* Fix race condition in calculate_now

* Add changelog

* Update changelog

* Refine comment

* More comment fixes</content>
</entry>
<entry>
<title>Fix `nrf::rtc` errata workaround (#858)</title>
<updated>2023-12-06T18:36:06+00:00</updated>
<author>
<name>Finomnis</name>
<email>Finomnis@users.noreply.github.com</email>
</author>
<published>2023-12-06T18:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=f377471e440d8be0b2f9e9c8877ed015f62dc19e'/>
<id>urn:sha1:f377471e440d8be0b2f9e9c8877ed015f62dc19e</id>
<content type='text'>
* Deprecate `should_dequeue_check`

* Fix errata by delaying the wakeup point

* Add changelog

* Fix changelog typos</content>
</entry>
<entry>
<title>Fix nrf monotonics (#852)</title>
<updated>2023-12-06T07:49:38+00:00</updated>
<author>
<name>Finomnis</name>
<email>Finomnis@users.noreply.github.com</email>
</author>
<published>2023-12-06T07:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=89160b7cb9b3623e0a50f6745296d470fa7ea79d'/>
<id>urn:sha1:89160b7cb9b3623e0a50f6745296d470fa7ea79d</id>
<content type='text'>
* Fix nrf::timer

* Bootstrap nrf52840-blinky example

* More work on nrf blinky example

* Fix README

* Add asserts for correct timer functionality

* Add correctness check to other monotonics as well

* Update Changelog

* Fix potential timing issues

* Fix race condition in nrf::rtc

* Add changelog

* Add rtc blinky example

* Change rtc example to RC lf clock source

* Add changelog to rtic-time

* Add changelog

* Attempt to fix CI

* Update teensy4-blinky Cargo.lock</content>
</entry>
</feed>
