Commit graph

  • c798eb26ea replaced ard-reset-leonardo with an update to ard-reset-arduino which is now called from Arduino.mk with the --leonardo flag Simon John 2013-06-14 11:10:12 +0200
  • 9b38631d61 Merge pull request #70 from matthijskooijman/libs-fix Sudar 2013-06-13 20:12:30 -0700
  • 93a233e05e Merge 4e6c776425 into 4118af0c42 Matthijs Kooijman 2013-06-13 14:38:06 -0700
  • 4e6c776425 Fix directory creation for library source files Matthijs Kooijman 2013-06-13 23:05:57 +0200
  • 4118af0c42 Make serial baudrate detection work in Mac Simon John 2013-06-13 14:55:40 +0200
  • b2834c202b Merge e644e2f9b1 into d8c357f6d6 sej7278 2013-06-13 06:01:10 -0700
  • e644e2f9b1 fix for issue #52 - serial monitor baudrate detection Simon John 2013-06-13 14:55:40 +0200
  • 878531a969 Merge 387ac9f091 into d8c357f6d6 sej7278 2013-06-13 04:33:55 -0700
  • d8c357f6d6 Change the way AUTO_ARDUINO_VERSION is computed Simon John 2013-06-13 12:30:09 +0200
  • 387ac9f091 AUTO_ARDUINO_VERSION fix Simon John 2013-06-13 12:30:09 +0200
  • c81cc332f5 Add changelog and start development of v0.10.6 Sudar 2013-06-13 15:06:58 +0530
  • 206b96c85c Merge pull request #66 from sej7278/d10066072f2df78432f0b577853d533215ca2773 Sudar 2013-06-13 02:19:36 -0700
  • f91981656d Merge 518ecdf4ff into e0c8d608de sej7278 2013-06-13 02:06:19 -0700
  • 518ecdf4ff change sed to remove leading 1: from debian version Simon John 2013-06-13 10:52:35 +0200
  • f451f0eacd Merge d10066072f into e0c8d608de sej7278 2013-06-13 01:02:14 -0700
  • 1b97c13f8e Merge branch 'master' of github.com:sej7278/Arduino-Makefile Simon John 2013-06-13 09:55:22 +0200
  • d10066072f fixed whitespace and /dev/null redirection Simon John 2013-06-13 09:38:27 +0200
  • 697f6b6567 undid path changes, left in whitespace fixes and /dev/null redirection Simon John 2013-06-13 09:26:27 +0200
  • 32eccc1a8a merged in the debian patches and removed trailing whitespace Simon John 2013-06-12 16:06:02 +0200
  • e0c8d608de Correct the build directory name in comments Sudar 2013-06-12 12:47:34 +0530
  • 2ff244eeaf Release v0.10.5 0.10.5 Sudar 2013-06-11 16:16:05 +0530
  • 2453f35bae Add todo's and known issues Sudar 2013-06-11 15:55:05 +0530
  • f26a134418 Add support for leonardo. Sudar 2013-06-11 15:37:56 +0530
  • 6759270537 Added example to show how to program using Arduino as ISP. Fixes #55 Sudar 2013-06-09 17:20:05 +0530
  • 365118e6a5 Enhanced support for programming using Arduino as ISP. Fixes #56 Sudar 2013-06-09 17:18:12 +0530
  • 2d77e43216 Enhanced config detection messages Sudar 2013-06-09 17:13:04 +0530
  • 70986c14f6 Strip extra whitespace from the variable. Fixes #57 Sudar 2013-06-09 13:12:19 +0530
  • 36c32e75cc Added leonardo support. Took Code from @guicho271828 Sudar 2013-06-08 17:26:24 +0530
  • ca49da9f1d Moved comments outside the rule. Otherwise the comments were getting printed Sudar 2013-06-08 16:32:43 +0530
  • 1a7f072a6f Merge 35b7f52a16 into 11a416e9e9 Masataro Asai 2013-06-05 23:01:18 -0700
  • 35b7f52a16 Merge remote-tracking branch 'remotes/upstream/master' into private guicho 2013-06-06 14:59:46 +0900
  • bbc0ca1a69 added sudo_*** and raw_sudo_*** and added them to the .PHONY list guicho 2013-06-06 14:36:22 +0900
  • 11a416e9e9 Fixed some typos in comments Sudar 2013-06-06 07:56:08 +0530
  • 722238b95e Reformatted file and changed some wrong tabs into spaces Sudar 2013-06-02 21:33:42 +0530
  • 05b15fe67e Added ifndef ARDUINO_VAR_PATH for compiling for the attiny Sudar 2013-05-31 19:13:17 +0530
  • 3bce1d88d7 Allow adding extra common dependencies Sudar 2013-05-31 18:34:44 +0530
  • d1b6fe3cdf Formatting and typo fixes Sudar 2013-05-31 17:43:00 +0530
  • 47b2dca1ef Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo. Fixes #43 and fixes #51 Sudar 2013-05-31 17:05:47 +0530
  • cd210f96ca Added a todo comment for package authors. Fixes #50 Sudar 2013-05-31 16:57:25 +0530
  • dc3ec57330 Added information about the changes that went in v0.10.4 0.10.4 Sudar 2013-05-31 09:42:44 +0530
  • d8bac0fb14 Moved all version information and change log into HISTORY.md file Sudar 2013-05-31 09:29:36 +0530
  • 43a5d931d6 Merge 4ea3ab7884 into cb5ce2c9af Matthijs Kooijman 2013-05-30 13:49:46 -0700
  • 4ea3ab7884 Enable dependency tracking for libraries and core Matthijs Kooijman 2013-02-20 17:30:44 +0100
  • b96e03dde1 Fix creating of $(OBJDIR) in a proper way Matthijs Kooijman 2013-05-30 19:44:39 +0200
  • 4fdd1765e6 Rewrite dependency code Paul Brook 2012-07-05 04:30:47 +0100
  • 1f043bb819 Compile .ino and .pde files directly Matthijs Kooijman 2013-05-30 13:35:37 +0200
  • 97fa5ae161 Let the Makefile decide which include to use for .pde files Matthijs Kooijman 2013-05-30 13:29:25 +0200
  • 1329730dfe Don't try to read version.txt when it does not exist Matthijs Kooijman 2013-05-30 16:23:32 +0200
  • ae10f71dd4 Output configuration info only once Matthijs Kooijman 2013-05-30 16:09:05 +0200
  • 5ea2437311 Fix raw_upload and reset for normal uploads Matthijs Kooijman 2013-05-30 15:01:07 +0200
  • c64f38ae6d Check that there is exactly one .pde or .ino file Matthijs Kooijman 2013-05-30 13:14:20 +0200
  • e1bed90404 Let MONITOR_BAUDRATE detection also look in .pde files Matthijs Kooijman 2013-05-30 13:09:15 +0200
  • 05ce9fd14b When detecting MONITOR_BAUDRATE, use $(LOCAL_INO_SRCS) Matthijs Kooijman 2013-05-30 13:08:02 +0200
  • 14fd6e7126 Move MONITOR_BAUDRATE detection further down Matthijs Kooijman 2013-05-30 12:55:10 +0200
  • 69be5fe9fd fixed the path of the bundled avrdude and avrdude.conf guicho 2013-05-30 14:31:49 +0900
  • e428e6fa74 fixed avrdude.conf guicho 2013-05-30 13:50:05 +0900
  • 9ae7c63cca fixed some mistakes :b Masataro Asai 2013-05-29 01:30:07 +0900
  • ebcb010684 error when trying a kind of raw_**** command on leonardo. Masataro Asai 2013-05-29 01:20:07 +0900
  • 53b0593ac7 refactoring Masataro Asai 2013-05-29 01:03:49 +0900
  • 0b2877cfed merged/modified/etc. Masataro Asai 2013-05-28 02:18:34 +0900
  • e39c35d9bf Merge 512cf9915b into cb5ce2c9af Scott Howard 2013-05-19 16:05:25 -0700
  • 512cf9915b merge from sudar's branch Scott Howard 2013-05-19 19:05:16 -0400
  • cb5ce2c9af Updated readme to add information about change in maintainers Sudar 2013-05-19 16:33:59 +0530
  • fdf6a75d8b Merge pull request #38 from sudar/master Sudar 2013-05-18 21:34:52 -0700
  • 26dd7beed3 Merge 6e08e2356e into 184230fcf2 Sudar 2013-05-18 02:43:56 -0700
  • 2eaacb466a sorry, it might be a bug Masataro Asai 2013-04-05 17:49:31 +0900
  • 349d254013 arduino leonardo support. Reset leonardo and wait for the connection to be established. Masataro Asai 2013-04-05 17:44:10 +0900
  • 6e08e2356e Merge pull request #12 from jeffkowalski/master Sudar 2013-03-18 18:27:49 -0700
  • 5634d8ba51 removed unnecessary .DS_Store Jeff Kowalski 2013-03-16 00:19:56 -0700
  • 72e0768af0 line numbers reported by gcc on ino files are off by one, automaticaly identifiy libries like the ide Scott Howard 2013-03-12 11:18:46 -0400
  • 79243b8397 Added ifndef ARDUINO_VAR_PATH for compiling for the attiny Daniel Esteban Nombela 2013-02-10 15:13:44 +0100
  • 3d4ec88dfd Allow adding extra common dependencies gabriel 2013-01-31 22:14:07 +0100
  • ccd17539e2 Merge branch 'master' of https://github.com/sudar/Arduino-Makefile gabriel 2013-01-24 12:10:27 +0100
  • cd36eb6abb Updated Readme Sudar 2013-01-21 21:17:39 +0530
  • 0deef0dd4c Merge branch 'master' of git://github.com/fr0sty1/Arduino-Makefile Sudar 2013-01-21 21:15:57 +0530
  • ac410bbfd4 Merge c8253f60ce into 184230fcf2 fr0sty1 2013-01-20 22:19:07 -0800
  • c8253f60ce Update README.md fr0sty1 2013-01-21 00:01:09 -0600
  • e9f5897d19 Fixed the automatic baudrate detection script that was broken if the line already had the tab character Sudar 2013-01-03 22:31:24 +0530
  • 0966e8e5f3 Auto detect sketchbook location even in MAC Sudar 2012-12-23 15:42:30 +0530
  • 5045345467 Merge pull request #10 from gaftech/master Sudar 2012-12-17 04:45:56 -0800
  • 142098be08 Merge branch 'master' of https://github.com/sudar/Arduino-Makefile gabriel 2012-12-17 13:33:33 +0100
  • ec7f239bce Check if ARDUINO_DIR Env variable is defined or not Sudar 2012-12-17 17:12:12 +0530
  • e3b86053eb merge changes from https://github.com/sudar gabriel 2012-12-16 17:06:23 +0100
  • 4446705995 Merged changes from https://github.com/alohr Sudar 2012-12-15 19:54:02 +0530
  • ee59c7ca26 Merge branch 'master' of git://github.com/ASzc/Arduino-Makefile Sudar 2012-12-15 19:46:51 +0530
  • e3844dfc60 Merge branch 'shebang' of git://github.com/anm/Arduino-Makefile Sudar 2012-12-15 19:41:59 +0530
  • addd140302 Enabled warnings Sudar 2012-12-15 19:35:58 +0530
  • 9ebae306d0 Show original line number for error messages Adam Dunlap 2012-08-17 11:50:05 -0700
  • 3afe25ba5a Added verify_size action Sudar 2012-12-15 18:57:08 +0530
  • 2ffdb5b480 Merged all changes from rpavlik Sudar 2012-12-15 18:00:52 +0530
  • b55f3d99a1 updated readme Sudar 2012-12-15 17:34:48 +0530
  • c039f5f39b Merged all commits from upstream Sudar 2012-12-15 17:07:00 +0530
  • ac01a2609b Merged all commits from upstream Sudar 2012-12-15 17:07:00 +0530
  • 86165af726 make build dir (OBJDIR) changeable gabriel 2012-12-14 23:10:03 +0100
  • 9e1a206bd7 Merge 91b6644aa5 into 184230fcf2 jeff oconnell 2012-12-02 21:21:08 -0800
  • 91b6644aa5 allow for separation of user and system libraries so that it's easy to override system libraries with custom / experimental versions jeff oconnell 2012-12-02 23:52:13 -0500
  • 168292425f add eeprom upload support gabriel 2012-11-17 22:18:56 +0100
  • 7f4396a8c5 Merge bfd9dac216 into 184230fcf2 Fabio Pugliese Ornellas 2012-11-12 16:13:48 -0800
  • bfd9dac216 Added dummy file to verify_size to avoid always being run. Fabio Pugliese Ornellas 2012-11-12 22:13:03 -0200
  • b5448a64dc Added sketch size verification. Fabio Pugliese Ornellas 2012-11-12 21:34:51 -0200