| Age | Commit message (Expand) | Author |
| 2013-05-30 | Let the Makefile decide which include to use for .pde files | Matthijs Kooijman |
| 2013-05-30 | Don't try to read version.txt when it does not exist | Matthijs Kooijman |
| 2013-05-30 | Output configuration info only once | Matthijs Kooijman |
| 2013-05-30 | Fix raw_upload and reset for normal uploads | Matthijs Kooijman |
| 2013-05-30 | Check that there is exactly one .pde or .ino file | Matthijs Kooijman |
| 2013-05-30 | Let MONITOR_BAUDRATE detection also look in .pde files | Matthijs Kooijman |
| 2013-05-30 | When detecting MONITOR_BAUDRATE, use $(LOCAL_INO_SRCS) | Matthijs Kooijman |
| 2013-05-30 | Move MONITOR_BAUDRATE detection further down | Matthijs Kooijman |
| 2013-01-03 | Fixed the automatic baudrate detection script that was broken if the line alr... | Sudar |
| 2012-12-23 | Auto detect sketchbook location even in MAC | Sudar |
| 2012-12-16 | merge changes from https://github.com/sudar | gabriel |
| 2012-12-15 | Merged changes from https://github.com/alohr | Sudar |
| 2012-12-15 | Enabled warnings | Sudar |
| 2012-12-15 | Show original line number for error messages | Adam Dunlap |
| 2012-12-15 | Added verify_size action | Sudar |
| 2012-12-15 | Merged all changes from rpavlik | Sudar |
| 2012-12-15 | Merged all commits from upstream | Sudar |
| 2012-12-14 | make build dir (OBJDIR) changeable | gabriel |
| 2012-11-17 | add eeprom upload support | gabriel |
| 2012-11-12 | Added dummy file to verify_size to avoid always being run. | Fabio Pugliese Ornellas |
| 2012-11-12 | Added sketch size verification. | Fabio Pugliese Ornellas |
| 2012-11-06 | removing -w from CPPFLAGS (warnings can be usefull) | gabriel |
| 2012-11-02 | Fix upload in case of parallelized make. | Jan Gosmann |
| 2012-11-01 | Make the makefile error if the arduino port is not present. | Ryan Pavlik |
| 2012-11-01 | Make everybody depend on the makefile, in case cflags are changed, etc. | Ryan Pavlik |
| 2012-11-01 | Be able to silence configuration output | Ryan Pavlik |
| 2012-11-01 | Fixing problem of hanging upload. | Jan Gosmann |
| 2012-10-07 | set USB_VID and USB_PID only for leonardo boards | Andreas Lohr |
| 2012-09-20 | Provide symbol_sizes and generated_assembly targets. | Ryan Pavlik |
| 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 fro... | Martin Oldfield |
| 2012-09-17 | Only set AVRDUDE_CONF if it's not set, as per Tom Hall's patch | Martin Oldfield |
| 2012-09-17 | Only set OBJDIR if it is not already set; if we do set it make it $BOARD_TAG ... | Martin Oldfield |
| 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 Szechy's... | Martin Oldfield |
| 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-18 | detabbed changelog, and appended my contributions | jeffkowalski |
| 2012-08-18 | Libraries may also contain subdirectory called "utility", containing | jeffkowalski |
| 2012-08-18 | Added autodetection of ARDMK_DIR | jeffkowalski |
| 2012-08-18 | Added autodetection of ARDUINO_SKETCHBOOK, by looking to match IDE's | jeffkowalski |
| 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 |