<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-boot/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>Flatten embassy-boot dir tree</title>
<updated>2024-01-11T17:55:59+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-01-11T17:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e0775fbc8ab1ecc83bce42fe6e11accf481bc9e1'/>
<id>e0775fbc8ab1ecc83bce42fe6e11accf481bc9e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize license and MSRV boilerplate into the repo readme.</title>
<updated>2024-01-11T17:18:35+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-01-11T17:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b452a6bcf6858893a85882614e2dcde5a3405748'/>
<id>b452a6bcf6858893a85882614e2dcde5a3405748</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-boot/nrf/README.md: typo fix</title>
<updated>2023-06-29T12:43:31+00:00</updated>
<author>
<name>Kaspar Schleiser</name>
<email>kaspar@schleiser.de</email>
</author>
<published>2023-06-29T12:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=837d3bcdbb87af69d13cb799a137ad88ee015538'/>
<id>837d3bcdbb87af69d13cb799a137ad88ee015538</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-boot: update readme MSRV to stable</title>
<updated>2023-04-20T08:26:02+00:00</updated>
<author>
<name>sander</name>
<email>sander.wittwer@dengineering.no</email>
</author>
<published>2023-04-20T08:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8cd117fd5d692aef695afc46018c6b48f047bcbd'/>
<id>8cd117fd5d692aef695afc46018c6b48f047bcbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: add required metadata for embassy-boot</title>
<updated>2022-11-25T10:43:12+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-11-23T13:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=89821846d77d85d940b87cfa4f62171bd532b27c'/>
<id>89821846d77d85d940b87cfa4f62171bd532b27c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Add embassy-boot</title>
<updated>2022-02-09T09:50:29+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-01-24T11:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ed2a87a262e0e8c091627c96ced981dd3a97a6a1'/>
<id>ed2a87a262e0e8c091627c96ced981dd3a97a6a1</id>
<content type='text'>
Embassy-boot is a simple bootloader that works together with an
application to provide firmware update capabilities with a minimal risk.

The bootloader consists of a platform-independent part, which implements
the swap algorithm, and a platform-dependent part (currently only for
nRF) that provides addition functionality such as watchdog timers
softdevice support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Embassy-boot is a simple bootloader that works together with an
application to provide firmware update capabilities with a minimal risk.

The bootloader consists of a platform-independent part, which implements
the swap algorithm, and a platform-dependent part (currently only for
nRF) that provides addition functionality such as watchdog timers
softdevice support.
</pre>
</div>
</content>
</entry>
</feed>
