diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-07-02 08:41:19 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-07-02 21:48:33 +0530 |
| commit | 5abf12bdb2fa131e840d89a09fd11e8da0e2f433 (patch) | |
| tree | 57bf716b5c76496ce5fd81a82f042b2a8325341f /HISTORY.md | |
| parent | 8a2e251e95205c6501932bf167fc763b1a5b574c (diff) | |
Move wait-for-reconnection logic inside ard-reset-arduino
When a Leonardo based board is reset, the port disappears and we need to
wait till it comes back.
Earlier this logic was handled by a separate shell script. Now the logic
is moved inside the ard-reset-arduino perl script. This is done to
reduce the number of binaries that are needed by the makefile.
Fix #95
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ The following is the rough list of changes that went into different versions. I - Remove redundant checks for ARDUINO_DIR - Improve avrdude and avrdude.conf path auto detection. Fix issue #48 - Move binary sketch size verification logic inside makefile. Fix issue #54 +- Remove dependency on wait-connection-leonardo shell script. Fix issue #95 ### 0.12.0 (2013-06-20) - Fix "generated_assembly" target, which got broken earlier. Fix issue #76 (https://github.com/matthijskooijman) |
