Skip to content

Releases: sudar/Arduino-Makefile

v1.6.0

17 Jul 06:11
Compare
Choose a tag to compare

This release adds support for Robotis OpenCM boards (contributed by @fuzzyTew)

In addition to that the following changes were also made

v1.5

09 Apr 16:00
Compare
Choose a tag to compare

This release adds support for Arduino 1.5.x and 1.6.x IDE's

v1.3.4

12 Jul 15:33
Compare
Choose a tag to compare

Add man page to Debian package

13 Apr 04:31
Compare
Choose a tag to compare

In this release we add the man page back to the debian package.

Huge thanks to @sej7278

Various bug fixes

11 Apr 14:58
Compare
Choose a tag to compare

This is a bug fix release and includes the following changes

Documentation for all vars

04 Feb 13:03
Compare
Choose a tag to compare
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

Support for Windows

04 Feb 13:04
Compare
Choose a tag to compare
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 #139 and #155 (https://github.com/peplin)
- Fix: Document that ARDUINO_DIR must be a relative path in Windows. Fix issue #156 (https://github.com/peplin)
- Tweak: Don't hard code MONITOR_PORT in examples, for more flexible testing. (Issue #157) (https://github.com/peplin)
- Tweak: Silence the stderr output from call to which. (Issue #158) (https://github.com/peplin)
- Fix: Override complete compiler tool paths for chipKIT. (Issue #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

v1.2.0 - Fix difference between git checkout vs package installation

14 Jan 09:13
Compare
Choose a tag to compare

This release fixes the git checkout vs package installation.

If you are installing using git checkout, then you have to remove the arduino-mk folder from your ARDMK_DIR variable.

Major credit goes to @sej7278

1.1.0

30 Dec 09:39
Compare
Choose a tag to compare