<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/boot/bootloader/rp/memory.x, 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>Fix bootloader-rp's bootloader memory region overflow</title>
<updated>2024-07-31T17:16:04+00:00</updated>
<author>
<name>Rob Pilling</name>
<email>robpilling@gmail.com</email>
</author>
<published>2024-07-31T17:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ec53b9187da70213f184e9ac2206cdf4b2316a89'/>
<id>ec53b9187da70213f184e9ac2206cdf4b2316a89</id>
<content type='text'>
The bootloader region (`FLASH`) mentioned below overflows into the
`BOOTLOADER_STATE` region by `0x100` bytes

```
0x10000100 + 24K = 0x10006100
```

https://github.com/embassy-rs/embassy/blob/32adddff9c7fc223853ada7e9ab5b7e06014a47c/examples/boot/bootloader/rp/memory.x#L3-L8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bootloader region (`FLASH`) mentioned below overflows into the
`BOOTLOADER_STATE` region by `0x100` bytes

```
0x10000100 + 24K = 0x10006100
```

https://github.com/embassy-rs/embassy/blob/32adddff9c7fc223853ada7e9ab5b7e06014a47c/examples/boot/bootloader/rp/memory.x#L3-L8
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs, touch all linker fragments</title>
<updated>2023-11-19T22:10:11+00:00</updated>
<author>
<name>James Munns</name>
<email>james@onevariable.com</email>
</author>
<published>2023-11-19T22:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f3c77e59c43b04e1002374fd91185cdee3883160'/>
<id>f3c77e59c43b04e1002374fd91185cdee3883160</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: embassy-boot for rp2040</title>
<updated>2022-12-02T10:28:33+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-12-01T17:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=bb89a2341cca1aad79bc6d5f3532008541c9e428'/>
<id>bb89a2341cca1aad79bc6d5f3532008541c9e428</id>
<content type='text'>
Add embassy-boot support for RP2040, with examples for the Raspberry Pi
Pico.

Co-authored-by: Mathias Koch &lt;mk@blackbird.online&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add embassy-boot support for RP2040, with examples for the Raspberry Pi
Pico.

Co-authored-by: Mathias Koch &lt;mk@blackbird.online&gt;
</pre>
</div>
</content>
</entry>
</feed>
