<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-boot/src/firmware_updater, 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>Rustfmt for edition 2024.</title>
<updated>2025-10-06T21:19:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-06T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8730a013c395cf0bf4c2fa8eeb7f138288103039'/>
<id>8730a013c395cf0bf4c2fa8eeb7f138288103039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Edition 2024.</title>
<updated>2025-10-06T21:19:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-06T20:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=abc8e450f936567ad42cb34b5d2a7941b206aa5d'/>
<id>abc8e450f936567ad42cb34b5d2a7941b206aa5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[embassy-usb-dfu] support ed25519 verification</title>
<updated>2025-05-23T10:40:19+00:00</updated>
<author>
<name>Gerhard de Clercq</name>
<email>11624490+Gerharddc@users.noreply.github.com</email>
</author>
<published>2025-04-15T18:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=68a45490fc1675f2171131ccbf01f690c4123f01'/>
<id>68a45490fc1675f2171131ccbf01f690c4123f01</id>
<content type='text'>
This commit adds the ability to verify that USB DFU updates are correctly signed using ed25519.
This required adding support to embassy-boot for reading from the DFU partition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds the ability to verify that USB DFU updates are correctly signed using ed25519.
This required adding support to embassy-boot for reading from the DFU partition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix get_state in cases where WRITE_SIZE != 1</title>
<updated>2024-11-06T08:17:29+00:00</updated>
<author>
<name>Mathias</name>
<email>mk@factbird.com</email>
</author>
<published>2024-11-06T08:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=682504eb0ea4e3b076c98885a1027c2ca47bdc53'/>
<id>682504eb0ea4e3b076c98885a1027c2ca47bdc53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: change duplicate reference to `FirmwareUpdaterConfig::from_linkerfile_blocking` in rustdoc</title>
<updated>2024-09-27T08:40:24+00:00</updated>
<author>
<name>Dinu Blanovschi</name>
<email>git@dnbln.dev</email>
</author>
<published>2024-09-27T08:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3792b14161ded15fe513640d0c1b52f39fb80856'/>
<id>3792b14161ded15fe513640d0c1b52f39fb80856</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure bootloader state is parsed correctly</title>
<updated>2024-09-19T07:16:19+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2024-09-19T07:15:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ab0a227e4c02137bc3a621907d17ede0ace4cb1d'/>
<id>ab0a227e4c02137bc3a621907d17ede0ace4cb1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add revert state in embassy-boot</title>
<updated>2024-09-19T07:16:19+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2024-09-18T14:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b1897c58fa617dbab02b39e7f5e399ed1c9d54b4'/>
<id>b1897c58fa617dbab02b39e7f5e399ed1c9d54b4</id>
<content type='text'>
The revert state signals that a firmware revert has taken place,
allowing the application to know if a firmware update attempt was
reverted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The revert state signals that a firmware revert has taken place,
allowing the application to know if a firmware update attempt was
reverted.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(boot): return signature error when no features</title>
<updated>2024-09-16T09:54:40+00:00</updated>
<author>
<name>Olivier Hériveaux</name>
<email>olivier.heriveaux@ledger.fr</email>
</author>
<published>2024-09-16T09:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8519e54461b8d3c3c2a97c88823498c878187ba4'/>
<id>8519e54461b8d3c3c2a97c88823498c878187ba4</id>
<content type='text'>
Always return signature error in verify_and_mark_updated when no
signature features are enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always return signature error in verify_and_mark_updated when no
signature features are enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2543 from badrbouslikhin/usb-dfu-erase-then-write</title>
<updated>2024-02-14T08:35:41+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-02-14T08:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=63d592c7b0d1115b57abfd4e8ed918059749b8ff'/>
<id>63d592c7b0d1115b57abfd4e8ed918059749b8ff</id>
<content type='text'>
feat(boot): enhance firmware write functionality</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(boot): enhance firmware write functionality</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(boot): use sector instead of page for consistency </title>
<updated>2024-02-12T22:28:04+00:00</updated>
<author>
<name>Badr Bouslikhin</name>
<email>bouslikhin.badr@gmail.com</email>
</author>
<published>2024-02-12T22:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7dd974aa0dd88ad319971b81083f63a190d278bf'/>
<id>7dd974aa0dd88ad319971b81083f63a190d278bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
