| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-24 | SAMD Cortex M0 device support (Zero, MKR1000, etc) | John Whittington | |
| Compilation improvements by adding variant as other obj but not working on device Arduino Zero devices with OpenOCD working Created ARM_TOOLS_DIR and define arm toolchain executables in Sam.mk Check avr-gcc on last AVR_TOOLS_DIR detect and indenting formatting GDB debugging and programming added Documentation updates and define ARDMK_VENDOR rather than include Sam.mk Expand all parse_boards when defined rather than when used Trim extra defines regex working on both macOS and Linux but need better fix Print USB ids and added debug usage to readme Add note on Arduino package dir and made board.txt work Do ARM ARDUINO_ARCH define in Arduino.mk] Add MZeroBlink to non-testable examples for now Remove \B from extra defines grep Add ARDUINO_PACKAGE_DIR for board support files Fix a typo in the README Fix typo in arduino-mk-vars.md Prevent re-including Arduino.mk from Sam.mk when make restarts for upload Add catrina to ARD_REST_OPTS if/else Remove realpath in Sam.mk for cygwin compatability SAMD bootloader support in ard-reset using --zero Enters bootloader using open/close of port at 1200 BAUD, then polls the attached devices for new port enumerating (bootloader). This is how the Arduino IDE operates Bossa support for Zero, MKR1000 etc Re-word Arm README section after Native USB development Reset for zero refactored like IDE Zero bootloader reset tested on macOS and comments added Re-word ARM bootloader and remove imports from testing Patch changes ARDMK_VENDOR->ARCHITECHTURE, show_config_vars, ignore CORE_VER if emtpy Common.mk header guard, openocd/bossac avoid separator, typos Documentation update for patch changes Move ARM tools to Sam.mk and auto-detect include Correct accidental commit of Blink Makefile change Lib fix with alternative core and documentation Append zero to ARD_RESET_OPTS rather than set Prioritise package ARM upload tools over path installed Add note in README on ARM tools versions Move openocd variant config script flag to OPTS | |||
| 2017-09-06 | Auto detect Windows sketchbook path using USERPROFILE not HOME and spelling | John Whittington | |
| 2017-09-05 | Documentation changes for Windows usage | John Whittington | |
| 2017-08-08 | Quote the prefix tag in the space_pad_to function | SZEDER Gábor | |
| POSIX shells treat an unquoted [abcd] as a pattern bracket expression and apply it for filename expansion. This kicks in and causes troubles in the space_pad_to function when it's called to pad prefix tags like '[AUTODETECT]', because the argument holding such a tag is passed to a shell unquoted. The result is funny output when the directory containing the Makefile also contains any files or directories, whose name is a single upper-case character that can be found in any prefix tags: $ touch A B C D $ make ------------------------- Arduino.mk Configuration: - A C D CURRENT_OS = LINUX - [USER] ARDUINO_DIR = /home/szeder/src/arduino/arduino-1.8.1 - [USER] ARDMK_DIR = /home/szeder/src/arduino/Arduino-Makefile - A C D ARDUINO_VERSION = 181 - A D ARCHITECTURE = avr - A D ARDMK_VENDOR = arduino - A D ARDUINO_SKETCHBOOK = <snip> Prevent this by quoting space_pad_to's parameter when passing it to a shell. | |||
| 2015-04-04 | Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSX | Simon John | |
| 2014-10-22 | put ARDUINO_DIR block after Travis-CI block else travis will fail. | stepcut | |
| 2014-10-22 | move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use ↵ | stepcut | |
| auto-detected location. | |||
| 2014-09-22 | Update Travis-CI scripts to test against Arduino v1.0.6 | Simon John | |
| 2014-09-21 | Removed Travis-CI references from all examples. Regular users | Simon John | |
| are not affected by test scripts/makefiles. Added makefile and gcc version info to config output. Tested on Arduino 1.0.6 | |||
| 2014-03-20 | Add phony target to run pre-build hook script | Julien Ridoux | |
| Fix #176 | |||
| 2014-01-14 | Move files out of `arduino-mk` subdirectory | Simon John | |
| fix #152 | |||
