-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Merge eboot changes from davisonja #6533
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
Conversation
# Conflicts: # platform.txt
…er merge-from-upstream
Nice ! |
@Androbin awesome, if that's taken care of all the conflicts it should almost work! :) @d-a-v The key goal that Along with the change to The net result is that we lose a page's worth of codespace for the sketch area, but will surive power outages since the commands are stored there. There's some minimal flash-page-wear-levelling which can be tweaked (I had it at something small like 16, with a view to the rest of the page being potentially used for something else that should persist, like a signed update key). My schedule is still proving chaotic, but was aiming to look at this tomorrow 😁 (I've not explored the travis fails yet) |
@d-a-v @Androbin - looking at the travis errors I suspect it's simpler if I do this from my base. I've pushed a new branch that has most of the code changes in it, and will patch up what's left - it's based off a pull from master that's (as of now) an hour or so old, so it's fairly up-to-date. Most of the actual changes for my OTA stuff are trivial - the full merge of HEAD from my master fork is cluttered with other merges from upstream. Hopefully get most of it sorted today, and lodge a PR. [https://github.com/davisonja/Arduino/tree/ota_commands_in_flash] |
Closing in favor of #6538 |
Solves #905
@davisonja @igrr