(bsd.arduino.mk) that is used to build Arduino sketches from the command line. It is designed to be a FreeBSD-friendly alternative to the existing gmake based devel/arduino-mk port. It includes a man page and optionally installs an example sketch with an exmaple Makefile. Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D13262
8 lines
332 B
Text
8 lines
332 B
Text
Arduino from the command line on FreeBSD
|
|
|
|
This is a makefile written by Craig Leres that makes it possible
|
|
to build Arduino sketches with FreeBSD make from the command line.
|
|
It includes an example sketch and Makefile which is optionally
|
|
installed in share/examples/arduino-bsd-mk
|
|
|
|
WWW: https://xse.com/leres/arduino/arduino-bsd-mk/
|