embassy/examples/boot
Rob Pilling ec53b9187d Fix bootloader-rp's bootloader memory region overflow
The bootloader region (`FLASH`) mentioned below overflows into the
`BOOTLOADER_STATE` region by `0x100` bytes

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

32adddff9c/examples/boot/bootloader/rp/memory.x (L3-L8)
2024-07-31 18:16:04 +01:00
..
.cargo Remove nightly-only flags from cargo configs. 2024-01-22 21:31:06 +01:00
application prepare for embassy-time 0.3.1 release 2024-06-04 09:02:41 +02:00
bootloader Fix bootloader-rp's bootloader memory region overflow 2024-07-31 18:16:04 +01:00