The devel/arduino-makefile port
arduino-makefile-1.6.0p5 – Makefile to build and upload Arduino sketches
Description
This is a very simple Makefile which knows how to build Arduino
sketches. It defines entire workflows for compiling code, flashing
it to Arduino and even communicating through Serial monitor. You
don't need to change anything in the Arduino sketches.
To use, create a Makefile and add:
include ${PREFIX}/share/arduino-makefile/Arduino.mk
Then compile with `gmake` and upload with `gmake upload`.
WWW: https://github.com/sudar/Arduino-Makefile
- Only for arches
-
aarch64
aarch64
alpha
amd64
amd64
arm
arm
hppa
i386
i386
mips64
mips64
mips64el
mips64el
powerpc
powerpc
powerpc64
powerpc64
riscv64
riscv64
sparc64
- Categories:
-
devel
lang/python
Library dependencies
Build dependencies
Run dependencies