Skip to content

Command Line Build

Compare
Choose a tag to compare
@microfarad-de microfarad-de released this 13 Feb 16:15
· 3 commits to master since this release

Support command line build via Makefile. Among others, the following make targets are supported:

  • make all: Build the Arduino firmware
  • make upload: Upload to the Arduino board
  • make clean: Remove all build artifacts
  • make release: Create a .zip file with the firmware source code

The following environment variables need to be defined on your
host system (the actual values depend on your system configuration):
export ARDUINO_DIR=/opt/arduino
export ARDMK_DIR=/opt/arduino-mk
export MONITOR_PORT=/dev/ttyUSB0