Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | esp8266/modesp: Add flash_user_start() function. | Paul Sokolovsky | 2016-10-24 |
| | | | | | | | | As we're looking towards adding OTA support, calculation of a FlashROM area which can be used for filesystem (etc.) may become complex, so introduce C function for that. So far it just hardcodes current value, 0x90000. In the future the function may be extended (and renamed) to return the size of area too. | ||
* | esp8266/modules/flashbdev: Start filesystem at 0x90000. | Paul Sokolovsky | 2016-08-09 |
| | | | | To accommodate growing firmware. | ||
* | esp8266/flashbdev: Reserve extra sysparam sector for SDK 2.0.0 compatibility. | Paul Sokolovsky | 2016-08-06 |
| | |||
* | esp8266: Enable frozen bytecode, with scripts in modules/ subdir. | Damien George | 2016-06-29 |
To start with, the critical scripts _boot.py and flashbdev.py are frozen to improve performance and reduce RAM consumption. Saves about 1000 bytes of heap RAM for a bare boot with filesystem. |