Skip to content

Support for Windows

Compare
Choose a tag to compare
@sudar sudar released this 04 Feb 13:04
· 445 commits to master since this release
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