Skip to content

Demonstration programs using reactor-uc with RIoT on STM32 boards.

License

Notifications You must be signed in to change notification settings

lf-lang/lf-riot-uc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template project for LF applications based on RIOT OS

This is a template for Lingua Franca applications targeting RIOT OS.

Getting started

  1. Configure the name of the LF application you want to build inside the Makefile by specifying the LF_MAIN variable.
  2. Configure the board to flash in the Makefile by specifying the BOARD variable.

Example

LF_MAIN ?= HelloWorld
BOARD ?= native

Build

make all

or with parameters to override the `Makefile configuration

LF_MAIN=HelloWorld BOARD=native make all

Flash

make flash

or with parameters to override the `Makefile configuration

LF_MAIN=HelloWorld BOARD=native make flash

Open Terminal

This allows to run CLI commands if a CLI is enabled or seeing debug logs etc.

make term

or with parameters to override the `Makefile configuration

LF_MAIN=HelloWorld BOARD=native make term

About

Demonstration programs using reactor-uc with RIoT on STM32 boards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published