Awesome. Now I've just got to figure out how much RAM I have at runtime - I already have an issue open for dynamic memory sizing: https://github.com/espruino/Espruino/issues/340
The problem is that if you get it wrong, the ARM hangs (on a segfault or something)... It'd be cool if someone could figure out a way of doing this.
@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.
Awesome. Now I've just got to figure out how much RAM I have at runtime - I already have an issue open for dynamic memory sizing: https://github.com/espruino/Espruino/issues/340
The problem is that if you get it wrong, the ARM hangs (on a segfault or something)... It'd be cool if someone could figure out a way of doing this.