Some more progress: I now have Espruino compiling against the WICED platform stuff and I can link the whole shebang into an executable, download it and call to the Espruino main from a WICED application_start() function. When it boots it gets to the Espruino main_loop() but then evidently dies thereafter.
The whole set-up is quite hokey: I'm producing an espruino_lib.o and I have a WICED "app" that I'm linking Espruino as a library into. Dunno what to do longer term...
Not sure when I'll have more time to see where it's failing...
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.
Some more progress: I now have Espruino compiling against the WICED platform stuff and I can link the whole shebang into an executable, download it and call to the Espruino main from a WICED
application_start()
function. When it boots it gets to the Espruinomain_loop()
but then evidently dies thereafter.The whole set-up is quite hokey: I'm producing an espruino_lib.o and I have a WICED "app" that I'm linking Espruino as a library into. Dunno what to do longer term...
Not sure when I'll have more time to see where it's failing...
Github repo: https://github.com/tve/Espruino/tree/emw3165