| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-21 | Changed shebang to use /usr/bin/env | Alistair MacLeod | |
| 2012-10-07 | added MacPorts | Andreas Lohr | |
| 2012-10-07 | use perl from /opt/local | Andreas Lohr | |
| 2012-10-07 | set USB_VID and USB_PID only for leonardo boards | Andreas Lohr | |
| 2012-09-25 | Update boards_txt path in bin/ard-parse-boards to include environment ↵ | Alex Szczuczko | |
| variable ARDUINO_DIR This corrects the behaviour of ard-parse-boards --boards , which would fail if the path to boards.txt on the system didn't match the value which was hardcoded. | |||
| 2012-09-20 | Provide symbol_sizes and generated_assembly targets. | Ryan Pavlik | |
| Also update existing auxiliary targets with help, and make the .PHONY list complete and in order. | |||
| 2012-09-20 | Change .sym output | Ryan Pavlik | |
| 2012-09-20 | Make disasm more helpful | Ryan Pavlik | |
| 2012-09-20 | Use variables instead of hardcoded commands | Ryan Pavlik | |
| 2012-09-20 | Add knowledge of device-specific assembler | Ryan Pavlik | |
| 2012-09-17 | Added changelogrelease-0.10 | Martin Oldfield | |
| 2012-09-17 | Added support for the USB PID/VID needed for the Leonardo, as per patches ↵ | Martin Oldfield | |
| from Dan Villiom Podlaski Christiansen and Marc Plano-Lesay | |||
| 2012-09-17 | Only set AVRDUDE_CONF if it's not set, as per Tom Hall's patch | Martin Oldfield | |
| 2012-09-17 | Changed the name of the Debian/Ubuntu package to arduino-mk (just a ↵ | Martin Oldfield | |
| documentation patch) as per Scott Howard's comment | |||
| 2012-09-17 | Only set OBJDIR if it is not already set; if we do set it make it $BOARD_TAG ↵ | Martin Oldfield | |
| dependent. This follows comments from Matthias Urlichs and Scott Howard | |||
| 2012-09-17 | Fixed ARDUNIO/ARDUINO typo in README.md as per Kalin Kozhuharov's comment | Martin Oldfield | |
| 2012-09-17 | Made the size target look at the ELF file, not the hex, as per Jared ↵ | Martin Oldfield | |
| Szechy's patch. Craig Leres made a similar comment | |||
| 2012-09-17 | Added installation notes for Fedora as per Rickard Lindberg's patch; tweaked ↵ | Martin Oldfield | |
| notes for other OSs | |||
| 2012-09-10 | Merge branch 'master' of github.com:sudar/Arduino-Makefile | Sudar | |
| 2012-09-10 | Fixed a typo in README. | Sudar | |
| Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21) | |||
| 2012-08-27 | Merge pull request #3 from WizenedEE/basic | Sudar | |
| Making other *FLAGS += rather than = | |||
| 2012-08-27 | Making other *FLAGS += rather than = | Adam Dunlap | |
| 2012-08-23 | Make listing files more useful | Ryan Pavlik | |
| 2012-08-23 | Allow passing extra flags | Ryan Pavlik | |
| 2012-08-20 | Updated Readme with jeffkowalski | Sudar | |
| 2012-08-20 | Merge pull request #2 from jeffkowalski/master | Sudar | |
| Auto-detect ARDUINO_LIBS, ARDUINO_SKETCHBOOK and ARDMK_DIR variables and automatically include /utility folder from libraries. | |||
| 2012-08-18 | detabbed changelog, and appended my contributions | jeffkowalski | |
| 2012-08-18 | Libraries may also contain subdirectory called "utility", containing | jeffkowalski | |
| header files to be included and source files to be built. Modified SYS_LIBS and USER_LIBS to accomodate those directories if they exist. | |||
| 2012-08-18 | Added autodetection of ARDMK_DIR | jeffkowalski | |
| 2012-08-18 | Added autodetection of ARDUINO_SKETCHBOOK, by looking to match IDE's | jeffkowalski | |
| setting in $(HOME)/.arduino/preferences.txt before setting default of $(HOME)/sketchbook. | |||
| 2012-08-18 | added auto-detection of ARDUINO_LIBS referenced in LOCAL_SRCS | jeffkowalski | |
| 2012-07-15 | Automatically read the BAUDRATE from sketch. Works only in linux for now | Sudar | |
| 2012-07-15 | Automatically read the BAUDRATE from sketch. Works only in linux for now | Sudar | |
| 2012-07-14 | Don't include dependent makefile when doing make clean | Sudar | |
| 2012-07-14 | Fixed line spacing and added doc block which got removed in the earlier commit | Sudar | |
| 2012-07-13 | Changed bytes option for the head shell command, so that it works in Mac as well | Sudar | |
| 2012-07-13 | Updated Readme | Sudar | |
| 2012-07-13 | Merged changes from https://github.com/rpavlik/Arduino-Makefile | Sudar | |
| 2012-07-13 | Merged from https://github.com/gaftech/Arduino-Makefile/ | Sudar | |
| 2012-07-13 | Merged from https://github.com/szechyjs/Arduino-Makefile/ | Sudar | |
| 2012-07-13 | Merge https://github.com/maqifrnswa/Arduino-Makefile | Sudar | |
| 2012-07-13 | Updated Readme with latest changes | Sudar | |
| 2012-07-06 | modified 'make size' behaviour | Gabriel | |
| 2012-07-06 | allow user to choose source files | Gabriel | |
| 2012-07-06 | Updated Readme and added the list of changes done in this fork | Sudar | |
| 2012-07-05 | Improved library finding logic. | Ryan Pavlik | |
| Look first in the user dir. Any not found there are sought in the system (Arduino) dir. If any are not found, error out right away with a useful message. Show all libraries and where they were found (user or system) in the config info. | |||
| 2012-07-05 | rename functions to allow nicer output. | Ryan Pavlik | |
| This also lets us restore the non-overridable detection of avr-size type. | |||
| 2012-07-05 | Simplify user and system libraries | Ryan Pavlik | |
| 2012-07-05 | Simplify finding arduino dir | Ryan Pavlik | |
| 2012-07-05 | Clarify by adding (space-based) indentation. | Ryan Pavlik | |
| Helps simplify understanding all the nested conditionals. | |||
