aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-25Merge pull request #321 from fbielejec/masterSudar Muthu
2015-02-25instructions on setting CodeBlocks IDE to use the makefilesfilip
2015-01-23Ability to modify USB_TYPE in Teensy.mdpoofjunior
2015-01-23Merge pull request #315 from sej7278/masterSudar
2015-01-01Change CXX_NAME to CXX as per the EmacsWiki for Flymake instructions.Simon John
2014-12-31Merge pull request #307 from Gaboose/prSudar
2014-12-30Fix build.core parsingGabrielius Mickevicius
2014-12-30TypoGabrielius Mickevicius
2014-12-30Tidy new arduino mk varsGabrielius Mickevicius
2014-12-30Note on using root in BlinkNetworkRPiGabrielius Mickevicius
2014-12-30Update changelogGabrielius Mickevicius
2014-12-30Example: set fuses and upload hex on remote programmerGabrielius Mickevicius
2014-12-30Let 'build.core' from boards.txt change ARDUINO_CORE_PATHGabrielius Mickevicius
2014-12-28Let user skip MONITOR_PORT existance checkGabrielius Mickevicius
2014-12-08Merge pull request #304 from phord/masterSudar
2014-12-07Do not add '.' to gcc includes search pathPhil Hord
2014-12-04Merge pull request #302 from sej7278/masterSudar
2014-12-03Moved location of avrdude and avrdude.conf for 1.5.8 on Linux (only!)Simon John
2014-11-30Merge pull request #300 from sej7278/masterSudar
2014-11-29Removed all double-quoting except for comments/echo'sSimon John
2014-11-27Add information about installing dependencies when installing usingSudar
2014-11-23Add information about homebrew in ReadMESudar
2014-11-23Merge pull request #298 from PeterMosmans/puttywindowsSudar
2014-11-23Added support for PuTTY on WindowsPeter Mosmans
2014-11-23Merge pull request #297 from PeterMosmans/cygwincomSudar
2014-11-23Improved Windows (Cygwin/MSYS) supportPeter Mosmans
2014-11-11Merge pull request #292 from sej7278/masterSudar
2014-11-10Fix speed regression since 8d443f62c, faster than 1.3.4 nowSimon John
2014-11-08Merge pull request #288 from tchebb/fix-ispload-eraseSudar
2014-11-07Allow avrdude to erase the chip before programming during isploadThomas Hebb
2014-11-08Merge pull request #289 from sej7278/masterSudar
2014-11-08Arduino changed the download link again, this time it uses a script,Simon John
2014-11-05Merge pull request #287 from sej7278/masterSudar
2014-11-05Made CXX compile *.cpp files instead of CC.Simon John
2014-10-24Merge pull request #282 from sej7278/masterSudar
2014-10-24Merge pull request #281 from stepcut/teensy.mkSudar
2014-10-23Add's "avrispmkii" to the list of ISP's that don't have a port,Simon John
2014-10-22added info about Teensy to README.mdstepcut
2014-10-22put ARDUINO_DIR block after Travis-CI block else travis will fail.stepcut
2014-10-22Teensy.mk: simplify setting of MCU and MCU_FLAG_NAMEstepcut
2014-10-22move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use ...stepcut
2014-10-22Make BlinkTeensy a NON_TESTABLE_EXAMPLESstepcut
2014-10-22Added BlinkTeensy example which uses the Teensy.mk file.stepcut
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-14Merge pull request #277 from lukasz-e/arduino-1.5.x-libsSudar
2014-10-13minor tweaks to Teensy.mkstepcut
2014-10-13support for Teensy 3.x via Teensy.mkstepcut
2014-10-13do not print default (empty) ARDUINO_PLATFORM_LIB_PATH value for arduino 1.0.xLukasz Engel
2014-10-12remove unwanted TABsLukasz Engel