From 5abf12bdb2fa131e840d89a09fd11e8da0e2f433 Mon Sep 17 00:00:00 2001 From: Sudar Date: Tue, 2 Jul 2013 08:41:19 +0530 Subject: 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 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 0d79497..a373b71 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) -- cgit v1.2.3