Would it be possible to extend the storage module to
userequire("storage", options) to use storage for external flash storage or specific flash area?
require("storage", options)
prep storage content offline like possible for spiff?
upload offline content to a specific flash are?
Any further ideas how storage could be extended?
@MaBe 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.
Would it be possible to extend the storage module to
use
require("storage", options)
to use storage for external flash storage or specific flash area?prep storage content offline like possible for spiff?
upload offline content to a specific flash are?
Any further ideas how storage could be extended?