Using Espruino in existing project #5303
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2016-04-28 by @gfwilliams It depends on the STM32 you're using... A lot of F1 and F4 are supported, but F3 and F2 less so. Your best bet is to look at the code and docs on GitHub: https://github.com/espruino/Espruino You can't easily run Espruino as part of another project since it has quite a complicated Makefile. You could however add your existing code to it as JS functions that you call - for instance https://github.com/espruino/Espruino/blob/master/libs/README.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-04-27 by SnowUser
Good day.
It is possible to use Espruino (as JS interpreter) in my existing project on STM32?
I want to run js files from SD card, but I can't use Espruino standalone.
Any examples to do this?
Thank!
Beta Was this translation helpful? Give feedback.
All reactions