Use Lingua-Franca on Windows

Installation

  • WSL

git clone https://github.com/lf-lang/lingua-franca.git cd lingua-franca git submodule update --recursive --init sudo apt install python3-pip pip install cmake cd vim .bashrc export PATH="$PATH:/home/twatteyn/lingua-franca/bin" export PATH="$PATH:/home/twatteyn/.local/bin" cd lingua-franca/test/C/src lfc-dev HelloWorld.lf cd ../bin ./HelloWorld
image-20240603-105701.png

nRF52 code

cd git clone https://github.com/icyphy/lf-buckler cd lf-buckler git checkout update-lf-0.7.x git submodule update --recursive --init cd src lfc-dev BuiltInLED.lf sudo apt-get install gcc-arm-none-eabi