<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-nrf/src/chips, 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>feat: add nRF54LM20A support</title>
<updated>2025-12-08T09:23:47+00:00</updated>
<author>
<name>Haobo Gu</name>
<email>haobogu@outlook.com</email>
</author>
<published>2025-12-08T09:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8cf8b2406d4be014d466a9318303a65c5c7ff076'/>
<id>8cf8b2406d4be014d466a9318303a65c5c7ff076</id>
<content type='text'>
Signed-off-by: Haobo Gu &lt;haobogu@outlook.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Haobo Gu &lt;haobogu@outlook.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: support nrf54l10 and nrf54l05 in HAL</title>
<updated>2025-12-02T13:56:26+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-12-02T13:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4880218d7df148ee76f227318388624157e8e2cc'/>
<id>4880218d7df148ee76f227318388624157e8e2cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: patch back clock power irq</title>
<updated>2025-11-27T08:22:24+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-11-27T08:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ec93a56a2e5ba4403a603b9015daa2e94712917b'/>
<id>ec93a56a2e5ba4403a603b9015daa2e94712917b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: support nrf54 GRTC as time-driver</title>
<updated>2025-11-26T13:35:18+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-11-26T13:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=660fc4f7602c0be689e2c6cb4b20e55a26127636'/>
<id>660fc4f7602c0be689e2c6cb4b20e55a26127636</id>
<content type='text'>
* Refactor GRTC peripheral splitting it into multiple channels
* Reserve channel 1 for time-driver if enabled
* Implement time-driver using GRTC (RTC peripheral is now removed).
* Add timer example to nrf54l15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refactor GRTC peripheral splitting it into multiple channels
* Reserve channel 1 for time-driver if enabled
* Implement time-driver using GRTC (RTC peripheral is now removed).
* Add timer example to nrf54l15
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: use correct nrf54l15 flash size</title>
<updated>2025-11-14T11:53:10+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-11-14T11:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9b5fc685a11bc4d5254dffde37beeaba721d1f2a'/>
<id>9b5fc685a11bc4d5254dffde37beeaba721d1f2a</id>
<content type='text'>
Both SVD and documentation agrees on 1524kB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both SVD and documentation agrees on 1524kB
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: more cracen secure mode only</title>
<updated>2025-11-04T13:58:09+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-11-04T13:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=48d0d99752227b8f6834d30af63bfc4c959a10d1'/>
<id>48d0d99752227b8f6834d30af63bfc4c959a10d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: initial support for nrf54 CRACEN peripheral</title>
<updated>2025-11-04T12:13:22+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-11-04T12:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=729a7c2cc5e5fe1d9badb0a0f1c758ba2c57b6aa'/>
<id>729a7c2cc5e5fe1d9badb0a0f1c758ba2c57b6aa</id>
<content type='text'>
The CRACEN peripheral supports random number generation,
digest and key generation, and key exchange.

The initial support implements random number generation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CRACEN peripheral supports random number generation,
digest and key generation, and key exchange.

The initial support implements random number generation.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: enable missing PPI channels and groups</title>
<updated>2025-11-04T12:13:22+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-11-04T12:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=18a5872a2586335496aec056e24edacef6fd76cb'/>
<id>18a5872a2586335496aec056e24edacef6fd76cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: ppi bridge channel definitions</title>
<updated>2025-10-29T13:53:00+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-10-29T13:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=776bf66d8754606cb651a63f7eecda153ca93e97'/>
<id>776bf66d8754606cb651a63f7eecda153ca93e97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: allow compiling without gpiote for nrf54</title>
<updated>2025-10-29T12:46:33+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-10-29T12:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=85ee62fa7c0d00fc50677e94f5c02d4f52b601fc'/>
<id>85ee62fa7c0d00fc50677e94f5c02d4f52b601fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
