blinky.full-framework
this is a draft ... the full fargin framework is still in development
board needs:
external flash
serial interface
way overkill just to blink an LED
Lua code development is done on your PC:
start Lua on your PC
the Lua program on your PC connects to the target's serial interface (uart, USB, bluetooth, etc)
write your Lua code in your editor
load your Lua code into the Lua program on the PC
execute the Lua code on the PC
service requests are sent to the target
service responses are received from the target
download each chunk of the Lua source code to the target where it is stored in the flash file system for subsequent compilation and execution
Note that you can modify Lua code on-the-fly - i.e. it is not necessary to restart the Lua application every time you make a change.