| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-20 | Move tests back to 'examples', skip non-testable examples when testing. | Christopher Peplin | |
| This fixes https://github.com/sudar/Arduino-Makefile/issues/259. | |||
| 2014-09-10 | Merge pull request #263 from peplin/document-flags-vars | Sudar | |
| Document CFLAGS, CXXFLAGS, ASFLAGS and CPPFLAGS. | |||
| 2014-09-10 | Document CFLAGS, CXXFLAGS, ASFLAGS and CPPFLAGS. | Christopher Peplin | |
| After understanding the difference between CXXFLAGS and CPPFLAGS, this is a revised commit for https://github.com/sudar/Arduino-Makefile/pull/257 | |||
| 2014-09-10 | Add a note about unit test cases in contributing notes | Sudar | |
| 2014-09-10 | Add the built status button | Sudar | |
| 2014-09-10 | Rearrange items in changelog | Sudar | |
| 2014-09-10 | Add note about test suite in changelog | Sudar | |
| 2014-09-10 | Merge pull request #254 from peplin/test-suite-and-ci | Sudar | |
| Add an automated test runner for example programs and Travis CI integration | |||
| 2014-09-09 | Add config for Travis CI to run the tests automatically. | Christopher Peplin | |
| 2014-09-09 | Add a script to compile examples as an automated test suite. | Christopher Peplin | |
| * Added script/boostrap.sh to download the Arduino IDE and MPIDE (for chipKIT). Tested in Linux, should work in Cygwin and OS X too. * Added script/runtests.sh to run "make" in each example project and collect the results. The script returns -1 if any fails. * Moved currently testable examples to a "tests" directory, separate from examples that require alternative cores. | |||
| 2014-09-02 | Merge pull request #245 from sej7278/master | Sudar | |
| Allow libraries/sketches to have the same name as system libs. Fix #229 Fix #244 | |||
| 2014-08-29 | Added *.cpp to extensions supported by "make generate_assembly" | Simon John | |
| 2014-08-29 | Allow libraries/sketches to have the same name as system libs, | Simon John | |
| e.g. main or Wire Doesn't seem to work with main.cpp but main.ino works. Fixes issue #229 and #244 | |||
| 2014-08-29 | Merge pull request #247 from jrbenito/master | Sudar | |
| Fix a typo in README | |||
| 2014-08-28 | Small typo, can lead to copy and paste fails | Joseivaldo Benito Junior | |
| Signed-off-by: Joseivaldo Benito Junior <jrbenito@benito.qsl.br> | |||
| 2014-08-21 | Merge pull request #241 from sej7278/master | Sudar | |
| Fix regex for "make show_boards" on 1.5 | |||
| 2014-08-17 | Fix regex for "make show_boards" on 1.5 | Simon John | |
| In 1.5.6 the Due board has an underscore, this regex tweak allows for: arduino_due_x_dbg Arduino Due (Programming Port) arduino_due_x Arduino Due (Native USB Port) | |||
| 2014-08-17 | Merge pull request #240 from sej7278/master | Sudar | |
| allows "make clean" to be extended Fix #239 Fix #240 | |||
| 2014-08-16 | allows "make clean" to be extended in the user's local makefile to clean | Simon John | |
| other files out, e.g. backup/git files | |||
| 2014-08-14 | Merge pull request #237 from bgamari/patch-1 | Sudar | |
| MakefileExample: Fix AVR_TOOLS_DIR default | |||
| 2014-08-14 | MakefileExample: Fix AVR_TOOLS_DIR default | Ben Gamari | |
| Judging by the default for OS X directly above it and the fact that the current default doesn't work, it seems this should not include the `/bin`. | |||
| 2014-08-14 | Merge pull request #234 from WeAreLeka/std-flags | Sudar | |
| CFLAGS_STD and CXXFLAGS_STD | |||
| 2014-08-13 | add CFLAGS_STD and CXXFLAGS_STD defaults | ladislas | |
| 2014-08-13 | Merge pull request #235 from sudar/revert-233-std-flags | Sudar | |
| Revert "Using CFLAGS_STD and CPPFLAGS_STD" | |||
| 2014-08-13 | Revert "Using CFLAGS_STD and CPPFLAGS_STD" | Sudar | |
| 2014-08-12 | Merge pull request #233 from WeAreLeka/std-flags | Sudar | |
| Using CFLAGS_STD and CPPFLAGS_STD | |||
| 2014-08-12 | create CPPFLAGS_STD and make both CFLAGS_STD and CPPFLAGS_STD avalaible for ↵ | ladislas | |
| CFLAGS and CXXFLAGS | |||
| 2014-08-08 | Merge pull request #232 from sej7278/master | Sudar | |
| Add some documentation regarding overloading system libs | |||
| 2014-08-08 | Add some documentation regarding overloading system libs and reporting bugs | Simon John | |
| 2014-08-01 | Merge pull request #230 from sej7278/master | Sudar | |
| Fix CFLAGS vs CXXFLAGS typo Fix #229 | |||
| 2014-08-01 | Fix CFLAGS vs CXXFLAGS typo | Simon John | |
| 2014-07-16 | Add information about `Bare-Arduino-Project` in README | Sudar | |
| Fix #220 Fix #221 Fix #225 | |||
| 2014-07-16 | Add "Interfacing with other projects" section in README | Sudar | |
| 2014-07-15 | Merge pull request #224 from WeAreLeka/update_objdir_clean | Sudar | |
| Allow "make clean" of any OBJDIR | |||
| 2014-07-15 | Remove "./" in "make clean" to clean any OBJDIR & change "tinyladi" to ↵ | ladislas | |
| "ladislas" in HISTORY.md | |||
| 2014-07-13 | Merge pull request #222 from sej7278/1.5 | Sudar | |
| Start of 1.5 development | |||
| 2014-07-12 | Made all the changes into one commit that could be a patch for master | Simon John | |
| 2014-07-12 | Bump up version to v1.3.4 for release1.3.4 | Sudar | |
| 2014-07-01 | Merge pull request #218 from sej7278/master | Sudar | |
| Build core objects in subdirectory, fix issue #82 and fix #218 | |||
| 2014-06-30 | Build core objects in subdirectory, fixes issue #82 | Simon John | |
| 2014-06-29 | Merge pull request #217 from sej7278/master | Sudar | |
| Quote/regex/wildcard audit (fixes issue #192) | |||
| 2014-06-29 | Added quotes around greps/cats to help alleviate possible problems | Simon John | |
| with spaces in directory/file-names. Removed $TARGETS as it was an unsafe wildcard and was only used in "make clean" which itself has been simplified to just delete the $OBJDIR rather than waste time deleting individual files. | |||
| 2014-06-22 | Merge pull request #216 from sej7278/master | Sudar | |
| Really fix $MONITOR_PORT detection. Fix #215 | |||
| 2014-06-21 | Really fix $MONITOR_PORT detection | Simon John | |
| Fixes issue #215 | |||
| 2014-06-15 | Merge pull request #214 from sej7278/master | Sudar | |
| Fix $MONITOR_PORT detection, thanks choffmann Fix #213 | |||
| 2014-06-15 | Fixed $MONITOR_PORT detection, thanks choffmann | Simon John | |
| 2014-06-10 | Make Arduino.mk compatible with Flymake | Ronan Barzic | |
| If Flymake is configured to parse .ino files the same way as for c/c++ files, it creates a temporary file (_flymake.ino) in the same directory as the original file. It fails with the current Arduino.mk because of the check for multiple .ino files. This fix removes the check only when flymake is calling the Makefile (Flymake will call make with the variable CHK_SOURCES set to the temporary file name) To make Flymake working with .ino file : Add : check-syntax: $(CXX_NAME) -c -include Arduino.h -x c++ $(CXXFLAGS) $(CPPFLAGS) -fsyntax-only $(CHK_SOURCES) in the project Makefile after the inclusion of the Arduino.mk file Edit the flymake configuration : M-x customize-option RET flymake-allowed-file-name-masks RET (using auto completion !) Add the line : ("\\.ino\\'" flymake-simple-make-init) Then click on "Apply and Save" button Fix #211 | |||
| 2014-05-27 | Merge pull request #210 from sej7278/master | Sudar | |
| Add missing newlines at end of some echo's. Fix #207 | |||
| 2014-05-27 | Add missing newlines at end of some echo's (issue #207) | Simon John | |
| Whilst doing that, i noticed that there were some missing targets to "make help" so added those in and re-ordered and re-worded some of the targets to make more sense e.g. all of the upload's are together, all of the assemblers are together etc. | |||
| 2014-05-23 | Merge pull request #206 from sej7278/master | Sudar | |
| Fix alpha sort on those crazy Macs ;-) | |||
