Managed Javascript interpreter for embedded platforms
To compile platform for designed platform, configure CMake project with (in project's root directory):
cmake -DPLATFORM==<platform>
And compile with:
make
Programmable binaries can be uploaded onto the board with:
make UPLOAD
Currently there are two supported platforms:
- STM32F429ZI Nucleo-144 - with GPIO support (platform key is
nucleo-f429zi).arm-none-eabi-gcctoolchain is required along withopenocd - Linux - currently only for testing purposes (platform key is
unix)