Commit graph

  • 8fee3165f4 Update instructions about ARDMK_DIR and ARDMK_PATH Sudar 2013-07-26 19:00:32 +0530
  • b78d843357 Print config info about ARDMK_DIR after Common.mk file is included Sudar 2013-07-26 18:47:46 +0530
  • 82fad52f6c Remove duplicate definition of show_config_variable macro Sudar 2013-07-25 21:30:43 +0530
  • 65b426e4ad Remove unnecessary checks for ARDMK_DIR Sudar 2013-07-25 21:14:24 +0530
  • 288c53c312 Fix typo in Perl command in README Christopher Peplin 2013-07-18 12:01:39 -0400
  • 617ea09b45 Silence output from the many mkdir calls. Christopher Peplin 2013-07-12 08:37:31 -0400
  • 290a4986d6 Make ARDMK_PATH and ARDMK_DIR backward compatible Sudar 2013-07-11 21:10:40 +0530
  • 588f7028b2 Merge pull request #106 from openxc/build-in-subdirs Sudar 2013-07-11 08:19:37 -0700
  • 403eaab966 Merge 7c73209f04 into 81c2f7fe89 Christopher Peplin 2013-07-09 20:39:18 -0700
  • 81c2f7fe89 Merge branch 'serial-port-variable-name' of git://github.com/openxc/Arduino-Makefile into openxc-serial-port-variable-name Sudar 2013-07-10 09:00:05 +0530
  • 266d629c25 Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. Christopher Peplin 2013-07-09 19:34:08 -0400
  • 6cb105aab2 Merge 12e0ec8516 into b76d6bd783 Christopher Peplin 2013-07-09 20:08:59 -0700
  • b76d6bd783 Merge pull request #107 from openxc/chipkit-avrdude Sudar 2013-07-09 20:08:47 -0700
  • 0ccba8a6e4 Merge 18548b4890 into 4165bad7d6 Christopher Peplin 2013-07-09 20:08:20 -0700
  • 4165bad7d6 Merge pull request #108 from openxc/no-preferences-required Sudar 2013-07-09 19:51:11 -0700
  • 17a67fce83 Merge 3c00739165 into ba27470547 Christopher Peplin 2013-07-09 19:40:57 -0700
  • ba27470547 Merge pull request #104 from openxc/update-chipkit-parseboards Sudar 2013-07-09 19:38:04 -0700
  • 12e0ec8516 Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. Christopher Peplin 2013-07-09 19:34:08 -0400
  • 3c00739165 Don't require an IDE preferences file, fallback to default sketchbook. Christopher Peplin 2013-07-09 16:50:19 -0400
  • 18548b4890 Fix path to avrdude for chipKIT's MPIDE installation. Christopher Peplin 2013-07-09 16:40:27 -0400
  • c383c84057 Merge 9200fe3d4d into 474da2ced4 Christopher Peplin 2013-07-09 13:25:57 -0700
  • 9200fe3d4d Update a call to PARSE_BOARD to Makefile-style in chipKIT file. Christopher Peplin 2013-07-09 16:29:25 -0400
  • 7c73209f04 Allow objects to be in arbitrary subdirectories. Christopher Peplin 2013-07-09 16:20:39 -0400
  • cea1d8a759 Allow building with the Arduino core, but without a .pde or .ino. Christopher Peplin 2013-07-09 16:16:35 -0400
  • 8665ef2d91 Merge 474da2ced4 into 6936a1dcfd Christopher Peplin 2013-07-09 09:57:05 -0700
  • 474da2ced4 Remove Perl YAML dependency from documentation. Christopher Peplin 2013-07-09 12:55:42 -0400
  • 6936a1dcfd Replace Leonardo detection with Caterina detection Sudar 2013-07-09 22:10:46 +0530
  • 86a3d934ee Merge 14d491c3bd into 6f8809ef23 sej7278 2013-07-09 09:18:59 -0700
  • 1bc31c814b Compile with debugging symbols only when DEBUG=1. Christopher Peplin 2013-07-02 18:07:23 -0400
  • 87e29ea806 Implement ard-parse-boards with shell scripting instead of Perl. Christopher Peplin 2013-07-02 17:57:57 -0400
  • df88db2cfb Add support for the Digilent chipKIT platform Christopher Peplin 2013-07-02 17:28:54 -0400
  • e77df36522 Don't commit example build directories to git. Christopher Peplin 2013-07-02 17:23:38 -0400
  • da479c0251 Merge 10d427f2e9 into 6f8809ef23 Christopher Peplin 2013-07-09 08:57:24 -0700
  • c8106fee5a Merge 800e2099fd into 6f8809ef23 Christopher Peplin 2013-07-09 08:53:15 -0700
  • 6f8809ef23 Add support for the Digilent chipKIT platform Christopher Peplin 2013-07-02 17:28:54 -0400
  • 800e2099fd Fix parens on PARSE_BOARDS call. Christopher Peplin 2013-07-08 10:44:26 -0400
  • e2b94b2bb0 Merge 711ad9df98 into 2b90f65d13 Christopher Peplin 2013-07-08 07:35:44 -0700
  • 711ad9df98 Define names of compiler tools earlier to use for path checking. Christopher Peplin 2013-07-08 10:38:37 -0400
  • 69d7b5a201 Defer Priting ARDMK_DIR until Arduino.mk. Christopher Peplin 2013-07-08 10:35:42 -0400
  • db80a939f1 Remove redundant output of ARDUINO_PREFERENCES_PATH from config table. Christopher Peplin 2013-07-03 16:41:32 -0400
  • 5ed507cf43 Duplicate show_config_variable in each sub-makefile. Christopher Peplin 2013-07-03 16:40:16 -0400
  • f90087a329 Control C standard with a CFLAGS_STD flag, GNU99 by default. Christopher Peplin 2013-07-03 16:37:20 -0400
  • 14d491c3bd moved reset routines down past where we define CATERINA Simon John 2013-07-03 09:29:34 +0200
  • 2b90f65d13 Merge pull request #99 from peplin/ignore-example-build-dirs Sudar 2013-07-02 22:27:42 -0700
  • ae3e5c78ac Replace Leonardo detection with Caterina detection Simon John 2013-07-03 00:18:29 +0200
  • 10d427f2e9 Compile with debugging symbols only when DEBUG=1. Christopher Peplin 2013-07-02 18:07:23 -0400
  • b6284f802e Implement ard-parse-boards with shell scripting instead of Perl. Christopher Peplin 2013-07-02 17:57:57 -0400
  • 5ceeba8762 Merge b423d06ab6 into 5abf12bdb2 Christopher Peplin 2013-07-02 14:43:39 -0700
  • ae77089bdd Add support for the Digilent chipKIT platform. Christopher Peplin 2013-07-02 17:28:54 -0400
  • b423d06ab6 Don't commit example build directories to git. Christopher Peplin 2013-07-02 17:23:38 -0400
  • 5abf12bdb2 Move wait-for-reconnection logic inside ard-reset-arduino Sudar 2013-07-02 08:41:19 +0530
  • 8a2e251e95 Move binary sketch size verification logic inside makefile Sudar 2013-07-01 21:54:56 +0530
  • 45f230c5c8 Improve avrdude and avrdude_conf path auto detection Sudar 2013-06-29 21:40:36 +0530
  • 96deb9cd06 Add CURRENT_OS macro which has the current os Sudar 2013-06-29 16:49:38 +0530
  • bf41775676 Print config info about AVR_TOOLS_DIR always Sudar 2013-06-29 16:43:52 +0530
  • 1b39f7e919 Merge 7e33cd8810 into 13804ff861 ralfdoering 2013-06-29 03:37:38 -0700
  • 13804ff861 Update instructions about including libraries Sudar 2013-06-28 09:03:03 +0530
  • a7d5563698 Merge pull request #90 from ralfdoering/opensuse Sudar 2013-06-25 22:29:09 -0700
  • 5fe6f37ba3 Merge d8b52bdd34 into fb1fac8a86 ralfdoering 2013-06-25 11:24:09 -0700
  • d8b52bdd34 Mention AVRDUDE and AVRDUDE_CONF in README.md. Ralf Doering 2013-06-25 19:52:10 +0200
  • 25a31afbd9 Don't overwrite AVRDUDE_CONF if AVR_TOOLS_DIR is not set. Ralf Doering 2013-06-25 20:04:11 +0200
  • 74882aa13a Add openSUSE perl package hints to README.md. Ralf Doering 2013-06-25 19:41:33 +0200
  • fb1fac8a86 Merge pull request #89 from ralfdoering/fix-whitespace-revised Sudar 2013-06-25 07:37:52 -0700
  • 1dd62c563a Merge 2a52ff7e02 into 18688003a3 ralfdoering 2013-06-25 06:40:53 -0700
  • 2a52ff7e02 Remove tab from empty line. Ralf Doering 2013-06-25 15:29:49 +0200
  • 0b32827f7b Merge 04d98ee3d9 into 18688003a3 ralfdoering 2013-06-24 13:15:25 -0700
  • 04d98ee3d9 Remove tab from empty line. Ralf Doering 2013-06-24 22:11:52 +0200
  • 7e33cd8810 Read Arduino.mk.local if it exists. Ralf Doering 2013-06-24 21:17:01 +0200
  • 18688003a3 Add installation guide to Readme file Sudar 2013-06-23 16:58:19 +0530
  • 700f82b3f1 Remove redundant checks for ARDUINO_DIR Sudar 2013-06-23 13:16:37 +0530
  • 7e66672a6c Auto detect alternate core path from sketchbook folder Sudar 2013-06-23 13:08:06 +0530
  • 2b75a0ddb4 Add Tiny SoftwareSerial example Sudar 2013-06-22 15:35:01 +0530
  • e0856e51d9 Remove "utility" from example makefiles Sudar 2013-06-22 11:48:26 +0530
  • c284ec93dd Add support for reseting "Micro" Arduino. Simon John 2013-06-20 21:34:40 +0200
  • b2c9c3bdd5 Merge 2abed1e725 into 4e22abe0de sej7278 2013-06-20 12:39:58 -0700
  • 2abed1e725 Added Micro to the Leonardo reset functions Simon John 2013-06-20 21:34:40 +0200
  • 4e22abe0de Add support for specifying optimization level Sudar 2013-06-20 21:56:54 +0530
  • 6cdad1d621 Add $OBJDIR to the list of configuration that gets printed Sudar 2013-06-20 21:32:35 +0530
  • 3b35453564 Release v0.12.0 0.12.0 Sudar 2013-06-20 12:58:57 +0530
  • 8f4bbe114e Deprecate "generated_assembly" target in favour of "generate_assembly" Sudar 2013-06-20 12:51:56 +0530
  • 4b0d535db7 Merge 09840089fd into 109693ad68 Matthijs Kooijman 2013-06-19 14:49:48 -0700
  • 09840089fd Fix make generated_assembly Matthijs Kooijman 2013-06-19 23:41:01 +0200
  • a289fd7132 Let the .pde and .ino rules also depend on $(COMMON_DEPS) Matthijs Kooijman 2013-06-19 23:36:21 +0200
  • 109693ad68 Release v0.11.0 0.11.0 Sudar 2013-06-15 19:48:47 +0530
  • 0149f34daf Add an example to show how to compile AVR C files Sudar 2013-06-15 19:42:13 +0530
  • 0028fabc64 Add support for compiling plain AVR C files Sudar 2013-06-15 19:30:39 +0530
  • 78f2363dd5 Handle cases where certain fuse bits are not present Sudar 2013-06-15 19:23:26 +0530
  • ac5a087982 Add the ability to configure avrdude options Sudar 2013-06-15 19:17:13 +0530
  • 93eaaec5ba Add a warning when HEX_MAXIMUM_SIZE is not specified Sudar 2013-06-15 15:34:10 +0530
  • ad417dbf70 Fix whitespace issues Sudar 2013-06-15 15:32:27 +0530
  • b29a0bed2a Replace hardcoded executables with variable Sudar 2013-06-15 15:29:49 +0530
  • cf0b6371c2 Remove traces of time travel ;) Sudar 2013-06-14 17:54:07 +0530
  • 1012f765fe Tag v0.10.6 for release 0.10.6 Sudar 2013-06-14 17:49:02 +0530
  • 328800411a Merge pull request #72 from matthijskooijman/indent-fix Sudar 2013-06-14 04:24:03 -0700
  • d317006aea Merge ffdfa7d170 into 60ca7d2852 Matthijs Kooijman 2013-06-14 04:22:55 -0700
  • 0d722705ab Merge 7a5adb038a into 60ca7d2852 sej7278 2013-06-14 04:20:05 -0700
  • 7a5adb038a COMMON_DEPS assignment - replace tabs with spaces Simon John 2013-06-14 13:05:29 +0200
  • ffdfa7d170 Don't indent variable assignments with tabs Matthijs Kooijman 2013-06-14 12:45:14 +0200
  • 60ca7d2852 Move reseting Leonardo logic to ard-reset-arduino Sudar 2013-06-14 16:09:38 +0530
  • a63366980f who put a space in the shebangs?! Simon John 2013-06-14 11:36:00 +0200