<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/.vscode/settings.json, 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>mspm0: add MSPM0G518x support and new packages for others</title>
<updated>2025-12-14T06:37:30+00:00</updated>
<author>
<name>i509VCB</name>
<email>git@i509.me</email>
</author>
<published>2025-12-14T03:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5bef2eab2352113c2ab9a97be72d72d6df46045d'/>
<id>5bef2eab2352113c2ab9a97be72d72d6df46045d</id>
<content type='text'>
G518x is the first MSPM0 part with a USB, I2S and NPU peripheral. There is also a new TIMB peripheral (no PWM, so it is perfect for a time driver).

Unfortunately it also introduces UNICOMM which is a shared peripheral which can be in UART/I2C/SPI modes. This means that the current UART and I2C drivers need some adjustment to work with the new UNICOMM parts (which is the future).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
G518x is the first MSPM0 part with a USB, I2S and NPU peripheral. There is also a new TIMB peripheral (no PWM, so it is perfect for a time driver).

Unfortunately it also introduces UNICOMM which is a shared peripheral which can be in UART/I2C/SPI modes. This means that the current UART and I2C drivers need some adjustment to work with the new UNICOMM parts (which is the future).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix vscode fmt settings</title>
<updated>2025-11-23T17:33:23+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-11-23T17:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=06076c5461c9a4de00704ee05099dd65ec5111ea'/>
<id>06076c5461c9a4de00704ee05099dd65ec5111ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed broken examples/formatting reported by CI</title>
<updated>2025-11-22T01:44:07+00:00</updated>
<author>
<name>WillaWillNot</name>
<email>WillaWillNot@users.noreply.github.com</email>
</author>
<published>2025-11-22T01:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=54d57bc72f0e2b3eef0fa92d0b730ed6efd7bcaa'/>
<id>54d57bc72f0e2b3eef0fa92d0b730ed6efd7bcaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/afio: make af_num() unavailable in afio chips.</title>
<updated>2025-09-05T22:14:03+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-09-05T22:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a23c4b7bca15bc00f4b5c4af200f17eb0097e94b'/>
<id>a23c4b7bca15bc00f4b5c4af200f17eb0097e94b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nxp: Add mimxrt1062 support</title>
<updated>2025-07-22T16:25:45+00:00</updated>
<author>
<name>i509VCB</name>
<email>git@i509.me</email>
</author>
<published>2025-07-22T01:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1d46f55bddf402c33143959e1ad26af59bb15855'/>
<id>1d46f55bddf402c33143959e1ad26af59bb15855</id>
<content type='text'>
The examples in this case are designed for the IMXRT1060-EVK. The same chip is used in the Teensy 4.0/1, but that will probably get its own set of examples due to some differences such as the FCB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The examples in this case are designed for the IMXRT1060-EVK. The same chip is used in the Teensy 4.0/1, but that will probably get its own set of examples due to some differences such as the FCB.
</pre>
</div>
</content>
</entry>
<entry>
<title>nxp: Add MIMXRT1011 GPIO and time driver</title>
<updated>2025-07-22T16:07:10+00:00</updated>
<author>
<name>i509VCB</name>
<email>git@i509.me</email>
</author>
<published>2025-07-10T04:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1ad5d5a771d5109a763361454fb724b85ae25fdd'/>
<id>1ad5d5a771d5109a763361454fb724b85ae25fdd</id>
<content type='text'>
PIT is used for the time driver
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PIT is used for the time driver
</pre>
</div>
</content>
</entry>
<entry>
<title>Embassy for MSPM0</title>
<updated>2025-03-14T03:10:45+00:00</updated>
<author>
<name>i509VCB</name>
<email>git@i509.me</email>
</author>
<published>2025-03-14T03:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e0cdc356ccd7f9e20c2b5355cc52b7eb7610147b'/>
<id>e0cdc356ccd7f9e20c2b5355cc52b7eb7610147b</id>
<content type='text'>
This adds an embassy hal for the Texas Instruments MSPM0 microcontroller series.

So far the GPIO and time drivers have been implemented. I have tested these drivers on the following parts:
- C1104
- L1306
- L2228
- G3507
- G3519

The PAC is generated at https://github.com/mspm0-rs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds an embassy hal for the Texas Instruments MSPM0 microcontroller series.

So far the GPIO and time drivers have been implemented. I have tested these drivers on the following parts:
- C1104
- L1306
- L2228
- G3507
- G3519

The PAC is generated at https://github.com/mspm0-rs
</pre>
</div>
</content>
</entry>
<entry>
<title>vscode: improve docs in settings.json</title>
<updated>2024-05-20T16:33:13+00:00</updated>
<author>
<name>Matt Ickstadt</name>
<email>mattico8@gmail.com</email>
</author>
<published>2024-05-20T16:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a4350e039805e3471949893fc121f0b7e2542494'/>
<id>a4350e039805e3471949893fc121f0b7e2542494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/spi: remove DMA generic params.</title>
<updated>2024-04-15T19:23:49+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-04-15T19:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=be087e5d43326178878878bebae96f3b51a3b184'/>
<id>be087e5d43326178878878bebae96f3b51a3b184</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No personal preferences in public repository</title>
<updated>2024-03-09T11:11:09+00:00</updated>
<author>
<name>Dominic</name>
<email>git@msrd0.de</email>
</author>
<published>2024-03-09T10:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=842f90e3248889ecf340352fbedd7fbcb66812e4'/>
<id>842f90e3248889ecf340352fbedd7fbcb66812e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
