I just pushed a branch for E.memoryArea - I'm not sure yet how it affects execution performance, there's a slim chance it's actually an improvement.
E.memoryArea
However, you should be able to store stuff in Flash and then use myStr = E.memoryArea(addr, len) to get a string that references it
myStr = E.memoryArea(addr, len)
@Gordon 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 just pushed a branch for
E.memoryArea
- I'm not sure yet how it affects execution performance, there's a slim chance it's actually an improvement.However, you should be able to store stuff in Flash and then use
myStr = E.memoryArea(addr, len)
to get a string that references it