Skip to content

Tags: HackableHardware/Arduino-Makefile

Tags

1.6.0

Toggle 1.6.0's commit message
Tagging v1.6.0 for release

1.5.2

Toggle 1.5.2's commit message
Tagging v1.5.2 for release

v1.5.2

Toggle v1.5.2's commit message
Tagging v1.5.2 for release

1.5.1

Toggle 1.5.1's commit message
Tagging v1.5.1 for release

1.5

Toggle 1.5's commit message
Tagging v1.5 for release

1.3.4

Toggle 1.3.4's commit message
Tagging v1.3.4 for release

1.3.3

Toggle 1.3.3's commit message
Tagging v1.3.3 for release

1.3.2

Toggle 1.3.2's commit message
Tagging v1.3.2 for release

1.3.1

Toggle 1.3.1's commit message
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

1.3.0

Toggle 1.3.0's commit message
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