Skip to content

erlingrj/lf-west-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lingua Franca West Template

For complete docs see here

Requirements

  • Linux system (or WSL). Should be fine on MacOS also, but not tested yet.
  • lfc v0.4 or greater
  • west
  • Zephyr SDK and toolchain

Getting started

  1. Pull down the Zephyr RTOS sources
west update
  1. Build QEMU emulation
cd application
west lf-build src/HelloWorld.lf -w "-t run"
  1. Build NRF52 Blinky This requires that the nrfjprog utility is installed. See installation guide here
cd application
west lf-build src/NrfBlinky.lf -w "-b nrf52dk_nrf52832 -p always"
west flash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages