Commit graph

  • 967d47c7bd Update changelog about the recent changes Sudar 2014-01-29 10:58:25 +0530
  • 33813e09d8 Merge pull request #159 from peplin/simpler-crossplatform-paths Sudar 2014-01-28 21:21:57 -0800
  • afdb27656b Merge pull request #158 from peplin/silent-which Sudar 2014-01-28 21:21:15 -0800
  • 993cb0b8d4 Merge pull request #157 from peplin/no-hardcoded-port-in-examples Sudar 2014-01-28 21:20:36 -0800
  • 418109c11b Document that ARDUINO_DIR must be a relative path in Windows Sudar 2014-01-29 10:44:12 +0530
  • 9463195834 Merge pull request #155 from peplin/monitor-port-check Sudar 2014-01-28 20:58:45 -0800
  • 4e32727a74 Merge 427c4573cd into ac0b7d46c3 Christopher Peplin 2014-01-28 07:42:04 -0800
  • 427c4573cd Document that ARDUINO_DIR must be a relative path in Windows. Christopher Peplin 2014-01-28 10:31:40 -0500
  • 5445142acf Use more reliable serial device naming in Windows. Christopher Peplin 2014-01-22 11:54:32 -0500
  • e50caad1e9 Don't hard code MONITOR_PORT in examples, for more flexible testing. Christopher Peplin 2014-01-28 09:27:01 -0500
  • d3a8fcac00 Silence the stderr output from call to which. Christopher Peplin 2014-01-28 09:27:49 -0500
  • 067afbb8e4 Override complete compiler tool paths for chipKIT. Christopher Peplin 2014-01-22 11:50:24 -0500
  • ac0b7d46c3 Freezing up code for v1.2.0 release 1.2.0 Sudar 2014-01-14 14:38:44 +0530
  • ce9c54848f Remove arduino-mk folder from all examples Sudar 2014-01-14 14:36:24 +0530
  • d4e0a383ae Simplify package vs git checkout detection Simon John 2014-01-13 12:14:31 +0000
  • fa6b9215c8 Move files out of arduino-mk subdirectory Simon John 2014-01-13 11:35:57 +0000
  • 320fec7981 Add information about package folder to changelog Sudar 2014-01-14 14:20:19 +0530
  • 7f769a41ca Merge 7d0aa70880 into c2aacb9487 sej7278 2014-01-14 00:24:43 -0800
  • 7d0aa70880 put back a couple of things that were removed - sudar's inline suggestions Simon John 2014-01-14 08:24:04 +0000
  • 7ed5f1fb1b 3rd attempt at fixing #147 (and #152/#151) Simon John 2014-01-13 12:14:31 +0000
  • c2dc41fdf5 moved files out of arduino-mk subdirectory Simon John 2014-01-13 11:35:57 +0000
  • d2cca03d1c Merge cc4a254e78 into c2aacb9487 sej7278 2014-01-12 10:58:47 -0800
  • cc4a254e78 2nd attempt at fixing #147 - keeps Common.mk Simon John 2014-01-12 18:55:17 +0000
  • 49bc4d9ace Merge 5e84af6de3 into c2aacb9487 sej7278 2014-01-12 07:49:38 -0800
  • 5e84af6de3 include Arduino.mk earlier so the functions that were in Common.mk are found Simon John 2014-01-12 15:49:04 +0000
  • 73684a07df Fixed git archive command Simon John 2014-01-11 22:59:30 +0000
  • 9f44b80c60 Updated SPEC file release tag, fixed spacing Simon John 2014-01-11 21:29:38 +0000
  • 17858f8b6d Updated docs Simon John 2014-01-11 17:30:54 +0000
  • 866b2e9100 Simplified package vs. git detection, fixes #147 Simon John 2014-01-11 13:24:36 +0000
  • d24d375693 Merge 7a901991bf into c2aacb9487 sej7278 2014-01-10 16:54:54 -0800
  • 7a901991bf Moved Common.mk functions back into Arduino.mk which fixes AUTO_ARDUINO_DIR calculation, which fixes issue #147 allowing much simpler user Makefiles e.g. Simon John 2014-01-11 00:46:50 +0000
  • c2aacb9487 Merge pull request #146 from sej7278/master Sudar 2014-01-04 20:58:17 -0800
  • cec6553cf9 Added some more build dependencies to ensure everything needed to build is installed. Simon John 2014-01-05 01:19:23 +0000
  • 277a98b2c8 Debian package rebuild instructions. Simon John 2014-01-05 00:45:02 +0000
  • d3af7ca19d Merge pull request #145 from sej7278/master Sudar 2014-01-01 05:19:27 -0800
  • 4e2b945dd1 Changed documentation to use new path, also added dependency info. Simon John 2013-12-30 20:07:22 +0000
  • 371377e0ac moved to better directory layout Simon John 2013-12-30 19:36:42 +0000
  • 9ad2c858ce Added package directory with RPM SPECfile (and instructions!) Simon John 2013-12-30 16:07:36 +0000
  • 6e2708a446 Bump up version number to v1.1.0 for release 1.1.0 Sudar 2013-12-26 16:07:58 +0530
  • cf6ffb5d6e Add information about license in README.md Sudar 2013-12-26 16:05:46 +0530
  • 7af27ae494 Use ARDUINO_HEADER variable instead of hardcoded file names Sudar 2013-12-26 16:00:08 +0530
  • a51754c2b2 Merge pull request #143 from mahoy/master Sudar 2013-12-20 08:40:58 -0800
  • d3e7eedd5f Allow target specific optimization levels/debug flags mahoy 2013-12-20 01:11:13 +0100
  • e721a249cd Add CONTRIBUTING.md explaining how to contribute to this project Sudar 2013-12-17 17:28:59 +0530
  • 672d6f40cf Update changelog about the last pull request #142 Sudar 2013-12-17 15:38:26 +0530
  • 67b5d06cc8 Merge pull request #142 from sej7278/master Sudar 2013-12-17 01:50:40 -0800
  • fc92c24cc0 User-defined or calculated bootloader parent directory, allows for relative paths as defined in boards.txt e.g. "atmega" Simon John 2013-12-17 09:15:33 +0000
  • 38255ed0f0 Update changelog about usbtiny fix Sudar 2013-12-16 23:36:50 +0530
  • 1ad771fea9 Merge pull request #140 from PPvG/master Sudar 2013-12-16 10:03:29 -0800
  • 7ea19ce322 Add option to set fuses without burning a bootloader Simon John 2013-12-15 21:10:58 +0000
  • cb662df695 Merge 4445e157ac into 25a00d73b7 sej7278 2013-12-15 13:19:19 -0800
  • 4445e157ac Add option to set fuses without burning a bootloader Simon John 2013-12-15 21:10:58 +0000
  • 5dc5cf2257 Don't append port details to avrdude for usbtiny Peter-Paul van Gemerden 2013-12-13 10:19:29 +0100
  • 25a00d73b7 Merge pull request #137 from peplin/chipkit-avrdude-mac Sudar 2013-12-09 05:47:19 -0800
  • bc03025596 Adjust path to avrdude/avrdude.conf for MPIDE in Linux. Christopher Peplin 2013-12-08 15:07:36 -0500
  • 11073bf9dc Merge 79b5ca2751 into 24128a1819 Colin Waddell 2013-12-05 21:07:35 -0800
  • 24128a1819 Use MAKEFILE_LIST to get the name of the make file anthony cantor 2013-11-21 18:53:36 -0700
  • f18f488e90 Merge 65115b6f74 into e04bb4d7d4 cantora 2013-12-04 22:44:39 -0800
  • e04bb4d7d4 Auto detect and include libraries specified in USER_LIB_PATH Ladislas 2013-12-02 14:45:54 +0100
  • e1a5755ca9 Merge 40876b1e7b into 7bacc727a8 Ladislas 2013-12-04 22:25:04 -0800
  • 7bacc727a8 Update HISTORY.md about ChipKIT 2013 support Sudar 2013-12-05 11:51:03 +0530
  • af8c6ffe50 Merge ef521d284a into d32d612a4b Christopher Peplin 2013-12-03 08:29:10 -0800
  • ef521d284a Include assembly vector table in chipKIT build. Christopher Peplin 2013-12-03 11:24:19 -0500
  • 58f1cb249c Add common linker script for MPIDE version 0023-*-20130817-test. Christopher Peplin 2013-12-03 10:27:44 -0500
  • 40876b1e7b enable USER_LIB_PATH Ladislas 2013-12-02 14:45:54 +0100
  • 79b5ca2751 Fixed ChipKIT paths for avrdude Colin Waddell 2013-11-30 18:56:06 +0000
  • d32d612a4b Change echo for printf Thomas Sigurdsen 2013-11-21 10:46:09 +0100
  • 65115b6f74 use MAKEFILE_LIST to get the name of the top make file anthony cantor 2013-11-21 18:53:36 -0700
  • 89caf8b5e0 Merge 0a8b588d8f into 51f1271b32 Thomas Sigurdsen 2013-11-21 01:56:23 -0800
  • 0a8b588d8f Change echo for printf Thomas Sigurdsen 2013-11-21 10:46:09 +0100
  • 51f1271b32 Show correct path to arduino.mk file in help message Sudar 2013-10-06 19:20:52 +0530
  • 4fb3e089bb Add burn_bootloader target Sudar 2013-10-06 19:10:29 +0530
  • 7961a86286 In ISP mode, read baudrate and programmer from boards.txt Sudar 2013-10-06 18:14:58 +0530
  • a17cf2af96 Ignore commented lines while parsing boards.txt file Sudar 2013-10-06 18:12:33 +0530
  • 9ff2b2e4d6 Don't append port details to avrdude for usbasp Sudar 2013-10-05 08:19:58 +0530
  • 9c22972b98 Bump up version to v1.0.1 for release 1.0.1 Sudar 2013-09-25 15:22:05 +0530
  • 85d2d2ec6e Fix whitespace and line spacing Sudar 2013-09-25 15:20:12 +0530
  • 0f68487501 Unconditionally add -D in avrdude options. Sudar 2013-09-25 15:18:14 +0530
  • 7ad24ef8d2 Fix link to colorgcc in readme Sudar 2013-09-22 18:36:10 +0530
  • 8cf353d551 Bump up version to v1.0.0 for release 1.0.0 Sudar 2013-09-22 18:31:44 +0530
  • 5b80b540bb Add note about using colorgcc with this makefile Sudar 2013-09-22 18:26:59 +0530
  • c93304cf94 Add a README file for /examples folder Sudar 2013-09-22 18:23:10 +0530
  • 6300679343 Revert "Make all executables overridable" Sudar 2013-09-19 16:20:30 +0530
  • 9004efd944 Change the next version to 1.0.0, instead of 0.13.0 Sudar 2013-09-18 16:46:12 +0530
  • 66eec82a3a Make all executables overridable Sudar 2013-09-18 16:44:24 +0530
  • 50e407f8a7 Remove redundant list of targets Sudar 2013-09-18 16:38:58 +0530
  • f9027d4d13 Whitespace and formatting fix Sudar 2013-09-18 16:30:16 +0530
  • 099510ef5b Merge branch 'help' of github.com:dapicester/Arduino-Makefile into dapicester-help Sudar 2013-09-15 12:55:56 +0530
  • f6d7ed2943 Merge b2eaca9b2e into 3f4e2bf2ff Paolo D'Apice 2013-09-15 00:24:14 -0700
  • 3f4e2bf2ff Added detailed instructions for using alternative cores Sudar 2013-08-20 12:17:10 +0530
  • b2eaca9b2e Added help target showing a summary of all the available targetsx Paolo D'Apice 2013-09-15 15:00:22 +0800
  • c3dc56bd3a Define LOCAL_HEADERS which refers to all different types of header files headers Sudar 2013-08-19 22:52:32 +0530
  • 91ea12a630 Merge pull request #116 from sej7278/master Sudar 2013-08-18 23:03:42 -0700
  • 94790e50a2 Merge c7f4400822 into d719847a8a sej7278 2013-08-18 10:57:14 -0700
  • c7f4400822 Added detailed instructions for using alternative cores Simon John 2013-08-18 19:55:37 +0200
  • d719847a8a Allow building with Arduino core, without a .ino/.pde file Sudar 2013-08-09 21:57:52 +0530
  • c92d6724d7 Autodetect baudrate only if either a .ino/.pde is present Sudar 2013-08-09 21:36:22 +0530
  • 029a9b9846 Merge cea1d8a759 into 5ea10b3e19 Christopher Peplin 2013-07-29 08:48:48 -0700
  • 5ea10b3e19 Merge pull request #112 from openxc/silent-mkdir Sudar 2013-07-27 23:22:03 -0700
  • 1e5c84001a Merge 617ea09b45 into 8fee3165f4 Christopher Peplin 2013-07-27 23:21:53 -0700