aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-15Added Teensy to HISTORY.mdstepcut
2014-10-15Teensy.mk: default to arm-none-eabi-xxx for executable names. Tweak the uploa...stepcut
2014-10-13minor tweaks to Teensy.mkstepcut
2014-10-13support for Teensy 3.x via Teensy.mkstepcut
2014-10-12Merge pull request #274 from sej7278/masterSudar
2014-10-12Replaced double quotes with singles when passing arguments toSimon John
2014-09-29Merge pull request #270 from sej7278/travis106Sudar
2014-09-23Added ArchLinux package info, thanks Niels.Simon John
2014-09-22Update Travis-CI scripts to test against Arduino v1.0.6Simon John
2014-09-22Merge pull request #269 from sej7278/fix-travisSudar
2014-09-21Removed Travis-CI references from all examples. Regular usersSimon John
2014-09-21Merge pull request #268 from peplin/259-move-examplesSudar
2014-09-20Remove old dependencies dir from .gitignore, now stored in /var/tmp.Christopher Peplin
2014-09-20Move scripts inside tests directory.Christopher Peplin
2014-09-20Move tests back to 'examples', skip non-testable examples when testing.Christopher Peplin
2014-09-10Merge pull request #263 from peplin/document-flags-varsSudar
2014-09-10Document CFLAGS, CXXFLAGS, ASFLAGS and CPPFLAGS.Christopher Peplin
2014-09-10Add a note about unit test cases in contributing notesSudar
2014-09-10Add the built status buttonSudar
2014-09-10Rearrange items in changelogSudar
2014-09-10Add note about test suite in changelogSudar
2014-09-10Merge pull request #254 from peplin/test-suite-and-ciSudar
2014-09-09Add config for Travis CI to run the tests automatically.Christopher Peplin
2014-09-09Add a script to compile examples as an automated test suite.Christopher Peplin
2014-09-02Merge pull request #245 from sej7278/masterSudar
2014-08-29Added *.cpp to extensions supported by "make generate_assembly"Simon John
2014-08-29Allow libraries/sketches to have the same name as system libs,Simon John
2014-08-29Merge pull request #247 from jrbenito/masterSudar
2014-08-28Small typo, can lead to copy and paste failsJoseivaldo Benito Junior
2014-08-21Merge pull request #241 from sej7278/masterSudar
2014-08-17Fix regex for "make show_boards" on 1.5Simon John
2014-08-17Merge pull request #240 from sej7278/masterSudar
2014-08-16allows "make clean" to be extended in the user's local makefile to cleanSimon John
2014-08-14Merge pull request #237 from bgamari/patch-1Sudar
2014-08-14MakefileExample: Fix AVR_TOOLS_DIR defaultBen Gamari
2014-08-14Merge pull request #234 from WeAreLeka/std-flagsSudar
2014-08-13add CFLAGS_STD and CXXFLAGS_STD defaultsladislas
2014-08-13Merge pull request #235 from sudar/revert-233-std-flagsSudar
2014-08-13Revert "Using CFLAGS_STD and CPPFLAGS_STD"Sudar
2014-08-12Merge pull request #233 from WeAreLeka/std-flagsSudar
2014-08-12create CPPFLAGS_STD and make both CFLAGS_STD and CPPFLAGS_STD avalaible for C...ladislas
2014-08-08Merge pull request #232 from sej7278/masterSudar
2014-08-08Add some documentation regarding overloading system libs and reporting bugsSimon John
2014-08-01Merge pull request #230 from sej7278/masterSudar
2014-08-01Fix CFLAGS vs CXXFLAGS typoSimon John
2014-07-16Add information about `Bare-Arduino-Project` in READMESudar
2014-07-16Add "Interfacing with other projects" section in READMESudar
2014-07-15Merge pull request #224 from WeAreLeka/update_objdir_cleanSudar
2014-07-15Remove "./" in "make clean" to clean any OBJDIR & change "tinyladi" to "ladis...ladislas
2014-07-13Merge pull request #222 from sej7278/1.5Sudar