Commit graph

  • 360db6f27c Merge pull request #502 from tuna-f1sh/master Sudar Muthu 2017-09-04 22:21:56 -0400
  • 73426bc233 Merge branch 'master' of https://github.com/sudar/Arduino-Makefile John Whittington 2017-09-03 21:37:03 +0100
  • 983db51764 Merge pull request #524 from sej7278/master Simon John 2017-09-03 16:02:21 +0100
  • 04f0ee0728 rm old tags file made safer and only if it exists John Whittington 2017-09-03 13:19:36 +0100
  • 85db740a1c Ido/ino typo in echo when building tags John Whittington 2017-09-03 08:52:44 +0100
  • fa82c3a9db Moved the LTO etc. flags from CXXFLAGS_STD to CXXFLAGS Simon John 2017-09-02 15:32:52 +0100
  • 4c4c9ac2f0 Merge with upstream John Whittington 2017-09-01 12:42:45 +0000
  • 62f2d70815 Use LOCAL_SRC variable due to proir assert and only scan libs if there are libs John Whittington 2017-09-01 12:33:48 +0000
  • cea3d63eb3 search for headers and sources in all libraries' subfolders Ladislas de Toldi 2017-08-28 18:44:18 +0200
  • 5fcd04cdef Merge pull request #516 from szeder/quote-prefix-tag Simon John 2017-08-11 09:27:10 +0100
  • a80518e308 Quote the prefix tag in the space_pad_to function SZEDER Gábor 2017-08-08 20:23:53 +0200
  • c116e48418 Merge pull request #510 from sej7278/master Simon John 2017-07-25 06:13:48 +0100
  • d1156e8fdf Add -fno-devirtualize to CXXFLAGS_STD to workaround a g++ bug. As this could impact performance we should track when the issue is fixed upstream to remove the flag again (see links from Issue #486) Simon John 2017-07-21 21:26:11 +0100
  • d738cac966 Merge pull request #508 from fuzzyTew/robotis-opencm 1.6.0 Sudar Muthu 2017-07-16 17:48:42 +0530
  • 5bcb64ade9 Add makefile for Robotis OpenCM & update version to 1.6.0 Karl Semich 2017-07-11 12:38:43 +0000
  • 02a456a95c Added ARDUINO_SKETCHBOOK to include list to improve search for items in ARDUINO_LIBS. Chris Spencer 2017-06-18 20:42:34 -0400
  • 6428a4eb1a Merge 0156a531f8 into ba96840399 hhgarnes 2017-06-05 21:32:42 +0000
  • 81673d4666 Support for generation of project tags file John Whittington 2017-06-04 10:47:04 +0100
  • ba96840399 Merge pull request #501 from MilanV/master Simon John 2017-06-02 10:38:16 +0100
  • 1b5494f262 Fix paths in the example Makefile Milan Vancura 2017-06-02 09:54:35 +0200
  • 60d7e9401e Document how to setup Makefile for 3rd party boards Milan Vancura 2017-06-02 00:37:03 +0200
  • c41763851b Merge pull request #500 from sej7278/master Simon John 2017-06-01 21:33:52 +0100
  • d1363592f2 Fix autodetection of USB_PID on SparkFun's new ProMicro core Simon John 2017-06-01 19:22:28 +0100
  • d4aadea258 Merge 1b97c13f8e into 807cf65f71 Simon John 2017-05-20 07:34:29 +0000
  • 456070dfc9 Merge 287d382704 into 807cf65f71 Julien Ridoux 2017-05-17 16:31:38 +0000
  • afbd8279f2 Merge 826b49d0db into 807cf65f71 Pierre DAVID 2017-05-01 06:13:54 +0000
  • d59cab50ec Add support for nonstandard makefile on upload Allows for per-device makefiles John Ott 2017-04-27 21:45:22 -0400
  • 3f89843046 Merge 8efc998932 into 807cf65f71 Jonathan Anderson 2017-04-16 08:16:42 +0000
  • 807cf65f71 Merge pull request #493 from sej7278/master Simon John 2017-04-01 23:16:06 +0100
  • 18c6474d50 Add support for cu as MONITOR_CMD, use ~. to exit, be mindful when using over ssh Simon John 2017-04-01 23:06:28 +0100
  • 6bffcd3383 Update HISTORY.md Simon John 2017-03-13 15:38:26 +0000
  • a4e77e4692 Merge pull request #488 from cbosdo/show_submenu-fix Simon John 2017-03-13 15:34:51 +0000
  • 928a642265 show_submenu: fix sed expression Cédric Bosdonnat 2017-03-13 14:38:52 +0100
  • 6ec85bf323 Merge a5dd307727 into 9f2cec3204 Tim Niemueller 2017-03-12 22:22:47 +0000
  • 9f2cec3204 Update HISTORY.md Simon John 2017-03-12 22:05:23 +0000
  • ed58b61983 Merge pull request #487 from ericdand/patch-1 Simon John 2017-03-12 22:02:57 +0000
  • 2674885bf0 Correct spelling mistake in PuTTY section Eric Dand 2017-03-12 14:30:29 -0700
  • a5dd307727 Arduino.mk: on Fedora, disable LTO by default Tim Niemueller 2017-03-06 17:52:12 +0100
  • 359159d6a6 Arduino.mk: verify guessed tool paths, use system ones if not found Tim Niemueller 2017-03-06 17:44:29 +0100
  • 31fb395ba0 Arduino.mk: fix detection of avrdude.conf Tim Niemueller 2017-03-06 17:43:54 +0100
  • c4f0860660 Arduino.mk: make LTO optional, enabled by default Tim Niemueller 2017-03-06 17:02:44 +0100
  • 08b4f441ff Update HISTORY.md Simon John 2017-02-12 18:13:50 +0000
  • 24cbf1b2a3 Merge pull request #477 from DaWelter/master Simon John 2017-02-12 18:11:42 +0000
  • c6012a4be5 Autodetect the fastest speed with which various Teensy boards can run. Alternatively, set the speed in MHz via BOARD_SUB. Michael Welter 2017-02-04 16:15:13 +0100
  • 12522f3726 Merge pull request #475 from Batchyx/master Sudar Muthu 2017-01-24 09:50:25 +0530
  • 697c95e26f Arduino.mk: Fix generating assembly for cpp files. batchy 2017-01-21 12:22:45 +0100
  • e126d37f9b History.md: Re-add "In Development" section. batchy 2017-01-21 12:29:58 +0100
  • 7a14d670eb Bump up version to 1.5.2 for release v1.5.2 1.5.2 Sudar Muthu 2017-01-11 16:48:33 +0530
  • b749655230 Merge 43a4cedde5 into 03e62130f3 Christopher Peplin 2016-12-12 06:44:45 +0000
  • f0fc9c119a Merge 5aa2a100db into 03e62130f3 Christopher Peplin 2016-12-12 06:44:44 +0000
  • 03e62130f3 Merge pull request #469 from wilywampa/master Sudar Muthu 2016-11-13 08:49:42 +0530
  • 9533e7a392 Fix parsing of Teensy options with multiple "="s Jacob Niehus 2016-11-12 14:56:48 -0700
  • 2c1155e156 Merge pull request #468 from georgeharker/master Sudar Muthu 2016-11-09 07:27:07 +0530
  • 7d564b6a26 fix incorrect variable ref George Harker 2016-11-05 12:19:15 -0700
  • 0b1aa8d26a hard code ARCHITECTURE if not found in boards.txt, update history George Harker 2016-11-05 12:10:15 -0700
  • 3830299491 add comment on additional vars George Harker 2016-11-04 15:32:57 -0700
  • bcf664079c fix mcu George Harker 2016-11-04 11:37:10 -0700
  • 0c55418057 fix platform dir George Harker 2016-11-04 11:28:18 -0700
  • 1d7773938c make it work with modern arduino and teensyduino scripts George Harker 2016-11-04 11:21:02 -0700
  • 23556d759c Merge pull request #465 from sej7278/master Simon John 2016-10-12 00:11:49 +0100
  • a6a9928859 Changed the PARSE_BOARD function to handle colons found in things like build.core and build.variant Simon John 2016-10-11 19:59:35 +0100
  • 299c1831cc Merge pull request #464 from sej7278/master Simon John 2016-10-11 15:35:35 +0100
  • fe020380b6 Changed LTO support check to avr-gcc > 4.9.0 as the 4.8.1 bundled with the IDE prior to 1.6.10 doesn't support LTO or plugins. Fixes Issue #456 Simon John 2016-10-11 15:23:36 +0100
  • f3f7684463 Merge pull request #453 from sej7278/master Simon John 2016-09-08 18:34:34 +0100
  • c426e07fe2 Updated changelog Simon John 2016-09-08 18:31:52 +0100
  • fd76029b9a Merge pull request #452 from sej7278/master Sudar Muthu 2016-09-08 21:39:53 +0530
  • 0b9ba23520 Updated docs regarding CXXFLAGS etc. for LTO support Simon John 2016-09-08 15:48:04 +0100
  • ab261ddd6e Added LTO flags etc. to provide smaller/faster AVR code. Simon John 2016-09-08 14:49:36 +0100
  • 7c28446e5e Merge pull request #449 from sovcik/master Sudar Muthu 2016-08-25 22:32:16 +0530
  • 2dd7c567c0 PySerial installation for Windows updated (#1) Jozef Sovcik 2016-08-25 18:36:01 +0200
  • 0befaafe0f Merge aa65600d6d into 0ec1489414 Jozef Sovcik 2016-08-25 16:12:02 +0000
  • aa65600d6d Update HISTORY.md Jozef Sovcik 2016-08-25 18:12:01 +0200
  • 93d57f826e Update HISTORY.md Jozef Sovcik 2016-08-25 18:11:02 +0200
  • 711cb512e9 Update HISTORY.md Jozef Sovcik 2016-08-25 18:10:18 +0200
  • cc61fccc4b Update README.md Jozef Sovcik 2016-08-25 09:19:58 +0200
  • f0a788fb8c Update README.md Jozef Sovcik 2016-08-25 09:18:43 +0200
  • 42d728734e Update README.md Jozef Sovcik 2016-08-25 09:14:11 +0200
  • b636901fb2 Update README.md Jozef Sovcik 2016-08-25 09:13:01 +0200
  • 0ec1489414 Merge pull request #445 from sej7278/master Sudar Muthu 2016-07-29 20:48:27 +0530
  • 737a3f14cd Fix for 1.6.10 version detection Simon John 2016-07-29 16:13:36 +0100
  • 5a83288e6a Merge pull request #437 from straccio/master Sudar Muthu 2016-07-25 19:45:11 +0530
  • b971b05929 Merge pull request #442 from sej7278/master Sudar Muthu 2016-07-25 19:42:23 +0530
  • e4b30603d8 Added -std=gnu++11 -fno-threadsafe-statics to CXXFLAGS_STD if we're using Arduino 1.6 to match upstream (without it compilation seems to fail on OSX). Updated docs. Simon John 2016-07-25 13:13:02 +0100
  • 77431bf250 Merge branch 'az-z-master' Sudar Muthu 2016-07-02 08:08:32 +0530
  • 77d1d9c4ea Update README az-z 2016-06-18 14:59:18 -0400
  • 8addd6c469 Search in BOARDS_TXT for chip or cpu submenu straccio 2016-06-22 10:55:43 +0200
  • 6c5589bd3c Merge remote-tracking branch 'sudar/master' straccio 2016-06-22 10:52:07 +0200
  • fe8a1b230b Merge 4bbc606df2 into c0fea5ccd9 az-z 2016-06-18 19:40:40 +0000
  • 4bbc606df2 Update HISTORY.md az-z 2016-06-18 15:38:21 -0400
  • f1a82e0f57 Update README.md az-z 2016-06-18 15:28:54 -0400
  • 635da1387f Update README.md az-z 2016-06-18 15:27:32 -0400
  • e00fea899a Merge 93c8380ac8 into c0fea5ccd9 az-z 2016-06-18 19:11:41 +0000
  • 93c8380ac8 Merge branch 'master' of github.com:az-z/Arduino-Makefile az-z 2016-06-18 15:00:04 -0400
  • b96c6d194f Updated to reflect the Linux changes for Arduino 1.6.5 az-z 2016-06-18 14:59:18 -0400
  • 61ae9b0236 Update README.md az-z 2016-06-18 14:58:23 -0400
  • 2dbb81f741 remove not needed file az-z 2016-06-18 13:16:13 -0400
  • c9f9131372 test. az-z 2016-06-18 13:14:57 -0400
  • 48a26f03a8 Merge 84e4b6a5e3 into c0fea5ccd9 Ryan Suchocki 2016-05-24 00:09:40 +0000
  • 84e4b6a5e3 Fix the substitution for .S sources ryansuchocki 2016-05-23 23:25:47 +0100
  • e0f6646804 Allow assembly source files with a lower-case .s extension, as per GCC spec. ryansuchocki 2016-05-21 20:12:29 +0100