| Age | Commit message (Collapse) | Author |
|
Fix #128
|
|
This is just a minor bug fix release
|
|
|
|
|
|
Fix #119
|
|
Both `ARDMK_DIR` and `ARDMK_PATH` needs to be set differently based on
whether the makefile is installed through a package or git checkout.
Refer to #111 to find out why it is needed.
|
|
|
|
When support for ChipKit was added recently (issue #98) it broke the way
ARDMK_PATH and ARDMK_DIR were handled, if the package was installed
through package. It was only working if you have done a git checkout.
This commit fixes it, but searching for `Common.mk` both in
`ARDMK_DIR/arduino-mk` and `ARDMK_DIR/` directories.
Fix #110
|
|
YAML is no longer necessary in Perl since ard-parse-boards was implemented in the Makefile itself.
|
|
|
|
|
|
Signed-off-by: Ralf Doering <ralf@rdoering.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Leonardo board requires a new way of handling board reset.
There is a new script which does the reset differently for leonardo boards.
close #30 and close #44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
documentation patch) as per Scott Howard's comment
|
|
|
|
notes for other OSs
|
|
Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|