ccxvii / mujs

An embeddable Javascript interpreter in C.
http://mujs.com/
ISC License
794 stars 95 forks source link

Embedded builds? #22

Closed beriberikix closed 8 years ago

beriberikix commented 9 years ago

Are there any plans to create builds specifically targeted at running on embedded systems? Something like Espruino or micropython come to mind.

ccxvii commented 9 years ago

Are you having any particular problems building it for your embedded system of choice?

beriberikix commented 9 years ago

I haven't just yet but I do have an M0 and two M4 boards I'd like to play around with running something other than Lua. Since this is an interpreter, some sort of bootloader/rtos is needed to run this, correct? Access to hardware via HALs, managing processes, etc. My main question is if this is something you're planning on exploring or if others have expressed interest.

Thanks!