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)
32adddff9c/examples/boot/bootloader/rp/memory.x (L3-L8)
Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <mk@blackbird.online>