index
:
Arduino-Makefile.git
auto-lib
headers
master
gitar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arduino-mk
/
Arduino.mk
Age
Commit message (
Expand
)
Author
2013-06-11
Add support for leonardo.
Sudar
2013-06-09
Enhanced support for programming using Arduino as ISP. Fixes #56
Sudar
2013-06-09
Enhanced config detection messages
Sudar
2013-06-09
Strip extra whitespace from the variable. Fixes #57
Sudar
2013-06-08
Added leonardo support. Took Code from @guicho271828
Sudar
2013-06-08
Moved comments outside the rule. Otherwise the comments were getting printed
Sudar
2013-06-06
Fixed some typos in comments
Sudar
2013-06-02
Reformatted file and changed some wrong tabs into spaces
Sudar
2013-05-31
Added ifndef ARDUINO_VAR_PATH for compiling for the attiny
Sudar
2013-05-31
Allow adding extra common dependencies
Sudar
2013-05-31
Formatting and typo fixes
Sudar
2013-05-31
Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo. Fixes #43 ...
Sudar
2013-05-31
Added information about the changes that went in v0.10.4
0.10.4
Sudar
2013-05-31
Moved all version information and change log into HISTORY.md file
Sudar
2013-05-30
Enable dependency tracking for libraries and core
Matthijs Kooijman
2013-05-30
Fix creating of $(OBJDIR) in a proper way
Matthijs Kooijman
2013-05-30
Rewrite dependency code
Paul Brook
2013-05-30
Compile .ino and .pde files directly
Matthijs Kooijman
2013-05-30
Let the Makefile decide which include to use for .pde files
Matthijs Kooijman
2013-05-30
Don't try to read version.txt when it does not exist
Matthijs Kooijman
2013-05-30
Output configuration info only once
Matthijs Kooijman
2013-05-30
Fix raw_upload and reset for normal uploads
Matthijs Kooijman
2013-05-30
Check that there is exactly one .pde or .ino file
Matthijs Kooijman
2013-05-30
Let MONITOR_BAUDRATE detection also look in .pde files
Matthijs Kooijman
2013-05-30
When detecting MONITOR_BAUDRATE, use $(LOCAL_INO_SRCS)
Matthijs Kooijman
2013-05-30
Move MONITOR_BAUDRATE detection further down
Matthijs Kooijman
2013-02-10
Added ifndef ARDUINO_VAR_PATH for compiling for the attiny
Daniel Esteban Nombela
2013-01-31
Allow adding extra common dependencies
gabriel
2013-01-03
Fixed the automatic baudrate detection script that was broken if the line alr...
Sudar
2012-12-23
Auto detect sketchbook location even in MAC
Sudar
2012-12-16
merge changes from https://github.com/sudar
gabriel
2012-12-15
Merged changes from https://github.com/alohr
Sudar
2012-12-15
Enabled warnings
Sudar
2012-12-15
Show original line number for error messages
Adam Dunlap
2012-12-15
Added verify_size action
Sudar
2012-12-15
Merged all changes from rpavlik
Sudar
2012-12-15
Merged all commits from upstream
Sudar
2012-12-14
make build dir (OBJDIR) changeable
gabriel
2012-11-17
add eeprom upload support
gabriel
2012-11-12
Added dummy file to verify_size to avoid always being run.
Fabio Pugliese Ornellas
2012-11-12
Added sketch size verification.
Fabio Pugliese Ornellas
2012-11-06
removing -w from CPPFLAGS (warnings can be usefull)
gabriel
2012-11-02
Fix upload in case of parallelized make.
Jan Gosmann
2012-11-01
Make the makefile error if the arduino port is not present.
Ryan Pavlik
2012-11-01
Make everybody depend on the makefile, in case cflags are changed, etc.
Ryan Pavlik
2012-11-01
Be able to silence configuration output
Ryan Pavlik
2012-11-01
Fixing problem of hanging upload.
Jan Gosmann
2012-10-07
set USB_VID and USB_PID only for leonardo boards
Andreas Lohr
2012-09-20
Provide symbol_sizes and generated_assembly targets.
Ryan Pavlik
2012-09-20
Change .sym output
Ryan Pavlik
[next]