<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-mcxa/src, 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 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>SPLL needs to ensure LDO is active</title>
<updated>2025-12-18T18:35:44+00:00</updated>
<author>
<name>James Munns</name>
<email>james@onevariable.com</email>
</author>
<published>2025-12-18T18:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=25f1963690a52a04ea0bc23e397b4fe6f585777a'/>
<id>25f1963690a52a04ea0bc23e397b4fe6f585777a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Merge pull request #5105 from felipebalbi/mcxa/reset-reason</title>
<updated>2025-12-18T18:31:04+00:00</updated>
<author>
<name>James Munns</name>
<email>james@onevariable.com</email>
</author>
<published>2025-12-18T18:31:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=65a6ce4c8bd1993e8cd05ce1d6fb3b378e35407a'/>
<id>65a6ce4c8bd1993e8cd05ce1d6fb3b378e35407a</id>
<content type='text'>
[MCXA] reset_reason: process multiple bits
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[MCXA] reset_reason: process multiple bits
</pre>
</div>
</content>
</entry>
<entry>
<title>[MCXA] dma: fix typo</title>
<updated>2025-12-18T18:14:36+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>febalbi@microsoft.com</email>
</author>
<published>2025-12-18T18:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=743295b1e9836016827c635877ecd8870b2620c3'/>
<id>743295b1e9836016827c635877ecd8870b2620c3</id>
<content type='text'>
Should be an and, not or.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should be an and, not or.
</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>Pre-test</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:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c94c09c72d16fd5cc9cb7c925386e7a2d6de1dcd'/>
<id>c94c09c72d16fd5cc9cb7c925386e7a2d6de1dcd</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>
</feed>
