I think a list of free page regions would be awesome. Would it make things too complicated to be able to reserve a chunk from that? That info would have to be persisted in the save() area, perhaps? WRT esp8266: see https://github.com/tve/EspruinoDocs/blob/master/boards/EspruinoESP8266.md#flash-map-and-access if you want a preview for what I'm working towards.
@tve started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think a list of free page regions would be awesome. Would it make things too complicated to be able to reserve a chunk from that? That info would have to be persisted in the save() area, perhaps?
WRT esp8266: see https://github.com/tve/EspruinoDocs/blob/master/boards/EspruinoESP8266.md#flash-map-and-access if you want a preview for what I'm working towards.