esp.js icon indicating copy to clipboard operation
esp.js copied to clipboard

Any progress?

Open pastukhov opened this issue 9 years ago • 4 comments

pastukhov avatar Apr 29 '15 09:04 pastukhov

I work of interpreter for small RAM size and optimizations for compile time from IDE to raw points from ROM, not load to RAM(strings, base scopes, and other var structures). (ESP8266 memory map allow me to do that). I think about port espruino or tiny-js, or smalljs, but all usage bigger RAM at begin interpretation. It's not good for ESP of 92 kb RAM. If look another project, nodeMCU, he got problem of memory overflow in any more bigger scripts. Now, IDE on intergation CodeInteger, and write of interpreter. I think about 7 days need for this.

zitsky avatar Apr 29 '15 11:04 zitsky

Did you check this project?

Blaz already ported Espruino on ESP and it is working great for GPIO, PWN & Analog

https://github.com/aplikatika/Espruino-on-ESP8266

samehhady avatar Apr 30 '15 05:04 samehhady

Good news, i test it on a week for usage RAM on large native functions and objects

zitsky avatar Apr 30 '15 07:04 zitsky

now i tested and usage v7

zitsky avatar Jul 25 '15 18:07 zitsky