Difference between revisions of "Arduino make"
From emboxit
m (1 revision) |
|
(No difference)
|
Latest revision as of 16:51, 11 September 2015
Contents
Python
- build_arduino.py at Playground, This script is intended to build and upload Arduino sketches.
- build_arduino.py at codegoogle
Makefile
Pragprog magazine, April-2011, by by Maik Schmidt
- Advanced Arduino Hacking
- Maik Schmidt Create your Own Arduino IDE
- download April 2011 magazine in pdf, from here, contains both articles
cmake
other
- Makefile For Arduino Under Cygwin/Windows
- Kerry D. Wong Makefile for Arduino 1.0
- Alan's Ramblings A Makefile for Arduino Sketches
- Akkana's Arduino hacks, I build my Arduino software from the command line -- the page contains a Makefile and instructions.
ANT
- [http://arduino.cc/playground/Main/DevelopmentTools arduino playground, development tools,
- Eclipse without additional plugins Visit the project ArduinoDevel. It uses only ant scripts.
- [ https://github.com/arons/ArduinoDevel/wiki ArduinoDevel]
- Eclipse without additional plugins Visit the project ArduinoDevel. It uses only ant scripts.