Tags: HackableHardware/Arduino-Makefile
Tags
Tagging v1.3.1 for release The following are the major changes that went through in this release Fix: BUNDLED_AVR_TOOLS_DIR is now set properly when using only arduino-core and not the whole arduino package. (https://github.com/sej7278) New: Document all variables that can be overridden. (https://github.com/sej7278) New: Add a new help_vars target to display information about variables that can be overridden. Major credit goes to @sej7278
This release adds support for Windows. Following is the list of changes that went in this release - Fix: Use more reliable serial device naming in Windows. Fix issue sudar#139 and sudar#155 (https://github.com/peplin) - Fix: Document that ARDUINO_DIR must be a relative path in Windows. Fix issue sudar#156 (https://github.com/peplin) - Tweak: Don't hard code MONITOR_PORT in examples, for more flexible testing. (Issue sudar#157) (https://github.com/peplin) - Tweak: Silence the stderr output from call to which. (Issue sudar#158) (https://github.com/peplin) - Fix: Override complete compiler tool paths for chipKIT. (Issue sudar#159) (https://github.com/peplin) - New: The makefile is compatible with Windows - New: Update README.md file about usage and Windows compatibility Also checkout `HISTORY.md` file for full information. Major credit goes to @peplin
PreviousNext