aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp/memory.x
Commit message (Collapse)AuthorAgeFilesLines
* Fix bootloader-rp's bootloader memory region overflowRob Pilling2024-07-311-1/+1
| | | | | | | | | | | 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
* Add docs, touch all linker fragmentsJames Munns2023-11-191-1/+13
|
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-021-0/+19
Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]>