0x20010000 - process.memory().stackEndAddress should give you an idea of stack size.
0x20010000 - process.memory().stackEndAddress
Normal Espruino devices don't actually have a heap since they don't use malloc/free, so there's not normally any need :)
@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.
0x20010000 - process.memory().stackEndAddress
should give you an idea of stack size.Normal Espruino devices don't actually have a heap since they don't use malloc/free, so there's not normally any need :)