<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtic/book/en/src/by-example, 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>2025-06-15T10:43:43+00:00</updated>
<entry>
<title>Updates to "Delay and TImeout using Monotonics"</title>
<updated>2025-06-15T10:43:43+00:00</updated>
<author>
<name>Jonathan 'theJPster' Pallant</name>
<email>github@thejpster.org.uk</email>
</author>
<published>2025-06-14T20:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=53ff4feed23cffc1d35ab242e01552c8543a03af'/>
<id>urn:sha1:53ff4feed23cffc1d35ab242e01552c8543a03af</id>
<content type='text'>
Some inconsistencies in the text caused confusion on my first few read-throughs, so I've tried to add some clarity.
</content>
</entry>
<entry>
<title>Correct timer type in "Delay and Timeout using Monotonics"</title>
<updated>2025-06-15T10:43:43+00:00</updated>
<author>
<name>Jonathan 'theJPster' Pallant</name>
<email>github@thejpster.org.uk</email>
</author>
<published>2025-06-14T20:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=77a29b4e0c2bac40ec3b71c91772a01771f398be'/>
<id>urn:sha1:77a29b4e0c2bac40ec3b71c91772a01771f398be</id>
<content type='text'>
The example in `lm3s6965/examples/async-timeout.rs` uses `Mono` as the monotonic timer type, so it's confusing that the second example switches to using `Systick`.</content>
</entry>
<entry>
<title>book: view_code update for xtask</title>
<updated>2025-06-15T10:17:41+00:00</updated>
<author>
<name>Henrik Tjäder</name>
<email>henrik@tjaders.com</email>
</author>
<published>2025-06-10T20:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=2a3e92cf201820f8abfdc1ae9472e31a51ff06d5'/>
<id>urn:sha1:2a3e92cf201820f8abfdc1ae9472e31a51ff06d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ci): adjust filenames for ouputs</title>
<updated>2025-03-27T14:47:11+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-03-27T10:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=cb7d053b788235eeda7cd76a2a0864d384fcd580'/>
<id>urn:sha1:cb7d053b788235eeda7cd76a2a0864d384fcd580</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: add a timely yield notice</title>
<updated>2025-03-27T14:47:11+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-03-23T10:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=b75b8f98b0b3c00e608778aa64d2c90bc3cddb97'/>
<id>urn:sha1:b75b8f98b0b3c00e608778aa64d2c90bc3cddb97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: add a paragraph to `software_tasks.md`</title>
<updated>2025-03-27T14:47:11+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-03-23T10:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=c43788f141650805aa53aa882f9b5290b1dcdceb'/>
<id>urn:sha1:c43788f141650805aa53aa882f9b5290b1dcdceb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: mention diverging tasks in book</title>
<updated>2025-03-27T14:47:11+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-03-23T10:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=f6eacdc8d16fd0b47d28fa6a84e6099c9c09eca9'/>
<id>urn:sha1:f6eacdc8d16fd0b47d28fa6a84e6099c9c09eca9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix included examples and markdown(book) (#912)</title>
<updated>2024-04-03T22:01:46+00:00</updated>
<author>
<name>Franz Dietrich</name>
<email>dietrich@teilgedanken.de</email>
</author>
<published>2024-04-03T22:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=53ed7bf7edb21180cb18c0bf6a7dbe6168331879'/>
<id>urn:sha1:53ed7bf7edb21180cb18c0bf6a7dbe6168331879</id>
<content type='text'>
* fix included examples and markdown(book)

fixes: #911

* fix footnote pre_init

* more example link updates

* Restore pool example name

* Example: pool: Upgrade to heapless v0.8

* Example: pool: thumbv6 unsupported: wild cfg-if

Experiment with multi-backend example contained in the example

* Example: lm3s6965: Updated cargo.lock

* Book: Use cargo xtask for by-example

* Docs: Contributing: cargo xtask

---------

Co-authored-by: Henrik Tjäder &lt;henrik@tjaders.com&gt;</content>
</entry>
<entry>
<title>[book] Remove non-existent anchor reference</title>
<updated>2023-10-15T05:52:39+00:00</updated>
<author>
<name>Fabian Wolter</name>
<email>github@fabian-wolter.de</email>
</author>
<published>2023-10-13T19:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=52aa56e265f62252ce0eefeebcf100fdfd7be8c6'/>
<id>urn:sha1:52aa56e265f62252ce0eefeebcf100fdfd7be8c6</id>
<content type='text'>
There is no anchor named `timeout_at` in the example source file. By looking at the context, the reference doesn't look like it's supposed to be there at all.</content>
</entry>
<entry>
<title>Book: Restore missing newline</title>
<updated>2023-10-04T18:17:15+00:00</updated>
<author>
<name>Henrik Tjäder</name>
<email>henrik@tjaders.com</email>
</author>
<published>2023-10-02T07:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=bedaae9395343b8a45e7efb245ac6ef063b286b6'/>
<id>urn:sha1:bedaae9395343b8a45e7efb245ac6ef063b286b6</id>
<content type='text'>
</content>
</entry>
</feed>
