diff options
| author | Geoff Holden <geoff.holden@mun.ca> | 2014-03-14 16:10:18 -0230 |
|---|---|---|
| committer | Geoff Holden <geoff.holden@mun.ca> | 2014-03-14 16:10:18 -0230 |
| commit | ce89531226ea89bf5750bf5236eec2304119ebdf (patch) | |
| tree | 91b26d26fc82415b35f10026a832f829c1bfdaae /HISTORY.md | |
| parent | f1a79dbb3f6a5d06e9d6ddbacc8d6a378dcaec47 (diff) | |
Fix: Consider usb... to be a valid ISP_PORT
AVRDUDE requires -P usb to be passed as an argument for some ISP
devices, and it is also required in the case where you have multiple
usbtiny or usbasp devices connected at once to select a specific one.
Fix #167
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Tweak: Add `OBJDIR` to `arduino-mk-vars.md` (https://github.com/tinyladi) - Tweak: *Beautify* `arduino-mk-vars.md` with code blocks. (https://github.com/tinyladi) - Fix: AVR tools paths for chipKIT in Linux. (https://github.com/peplin) +- Fix: Consider usb or usb:... to be a valid ISP_PORT (https://github.com/geoffholden) ### 1.3.1 (2014-02-04) - Fix: BUNDLED_AVR_TOOLS_DIR is now set properly when using only arduino-core and not the whole arduino package. (https://github.com/sej7278) |
