<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-nrf, 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>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>fix: avoid hang if calling now() before syscounter is enabled</title>
<updated>2025-12-18T16:32:45+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-12-18T16:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=01d8543bc71d003b6f3aad50d17ff4fd0fa7461a'/>
<id>01d8543bc71d003b6f3aad50d17ff4fd0fa7461a</id>
<content type='text'>
If the time driver now() is called before the syscounter is enabled on nrf54,
it would hang. The fix checks if syscounter is enabled, and returns 0
if not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the time driver now() is called before the syscounter is enabled on nrf54,
it would hang. The fix checks if syscounter is enabled, and returns 0
if not.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: use correct pin count for the nrf54 chip family</title>
<updated>2025-12-16T22:58:27+00:00</updated>
<author>
<name>oddlama</name>
<email>oddlama@oddlama.org</email>
</author>
<published>2025-12-16T19:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4ae93d42e884bbd5386d09463a2f14f36881a803'/>
<id>4ae93d42e884bbd5386d09463a2f14f36881a803</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nrf: update pac with nRF54 CLOCK_POWER irq number fix.</title>
<updated>2025-12-16T18:07:05+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-12-16T18:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b9f7bf17540c138773ad5aa54474f9267974e218'/>
<id>b9f7bf17540c138773ad5aa54474f9267974e218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update bitflags</title>
<updated>2025-12-15T16:59:48+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2025-12-15T16:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=4a1dfb8a249741c13dbe30d1fbca7b7dab4f6e12'/>
<id>4a1dfb8a249741c13dbe30d1fbca7b7dab4f6e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: prepare nrf hals for release</title>
<updated>2025-12-15T08:32:46+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-12-15T08:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=79fe3da62264de745eff7ade0d2d9975f2218877'/>
<id>79fe3da62264de745eff7ade0d2d9975f2218877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix copy paste bug in i2c pullup ?</title>
<updated>2025-12-12T22:11:33+00:00</updated>
<author>
<name>Kezi</name>
<email>keziolio123@gmail.com</email>
</author>
<published>2025-12-12T22:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a1e0c8f09beea8d49ebeca2232152aec4c089ebf'/>
<id>a1e0c8f09beea8d49ebeca2232152aec4c089ebf</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 #5036 from embassy-rs/nrf54-buffered-rram</title>
<updated>2025-12-12T08:16:05+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2025-12-12T08:16:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=778bd76c1c2746ac9564132bcab0f8359feb7b13'/>
<id>778bd76c1c2746ac9564132bcab0f8359feb7b13</id>
<content type='text'>
feat: add support for buffered write mode for rram
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: add support for buffered write mode for rram
</pre>
</div>
</content>
</entry>
<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>feat: add support for buffered write mode for rram</title>
<updated>2025-12-11T11:22:12+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-12-11T11:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=55d0720b44cbdb2061866bf692de42e38e3d23b1'/>
<id>55d0720b44cbdb2061866bf692de42e38e3d23b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
