index
:
Arduino-Makefile.git
auto-lib
headers
master
gitar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Expand
)
Author
2020-08-04
Fixed SyntaxWarning: "is" vs "=="
Simon John
2020-08-04
Rebased python3 branch with some changes from tuna-f1sh@87d5241
Simon John
2018-12-24
Add 'sam' flag to ardmk-init to include Sam.mk rather than Arduino.mk
John Whittington
2018-02-24
SAMD Cortex M0 device support (Zero, MKR1000, etc)
John Whittington
2017-11-07
ardmk-init runs without prompt by default, cli arg added to avoid clint depen...
John Whittington
2017-10-12
Run ardmk-init without dependancy if running quiet
John Whittington
2017-10-06
Add ardmk-init manpage and correct typos
John Whittington
2017-10-02
ardmk-init linted using pylint
John Whittington
2017-09-28
ardmk-init arg parse options and made V1.0
John Whittington
2017-09-28
WIP: ardmk-init more verbose about directory operating in
John Whittington
2017-09-28
WIP: CLI project makefile generator
John Whittington
2017-07-12
Add makefile for Robotis OpenCM & update version to 1.6.0
Karl Semich
2016-02-11
should be setBaudrate not setBaudRate
Gaute Hope
2016-02-09
ard-reset-arduino: support pyserial 3.0
Gaute Hope
2015-04-04
Fix reset for leonardo
Calvin Li
2014-04-02
python3 compatibility
Simon John
2014-04-02
replace perl reset script with python one
Simon John
2013-07-09
Replace Leonardo detection with Caterina detection
Sudar
2013-07-09
Implement ard-parse-boards with shell scripting instead of Perl.
Christopher Peplin
2013-07-03
Replace Leonardo detection with Caterina detection
Simon John
2013-07-02
Move wait-for-reconnection logic inside ard-reset-arduino
Sudar
2013-07-01
Move binary sketch size verification logic inside makefile
Sudar
2013-06-21
Add support for reseting "Micro" Arduino.
Simon John
2013-06-14
Move reseting Leonardo logic to ard-reset-arduino
Sudar
2013-06-13
fixed whitespace and /dev/null redirection
Simon John
2013-06-08
Added leonardo support. Took Code from @guicho271828
Sudar
2013-05-31
Added a todo comment for package authors. Fixes #50
Sudar
2012-12-17
Check if ARDUINO_DIR Env variable is defined or not
Sudar
2012-12-15
Merge branch 'master' of git://github.com/ASzc/Arduino-Makefile
Sudar
2012-12-15
Merge branch 'shebang' of git://github.com/anm/Arduino-Makefile
Sudar
2012-11-12
Added sketch size verification.
Fabio Pugliese Ornellas
2012-10-21
Changed shebang to use /usr/bin/env
Alistair MacLeod
2012-09-25
Update boards_txt path in bin/ard-parse-boards to include environment variabl...
Alex Szczuczko
2012-04-29
Rejig path calculations.\nMove reset target to Perl.\n
Martin Oldfield