raburton / rboot

An open source bootloader for the ESP8266
https://richard.burtons.org/tag/rboot/?order=ASC
MIT License
300 stars 72 forks source link

stage2 refactoring #25

Closed djphoenix closed 7 years ago

djphoenix commented 7 years ago

Discussion: #24

Direct in-memory read, separate header structures, remove temp buffer.

Tested on my RTOS-based firmware and nodemcu-firmware.

djphoenix commented 7 years ago

Done. Thanks for review.

raburton commented 7 years ago

thanks, i've merged it

KVISDAOWNER commented 3 years ago

This is an old PR. But I believe that the "// work out how much to read, up to 16 bytes at a time" comment should be updated accordingly. It should now be up to 4k bytes.