<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtic/rtic-common/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>2025-06-15T09:03:30+00:00</updated>
<entry>
<title>chore: compile fail tests to assert that the future returned by `wait_until` is *not* `Unpin`</title>
<updated>2025-06-15T09:03:30+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-05-15T12:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=14803e66399d4f5f6377c487b50cff2565aeaea5'/>
<id>urn:sha1:14803e66399d4f5f6377c487b50cff2565aeaea5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: `wait_until` method for waker queue</title>
<updated>2025-06-15T09:03:30+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-05-15T12:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=11f1bc60fa76a6d8bfaa86cf5f18fe91c5ff0278'/>
<id>urn:sha1:11f1bc60fa76a6d8bfaa86cf5f18fe91c5ff0278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: `OnDropWith` helper</title>
<updated>2025-06-15T09:03:30+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-05-15T12:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=ff3b011cef0ca6e5f77cb1112940337e913ca957'/>
<id>urn:sha1:ff3b011cef0ca6e5f77cb1112940337e913ca957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clippy: 1.86: Handle style lint for Option.replace</title>
<updated>2025-06-08T09:10:01+00:00</updated>
<author>
<name>Henrik Tjäder</name>
<email>henrik@tjaders.com</email>
</author>
<published>2025-05-28T18:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=8c9770db0c8b2ba08df5c26fb719ba82a74c3ee7'/>
<id>urn:sha1:8c9770db0c8b2ba08df5c26fb719ba82a74c3ee7</id>
<content type='text'>
https://rust-lang.github.io/rust-clippy/stable/index.html#mem_replace_option_with_some
</content>
</entry>
<entry>
<title>fix: move the popped check after the fence</title>
<updated>2025-04-03T12:18:11+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-04-03T08:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=be6648c0eefebc1b346966892e4da8ce435e5bf8'/>
<id>urn:sha1:be6648c0eefebc1b346966892e4da8ce435e5bf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: check if link is already popped when removing it inside the critical section</title>
<updated>2025-04-03T12:18:11+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-04-02T19:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=e10866ff30c0f8e4aea9dd5589dd94c7e0864b49'/>
<id>urn:sha1:e10866ff30c0f8e4aea9dd5589dd94c7e0864b49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: do not cause memory corruption if `remove_from_list` (safe function) is called multiple times</title>
<updated>2025-04-03T12:18:11+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2025-04-02T15:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=08a0d7f53abe254b1fc9579de8e3a67d1c5f8a89'/>
<id>urn:sha1:08a0d7f53abe254b1fc9579de8e3a67d1c5f8a89</id>
<content type='text'>
</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>esp32c3 support</title>
<updated>2023-09-27T19:50:13+00:00</updated>
<author>
<name>onsdagens</name>
<email>pawdzi-7@student.ltu.se</email>
</author>
<published>2023-09-27T19:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=2b2208e217a96086696bd6f36cff2a6cd4c4ac9f'/>
<id>urn:sha1:2b2208e217a96086696bd6f36cff2a6cd4c4ac9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge #736</title>
<updated>2023-04-16T19:19:09+00:00</updated>
<author>
<name>bors[bot]</name>
<email>26634292+bors[bot]@users.noreply.github.com</email>
</author>
<published>2023-04-16T19:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mciantyre.dev/rtic/commit/?id=55083fb3ccee36c623c91b48ecc7d1f563ed80f8'/>
<id>urn:sha1:55083fb3ccee36c623c91b48ecc7d1f563ed80f8</id>
<content type='text'>
736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet

This was in #732 before, but decluttering that PR seemed sensible

Co-authored-by: datdenkikniet &lt;jcdra1@gmail.com&gt;
</content>
</entry>
</feed>
