Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuckb/arduino-make
Makefile that supports building Arduino 1.5 projects (in files) with gnu make
https://github.com/chuckb/arduino-make
Last synced: 2 days ago
JSON representation
Makefile that supports building Arduino 1.5 projects (in files) with gnu make
- Host: GitHub
- URL: https://github.com/chuckb/arduino-make
- Owner: chuckb
- Created: 2013-12-11T23:38:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T00:02:21.000Z (about 11 years ago)
- Last Synced: 2024-11-02T11:05:53.591Z (about 2 months ago)
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
arduino-make
============Makefile that supports building Arduino 1.5 projects (in files) with gnu make.
This work was based on the excellent work started by Tim Marston at http://ed.am/dev/make/arduino-mk.
Unfortunately for me, I did not realize that Tim had already added Arduino 1.5 support to his original work. This addition can be found at his repository at http://bzr.ed.am/make/arduino-mk/changes.
My work on this started with his revision 0.5.
Features that I added:
1) Added 1.5 IDE build support. I consider this very alpha but it works on several projects that use the v-usb library. I develop on OSX Mavericks.
2) Added external programmer support.
3) Added assembly file compilation capability.
4) Attempted to maintain backward compatibility with 1.0.An example Makefile that I used to build a project is also included.