Skip to content

eiefirmware/eie_sam3u2_vsc

Repository files navigation

Embedded in Embedded Development

[TOC]

Setup

To install the necessary tools to compile the project see setup.md To set up the VSCode development environment see vscode.md

Compiling reference

To compile the project

  1. Open a new terminal
  2. Run ./waf configure --board=<hardware> replacing <hardware> with either ASCII or DOT_MATRIX depending on the board you have. This step should only need to be run once if successful.
  3. Run ./waf build to build or ./waf build -F to build and flash the device.

python waf -? python waf configure --board=ASCII python waf configure --board=DOT_MATRIX python waf build python waf build -F

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published