blinky.minimal
The preceding example (which you should have already run successfully) was mainly about getting set up with RIOT OS. This example is all about getting started with the fargin firmware framework:
building "out of tree" - i.e. outside of the cloned RIOT OS repository folders
running a minimal Lua program
Whereas the preceding example runs on any RIOT OS board, this example needs a board with an mcu which has more flash and ram, since the Lua interpreter and compiler would now be part of the build. For a point of reference, this example has been run on an Adafruit Trinket M0 which has an Atmel ATSAMD21 with 256K of flash and 32K of ram.