Commit graph

137 commits

Author SHA1 Message Date
Masataro Asai
53b0593ac7 refactoring 2013-05-29 01:03:49 +09:00
Masataro Asai
0b2877cfed merged/modified/etc.
1. Merge remote-tracking branch 'refs/remotes/sudar/master'

Conflicts:
	.gitignore
	arduino-mk/Arduino.mk

2. reflected the advise from jaysonlarose.
3. I guess raw_eeprom should require `reset' on leonardo... I'm not sure.
2013-05-28 02:18:34 +09:00
Sudar
cb5ce2c9af Updated readme to add information about change in maintainers 2013-05-19 16:33:59 +05:30
Sudar
fdf6a75d8b Merge pull request #38 from sudar/master
Merge all changes from Sudar's fork into upstream
2013-05-18 21:34:52 -07:00
Masataro Asai
2eaacb466a sorry, it might be a bug 2013-04-05 17:49:31 +09:00
Masataro Asai
349d254013 arduino leonardo support.
Reset leonardo and wait for the connection
to be established.
2013-04-05 17:44:10 +09:00
Sudar
6e08e2356e Merge pull request #12 from jeffkowalski/master
removed unnecessary .DS_Store from examples/BlinkWithoutDelay/
2013-03-18 18:27:49 -07:00
Jeff Kowalski
5634d8ba51 removed unnecessary .DS_Store 2013-03-16 00:19:56 -07:00
Sudar
cd36eb6abb Updated Readme 2013-01-21 21:17:39 +05:30
Sudar
0deef0dd4c Merge branch 'master' of git://github.com/fr0sty1/Arduino-Makefile 2013-01-21 21:15:57 +05:30
fr0sty1
c8253f60ce Update README.md 2013-01-21 00:01:09 -06:00
Sudar
e9f5897d19 Fixed the automatic baudrate detection script that was broken if the line already had the tab character 2013-01-03 22:31:24 +05:30
Sudar
0966e8e5f3 Auto detect sketchbook location even in MAC 2012-12-23 15:42:30 +05:30
Sudar
5045345467 Merge pull request #10 from gaftech/master
EEPROM upload support
2012-12-17 04:45:56 -08:00
Sudar
ec7f239bce Check if ARDUINO_DIR Env variable is defined or not 2012-12-17 17:12:12 +05:30
gabriel
e3b86053eb merge changes from https://github.com/sudar 2012-12-16 17:06:23 +01:00
Sudar
4446705995 Merged changes from https://github.com/alohr 2012-12-15 19:54:02 +05:30
Sudar
ee59c7ca26 Merge branch 'master' of git://github.com/ASzc/Arduino-Makefile 2012-12-15 19:46:51 +05:30
Sudar
e3844dfc60 Merge branch 'shebang' of git://github.com/anm/Arduino-Makefile 2012-12-15 19:41:59 +05:30
Sudar
addd140302 Enabled warnings 2012-12-15 19:35:58 +05:30
Adam Dunlap
9ebae306d0 Show original line number for error messages 2012-12-15 19:31:37 +05:30
Sudar
3afe25ba5a Added verify_size action 2012-12-15 18:57:08 +05:30
Sudar
2ffdb5b480 Merged all changes from rpavlik 2012-12-15 18:00:52 +05:30
Sudar
b55f3d99a1 updated readme 2012-12-15 17:34:48 +05:30
Sudar
c039f5f39b Merged all commits from upstream 2012-12-15 17:29:59 +05:30
Sudar
ac01a2609b Merged all commits from upstream 2012-12-15 17:07:00 +05:30
gabriel
86165af726 make build dir (OBJDIR) changeable 2012-12-14 23:10:03 +01:00
gabriel
168292425f add eeprom upload support 2012-11-17 22:18:56 +01:00
Fabio Pugliese Ornellas
bfd9dac216 Added dummy file to verify_size to avoid always being run. 2012-11-12 22:13:03 -02:00
Fabio Pugliese Ornellas
b5448a64dc Added sketch size verification. 2012-11-12 21:34:51 -02:00
Sudar
bb172d1c42 Merge pull request #8 from jgosmann/master
Fixing hanging uploads
2012-11-10 21:41:49 -08:00
gabriel
1e078625cb removing -w from CPPFLAGS (warnings can be usefull) 2012-11-06 14:33:10 +01:00
Jan Gosmann
90e3c9ad0b Fix upload in case of parallelized make. 2012-11-02 12:51:53 +01:00
Ryan Pavlik
edd514d65c Make the makefile error if the arduino port is not present. 2012-11-01 10:57:11 -05:00
Ryan Pavlik
ee98d0c89b Make everybody depend on the makefile, in case cflags are changed, etc. 2012-11-01 10:34:09 -05:00
Ryan Pavlik
a814a9c276 Be able to silence configuration output 2012-11-01 10:33:46 -05:00
Jan Gosmann
bc8caf8358 Fixing problem of hanging upload. 2012-11-01 12:03:32 +01:00
Alistair MacLeod
86b7b034dc Changed shebang to use /usr/bin/env 2012-10-21 21:05:56 +01:00
Andreas Lohr
4241eccacc added MacPorts 2012-10-07 11:54:14 +02:00
Andreas Lohr
77f8ee0d77 use perl from /opt/local 2012-10-07 10:33:22 +02:00
Andreas Lohr
adbd6532f9 set USB_VID and USB_PID only for leonardo boards 2012-10-07 10:28:10 +02:00
Alex Szczuczko
184b482a98 Update boards_txt path in bin/ard-parse-boards to include environment variable ARDUINO_DIR
This corrects the behaviour of  ard-parse-boards --boards  , which would
fail if the path to boards.txt on the system didn't match the value
which was hardcoded.
2012-09-25 21:34:26 -04:00
Ryan Pavlik
84648978fb Provide symbol_sizes and generated_assembly targets.
Also update existing auxiliary targets with help, and
make the .PHONY list complete and in order.
2012-09-20 11:30:46 -05:00
Ryan Pavlik
6041f6201d Change .sym output 2012-09-20 11:29:36 -05:00
Ryan Pavlik
05a31db481 Make disasm more helpful 2012-09-20 11:29:26 -05:00
Ryan Pavlik
24c2366f26 Use variables instead of hardcoded commands 2012-09-20 11:29:15 -05:00
Ryan Pavlik
87060fa5c2 Add knowledge of device-specific assembler 2012-09-20 11:28:42 -05:00
Martin Oldfield
184230fcf2 Added changelog 2012-09-17 18:08:22 +01:00
Martin Oldfield
869b5d8516 Added support for the USB PID/VID needed for the Leonardo, as per patches from Dan Villiom Podlaski Christiansen and Marc Plano-Lesay 2012-09-17 17:06:48 +01:00
Martin Oldfield
9395817c96 Only set AVRDUDE_CONF if it's not set, as per Tom Hall's patch 2012-09-17 16:38:46 +01:00