Skip to content

feat: add embassy-boot/ dfu support#11

Draft
Schievel1 wants to merge 1 commit into
HaoboGu:masterfrom
Schievel1:embassy-boot
Draft

feat: add embassy-boot/ dfu support#11
Schievel1 wants to merge 1 commit into
HaoboGu:masterfrom
Schievel1:embassy-boot

Conversation

@Schievel1

@Schievel1 Schievel1 commented Jun 9, 2026

Copy link
Copy Markdown

When initializing a RP2040 we should ask whether the user wants to use the embassy-boot bootloader. If so, we ask for the RP2040's flash size and change the memory.x accordingly.

Needs:

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Comment thread src/main.rs
// 6 embassy-rp: bump version to 0.10 (needed by embassy-boot-rp)
let cargo = cargo.replace(
"embassy-rp = { version = \"0.8\", features = [",
"embassy-rp = { version = \"0.10\", features = [",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we want to update all the targets anyway?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant