picotool icon indicating copy to clipboard operation
picotool copied to clipboard

Don't write more data than will fit in flash

Open lurch opened this issue 2 years ago • 3 comments

Updated version of #19

lurch avatar Feb 11 '23 12:02 lurch

The previous version of this PR (#19) got (accidentally?) auto-closed again when the develop branch disappeared :confused:

I had a quick check, and AFAICT it looks like none of the other PRs got auto-closed because they're all based against the master branch rather than the develop branch? (but I didn't do a similar check for the pico-sdk or pico-examples repos, because there's lots of churn going on there and I've not been keeping up, so I wouldn't know which PRs are closed deliberately and which are closed accidentally)

EDIT: Ahhh, no need to panic as pico-sdk and pico-examples both have develop configured as a protected branch. TL;DR - should this repo also have develop as a protected branch? (and possibly on any other repo where we have a 3rd-party -> develop -> master "merge-policy")

lurch avatar Feb 11 '23 14:02 lurch

ah yes; i need to make develop not disappear!

kilograham avatar Feb 11 '23 15:02 kilograham

@kilograham Bump, develop still isn't a protected branch :wink:

lurch avatar Jun 03 '23 10:06 lurch

Thanks, this has been merged for picotool 2.0.0 - and develop branch is now protected too

will-v-pi avatar Aug 09 '24 15:08 will-v-pi