cesanta / mjs

Embedded JavaScript engine for C/C++
https://mongoose-os.com
Other
1.84k stars 168 forks source link

How this should be integrated in my application ? #151

Open myfreescalewebpage opened 4 years ago

myfreescalewebpage commented 4 years ago

Hello,

I have an STM32 application in which I would like to test the mjs stuff. I have tried just simply copy/paste the source in my projet and building.

There are plenty of errors:

At the moment I have not successfully build a simple project with mjs on my STM32 and I'm afraid if I continue to solve some errors new one will appear.

=> Can you indicate how the mjs library should be integrated on a MCU please ? Just few lines in the README to have the main topics should be enough.

Thanks, Joel

kdelporte commented 3 years ago

Hello,

I have the same problems. I want to use mJS without Mongoose OS on STM32H7 or STM32F7 Is it possible ?

Thanks, Kevin