<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/boot/application/nrf/README.md, 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 support for nrf54 to embassy-boot examples</title>
<updated>2025-12-08T10:30:42+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-12-08T10:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=31543f38ec05965b0903c7da0854b375ac6a3d1c'/>
<id>31543f38ec05965b0903c7da0854b375ac6a3d1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support codesigning in the firmware updater</title>
<updated>2023-01-12T02:30:58+00:00</updated>
<author>
<name>huntc</name>
<email>huntchr@gmail.com</email>
</author>
<published>2023-01-06T11:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b0529bc943c9da0eb5f43335d06779d6064b765a'/>
<id>b0529bc943c9da0eb5f43335d06779d6064b765a</id>
<content type='text'>
This commit provides a method to verify that firmware has been signed with a private key given its public key. The implementation uses ed25519-dalek as the signature verifier. An "ed25519" feature is required to enable the functionality. When disabled (the default), calling the firmware updater's verify method will return a failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit provides a method to verify that firmware has been signed with a private key given its public key. The implementation uses ed25519-dalek as the signature verifier. An "ed25519" feature is required to enable the functionality. When disabled (the default), calling the firmware updater's verify method will return a failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: compile bootloader examples for nRF91</title>
<updated>2023-01-04T12:38:43+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2023-01-04T12:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2332d8cd2396a01fdeaf61dce814da79503c8f70'/>
<id>2332d8cd2396a01fdeaf61dce814da79503c8f70</id>
<content type='text'>
* Add nRF91 as target in CI builds
* Add example linker scripts for nrf91
* Make less nRF52 assumptions example config
* Add llvm-tools-preview required for cargo objcopy example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add nRF91 as target in CI builds
* Add example linker scripts for nrf91
* Make less nRF52 assumptions example config
* Add llvm-tools-preview required for cargo objcopy example
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up some doc and memory layout</title>
<updated>2023-01-03T23:27:16+00:00</updated>
<author>
<name>huntc</name>
<email>huntchr@gmail.com</email>
</author>
<published>2023-01-03T23:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6e6c3cbebcf0cfdb07622df803584f3fbc6a491a'/>
<id>6e6c3cbebcf0cfdb07622df803584f3fbc6a491a</id>
<content type='text'>
The memory layout of the s140 crept into a number of memory files, which can cause confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The memory layout of the s140 crept into a number of memory files, which can cause confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move bootloader main to examples</title>
<updated>2022-06-24T17:56:15+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2022-06-24T17:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=776be79f7bb10b09e795e2ea93bb795a653c9b4c'/>
<id>776be79f7bb10b09e795e2ea93bb795a653c9b4c</id>
<content type='text'>
This should remove some confusion around embassy-boot-* being a library
vs. a binary. The binary is now an example bootloader instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should remove some confusion around embassy-boot-* being a library
vs. a binary. The binary is now an example bootloader instead.
</pre>
</div>
</content>
</entry>
</feed>
