platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
325 stars 219 forks source link

JerryScript on the ESP8266 #155

Open chalkers opened 7 years ago

chalkers commented 7 years ago

I've been trying to use platformio to compile JerryScript as a library on the ESP8266.

I cloned JerryScript in to the lib folder and it can't find the "jerry-api.h".

I'm using the Arduino framework and I've also tried ESP8266 staging.

I've attempted other JavaScript interpreters like v7 and duktape and haven't got very far either.

palivoda commented 6 years ago

any updates on this?