sudar / Arduino-Makefile

Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
http://hardwarefun.com/tutorials/compiling-arduino-sketches-using-makefile
GNU Lesser General Public License v2.1
2.01k stars 448 forks source link

make target that results in TOOL_PREFIX of x86_64-linux-gnu #656

Open edslatt opened 3 years ago

edslatt commented 3 years ago

use case

I have a sketch that depends on objects in arduino library RTClib for date math. I'd like to use Arduino-Makefile to build a set of x86_64-linux object files that I can link against varous int mains to support development and unit testing in my container.

references

edslatt commented 3 years ago

Also, Arduino-Makefile is BRILLIANT!