8000 Ota commands in flash by davisonja · Pull Request #6538 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Ota commands in flash #6538

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

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
91c95a5
WIP: Flash-stored OTA commands
davisonja Jan 4, 2017
e97e1e7
Basic merge and update of `boards.txt.py`, untested!!
davisonja Sep 20, 2019
9d598f2
Missed some brackets and forgot to finish a line!
davisonja Sep 20, 2019
9733d42
Tweak values and move OTA commands to the end of sketch space (which …
davisonja Sep 20, 2019
c850515
Result of running `python3 tools/boards.txt.py --allgen`
davisonja Sep 20, 2019
f3d01a2
Cleaned up some things that had leaked in from testing
davisonja Sep 20, 2019
8f1a74c
Added constant `APP_START_OFFSET` which was missed out of the transfer
davisonja Sep 21, 2019
32f1539
Add includes
davisonja Sep 24, 2019
923b2d7
CI Cleanup
davisonja Sep 25, 2019
8205f17
CI Cleanups
davisonja Sep 25, 2019
16127c2
CI Cleanups
davisonja Sep 25, 2019
ce6a824
Merge remote-tracking branch 'upstream/master' into ota_commands_in_f…
davisonja Sep 29, 2019
a931150
Regenerated the files
davisonja Sep 29, 2019
1339018
switched out the cast
davisonja Sep 29, 2019
68245ac
Adjusted values to be addresses not offsets and fixed up references
davisonja Sep 30, 2019
fa00e1e
Tweak tests
davisonja Oct 2, 2019
abe0f39
Merge remote-tracking branch 'upstream/master' into ota_commands_in_f…
davisonja Oct 2, 2019
44ce1f7
Added some conditions around the debug output of eboot, which are def…
davisonja Oct 3, 2019
217a9c5
Merge branch 'master' into ota_commands_in_flash
davisonja Oct 3, 2019
9377af5
Merge branch 'master' into ota_commands_in_flash
davisonja Oct 4, 2019
38b267f
Merge branch 'master' into ota_commands_in_flash
davisonja Oct 10, 2019
e67ebc5
Merge branch 'master' into ota_commands_in_flash
davisonja Nov 17, 2019
9e78b6d
Merge remote-tracking branch 'upstream/master' into ota_commands_in_f…
davisonja Nov 20, 2019
0692c61
:facepalm: moment as the previous merge of master was faulty.
davisonja Nov 20, 2019
3ebeb26
Merge branch 'master' into ota_commands_in_flash
davisonja Sep 10, 2020
d616d90
Merge branch 'master' into ota_commands_in_flash
davisonja Sep 10, 2020
4d64292
Merge branch 'master' into ota_commands_in_flash
davisonja Oct 16, 2020
7762f5d
Merge remote-tracking branch 'upstream/master' into ota_commands_in_f…
davisonja Dec 28, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
9350 Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into ota_commands_in_flash
  • Loading branch information
davisonja committed Sep 10, 2020
commit d616d907ce10719a38bda096891371b19a45bb44

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0