-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --target-app-partition
argument to flash command
#461
Conversation
74b61b7
to
6d4730b
Compare
Whoops, I didn't mean to close this. I landed the change in our fork, but shouldn't have deleted the branch. |
d42d67b
to
3485730
Compare
I rebased this on top of #465 to get the CI fixes. That should land before this one. |
3485730
to
381d95c
Compare
--target-app-partition
argument to flash command. (For #459)--target-app-partition
argument to flash command
@SergioGasquez: It's easy to move the argument changes out as you requested. But there are changes to |
I don't think it's worth to duplicate such large amount of code, I'll mark it as |
Hi! We've just started working towards version 3.0, do you mind rebasing your changes so we can merge them? |
Yes, will do. |
# Conflicts: # cargo-espflash/src/main.rs # espflash/src/bin/espflash.rs # espflash/src/cli/mod.rs # espflash/src/flasher/mod.rs # espflash/src/image_format/idf_bootloader.rs # espflash/src/targets/esp32.rs # espflash/src/targets/esp32c2.rs # espflash/src/targets/esp32c3.rs # espflash/src/targets/esp32c6.rs # espflash/src/targets/esp32h2.rs # espflash/src/targets/esp32s2.rs # espflash/src/targets/esp32s3.rs # espflash/src/targets/esp8266.rs # espflash/src/targets/mod.rs
381d95c
to
4b9ad4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Do you mind updating the CHANGELOG.md
?
Done! |
No description provided.