<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-nrf/src/lib.rs, branch fix-input-sync-bypass</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>Merge pull request #5029 from robamu/tiny-docs-improvements</title>
<updated>2025-12-12T08:16:01+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2025-12-12T08:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=737fedeb358b9376abffd8ff836dc0bab7718c21'/>
<id>737fedeb358b9376abffd8ff836dc0bab7718c21</id>
<content type='text'>
tiny improvements for nrf init code docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tiny improvements for nrf init code docs
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny improvements for nrf docs</title>
<updated>2025-12-10T18:02:36+00:00</updated>
<author>
<name>Robin Mueller</name>
<email>robin.mueller.m@pm.me</email>
</author>
<published>2025-12-10T18:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1b9220993fb5cfd093a2ac953dd9da3578f9c78f'/>
<id>1b9220993fb5cfd093a2ac953dd9da3578f9c78f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>chore: expose uicr write functions</title>
<updated>2025-12-04T11:50:17+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-12-04T11:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c02441837f433c44154b9634180ecc0c88b7c21c'/>
<id>c02441837f433c44154b9634180ecc0c88b7c21c</id>
<content type='text'>
Applications may need to write UICR registers independently of
the HAL (for instance, softdevice-specific registers). Exposing  these
functions will allow that to be done in the correct way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applications may need to write UICR registers independently of
the HAL (for instance, softdevice-specific registers). Exposing  these
functions will allow that to be done in the correct way.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: use correct cfg guard</title>
<updated>2025-12-02T14:35:29+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-12-02T14:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d3fda8cb4f5c6bb2ba75f3402572d1831ad03b2a'/>
<id>d3fda8cb4f5c6bb2ba75f3402572d1831ad03b2a</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 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>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>embassy-nrf: add workaround for anomaly 66 on nrf52</title>
<updated>2025-11-24T05:37:48+00:00</updated>
<author>
<name>Matthew Tran</name>
<email>0e4ef622@gmail.com</email>
</author>
<published>2025-11-24T05:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=df119ba155ffde03503e8072dc9371010e71d105'/>
<id>df119ba155ffde03503e8072dc9371010e71d105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: cracen only in secure mode</title>
<updated>2025-11-04T12:37:19+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-11-04T12:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4152facff6c14d4fc26d23b62fefdb50163d96f2'/>
<id>4152facff6c14d4fc26d23b62fefdb50163d96f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: warnings</title>
<updated>2025-11-04T12:29:04+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-11-04T12:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f2c1da56eb9690c9fa3edcd73d430e669fa7baa7'/>
<id>f2c1da56eb9690c9fa3edcd73d430e669fa7baa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
