<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples, 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>update low-power: stm32wl5x update stm32-metapac</title>
<updated>2025-12-19T16:20:58+00:00</updated>
<author>
<name>liebman</name>
<email>liebman@zod.com</email>
</author>
<published>2025-12-19T15:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=941707372099ae5b82e8adf48ec4d0470a1642de'/>
<id>941707372099ae5b82e8adf48ec4d0470a1642de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>low-power: stm32wl5x</title>
<updated>2025-12-19T15:55:34+00:00</updated>
<author>
<name>liebman</name>
<email>liebman@zod.com</email>
</author>
<published>2025-12-18T23:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9008e4ca79a8cea093484f09d02c9ca67e7e2b1f'/>
<id>9008e4ca79a8cea093484f09d02c9ca67e7e2b1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to embedded-io 0.7</title>
<updated>2025-12-19T11:29:50+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-01T19:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=62ed44f99af9e33d689c8308149f8f992176895f'/>
<id>62ed44f99af9e33d689c8308149f8f992176895f</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 #5107 from jamesmunns/james/spll</title>
<updated>2025-12-18T18:57:38+00:00</updated>
<author>
<name>James Munns</name>
<email>james@onevariable.com</email>
</author>
<published>2025-12-18T18:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b6a7d0610105e8f1e23fd1b3b0c1afd4efac4fe4'/>
<id>b6a7d0610105e8f1e23fd1b3b0c1afd4efac4fe4</id>
<content type='text'>
[MCXA]: Add SPLL/PLL1 support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[MCXA]: Add SPLL/PLL1 support
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanups, docs</title>
<updated>2025-12-18T18:31:25+00:00</updated>
<author>
<name>James Munns</name>
<email>james@onevariable.com</email>
</author>
<published>2025-12-18T18:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1a3eb7ef28c071e17f93663f7e07d7d6e9f7789e'/>
<id>1a3eb7ef28c071e17f93663f7e07d7d6e9f7789e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[MCXA] reset_reason: process multiple bits</title>
<updated>2025-12-18T16:57:15+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>febalbi@microsoft.com</email>
</author>
<published>2025-12-18T16:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6c9345a022dfd4a4dac5005166789792dffbbbe7'/>
<id>6c9345a022dfd4a4dac5005166789792dffbbbe7</id>
<content type='text'>
After testing with the pending watchdog driver, I noticed that more
than one bit got set (Warm and Wdog0), changing my original assumption
of this register being one-hot.

Update the `reset_reason()` function and example according to James
Munns' MCXA DMA Error implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After testing with the pending watchdog driver, I noticed that more
than one bit got set (Warm and Wdog0), changing my original assumption
of this register being one-hot.

Update the `reset_reason()` function and example according to James
Munns' MCXA DMA Error implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>First basic test works</title>
<updated>2025-12-18T14:02:24+00:00</updated>
<author>
<name>James Munns</name>
<email>james@onevariable.com</email>
</author>
<published>2025-12-18T13:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b0cf9b4626e7fa99d1da82a5eb745e9ed14508de'/>
<id>b0cf9b4626e7fa99d1da82a5eb745e9ed14508de</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 #5071 from jamesmunns/james/bad-sosc</title>
<updated>2025-12-18T13:55:57+00:00</updated>
<author>
<name>James Munns</name>
<email>james@onevariable.com</email>
</author>
<published>2025-12-18T13:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b5b49cbcf3a991bf6d434b0870da50f3ee722612'/>
<id>b5b49cbcf3a991bf6d434b0870da50f3ee722612</id>
<content type='text'>
[MCXA]: Add support for SOSC/clk_in
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[MCXA]: Add support for SOSC/clk_in
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5098 from xoviat/low-power</title>
<updated>2025-12-18T13:05:44+00:00</updated>
<author>
<name>xoviat</name>
<email>49173759+xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-18T13:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f85337064c724f8fdb855e847345908e4c7384e9'/>
<id>f85337064c724f8fdb855e847345908e4c7384e9</id>
<content type='text'>
make stm32wb examples use low-power-pender
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make stm32wb examples use low-power-pender
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32: cleanup low-power features</title>
<updated>2025-12-18T13:00:59+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-18T13:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d113772136548e2bb50cecf1749f73bef72a0fe9'/>
<id>d113772136548e2bb50cecf1749f73bef72a0fe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
