<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/boot/nrf/src, 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>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>Run rustfmt.</title>
<updated>2022-06-12T20:22:31+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2022-06-12T20:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=a8703b75988e1e700af701116464025679d2feb8'/>
<id>a8703b75988e1e700af701116464025679d2feb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Async shared bus for SPI &amp; I2C + rename embassy-traits (#769)</title>
<updated>2022-05-26T16:54:58+00:00</updated>
<author>
<name>Henrik Alsér</name>
<email>henrik.alser@me.com</email>
</author>
<published>2022-05-26T16:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e10fc2bada1c59420431f09a35f7aa09a5b45623'/>
<id>e10fc2bada1c59420431f09a35f7aa09a5b45623</id>
<content type='text'>
* Rename embassy-traits to embassy-embedded-hal

* Rename embassy-traits to embassy-embedded-hal

* Add shared bus for SPI and I2C

* rustfmt

* EHA alpha 1

* Rename embedded-traits in examples

* rustfmt

* rustfmt

Co-authored-by: Henrik Alsér &lt;henrik@mindbite.se&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rename embassy-traits to embassy-embedded-hal

* Rename embassy-traits to embassy-embedded-hal

* Add shared bus for SPI and I2C

* rustfmt

* EHA alpha 1

* Rename embedded-traits in examples

* rustfmt

* rustfmt

Co-authored-by: Henrik Alsér &lt;henrik@mindbite.se&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix linker script for nrf bootloader example</title>
<updated>2022-04-28T12:11:01+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-04-28T12:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b7e7211a204d40afaf98e0c1ed405a898f8fc689'/>
<id>b7e7211a204d40afaf98e0c1ed405a898f8fc689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow using separate page sizes for state and dfu</title>
<updated>2022-04-28T08:38:25+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-04-28T08:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=bd237a1f96680f2cdf411ef2ca80beaa6b09cc6a'/>
<id>bd237a1f96680f2cdf411ef2ca80beaa6b09cc6a</id>
<content type='text'>
* Less generics on bootloader. Keep PAGE_SIZE as a common multiple of
DFU and ACTIVE page sizes.
* Document restriction
* Add unit tests for different page sizes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Less generics on bootloader. Keep PAGE_SIZE as a common multiple of
DFU and ACTIVE page sizes.
* Document restriction
* Add unit tests for different page sizes
</pre>
</div>
</content>
</entry>
<entry>
<title>Add stm32 flash + bootloader support</title>
<updated>2022-04-27T13:17:18+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-04-20T11:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=484e0acc638c27366e19275c32db9c8487ea8fba'/>
<id>484e0acc638c27366e19275c32db9c8487ea8fba</id>
<content type='text'>
* Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but
should be similar to WL.
* Add embassy-boot-stm32 for bootloading on STM32.
* Add flash examples and bootloader examples
* Update stm32-data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but
should be similar to WL.
* Add embassy-boot-stm32 for bootloading on STM32.
* Add flash examples and bootloader examples
* Update stm32-data
</pre>
</div>
</content>
</entry>
</feed>
