Hmm, good answer ;-)
I'm working to get efeu running again.
For efeu, a lot of stuff, like compilers and precompiled libs, are moved to a special folder.
ESP8266/32 use exported pointer to this folder.
This makes it easier to support several Espruino versions (edge, release, develop).
Do you have a nice way to move targetlibs to my special folder and have an exported pointer to that ?
Or would this be too much effort, having in mind, efeu would be the only tool to benefit from that?
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.
Hmm, good answer ;-)
I'm working to get efeu running again.
For efeu, a lot of stuff, like compilers and precompiled libs, are moved to a special folder.
ESP8266/32 use exported pointer to this folder.
This makes it easier to support several Espruino versions (edge, release, develop).
Do you have a nice way to move targetlibs to my special folder and have an exported pointer to that ?
Or would this be too much effort, having in mind, efeu would be the only tool to benefit from that?