platformio / platform-espressif8266

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

Add Moddable SDK #234

Open Ahmed-farag36 opened 3 years ago

Ahmed-farag36 commented 3 years ago

Right now I am working with Platformio and arduino like code, it is amazing but since I am a web developer I feel more comfortable with JS 😌, I find an SDK called Moddable that uses common toolchain like esptool, VS build tools for windows, RTOS SDK, xtensa, and more, so is there a way to add it to Platformio??and how??

Moddable is an SDK for compiling JavaScript code to low level code and upload it to esp 8266 (between others).