| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-08-23 | Make listing files more useful | Ryan Pavlik | |
| 2012-08-23 | Allow passing extra flags | Ryan Pavlik | |
| 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. | |||
| 2012-07-05 | Less shell-based implementation of dir_if_exists | Ryan Pavlik | |
| 2012-07-05 | Clean up and improve displayed output. | Ryan Pavlik | |
| 2012-07-05 | Add info about setting USER_LIB_PATH and ARDMK_DIR relative to source. | Ryan Pavlik | |
| 2012-07-05 | Clarify where we actually look for libs | Ryan Pavlik | |
| 2012-07-05 | add the size and disasm targets to the docs | Ryan Pavlik | |
| 2012-07-05 | Fix typo in docs | Ryan Pavlik | |
| 2012-07-05 | Add autodetection caveat to docs | Ryan Pavlik | |
| 2012-07-05 | Remove duplicated section of documentation. | Ryan Pavlik | |
| 2012-07-05 | Remove trailing spaces | Ryan Pavlik | |
| 2012-07-05 | Dump size at the end of the build. | Ryan Pavlik | |
| 2012-07-05 | Deduce whether we have an avr-patched version of size, and use it. | Ryan Pavlik | |
| 2012-07-05 | Autodetect arduino version when possible | Ryan Pavlik | |
| 2012-07-03 | Add a disasm target to build the .lss file. | Ryan Pavlik | |
| 2012-06-28 | Properly categorize libs into user and system automatically. | Ryan Pavlik | |
| 2012-06-28 | Only use Arduino's bundled AVR tools if they exist, otherwise try using "which" | Ryan Pavlik | |
| 2012-06-28 | Be able to autodetect ARDUINO_DIR in some cases | Ryan Pavlik | |
| 2012-04-29 | Fixed broken examples/Blink/Makefile | Martin Oldfield | |
| 2012-04-29 | Rejig path calculations.\nMove reset target to Perl.\n | Martin Oldfield | |
| 2012-04-29 | Added monitor target and AnalogInOutSerial example | Martin Oldfield | |
| 2012-04-28 | Merge pull request #14 from brotchie/master | Martin Oldfield | |
| Fix for using --boards_txt on Linux. | |||
| 2012-04-27 | Correct boards.txt now passed to ard-parse-boards. | James Brotchie | |
| PARSE_BOARD usage in Arduino.mk fixed to be PARSE_BOARD_CMD. --boards_txt= command line argument is now correctly passed into ard-parse-boards. | |||
| 2012-04-27 | Add NO_CORE_MAIN_CPP flag to remove main.cpp, after Peplin | Martin Oldfield | |
| 2012-04-26 | Added comment to changelog | Martin Oldfield | |
| 2012-04-26 | Merge pull request #6 from peplin/sketchbook-libraries | Martin Oldfield | |
| Compile and include libraries from the sketchbook folder | |||
| 2012-04-26 | Allow punter to specify boards.txt file independently of command (after ↵ | Martin Oldfield | |
| Peplin on github) | |||
| 2012-04-26 | Merge pull request #3 from peplin/ignore | Martin Oldfield | |
| Remove build files and add to gitignore for the future | |||
| 2012-03-31 | Separate out user lib variables from sys lib counterparts for clarity. | Christopher Peplin | |
| 2012-03-25 | Remove build files and add to gitignore. | Christopher Peplin | |
| 2012-03-25 | Build user libraries from the sketchbook directory. | Christopher Peplin | |
| 2012-03-25 | Add gitignore file. | Christopher Peplin | |
| 2012-03-10 | Added README | Martin Oldfield | |
| 2012-03-09 | Moved released tarballs to releases subdir | Martin Oldfield | |
| 2012-02-28 | Remove more object files | Martin Oldfield | |
| 2012-02-28 | Remove object files | Martin Oldfield | |
| 2012-02-28 | Initial NWO check in | Martin Oldfield | |
