From 8a2e251e95205c6501932bf167fc763b1a5b574c Mon Sep 17 00:00:00 2001 From: Sudar Date: Mon, 1 Jul 2013 21:54:56 +0530 Subject: Move binary sketch size verification logic inside makefile Earlier bin/ard-verify-size shell script was used to validate that the binary hex file size is less than the flash memory of the target microcontroller. This commit removes the dependency on the external shell script, by moving the binary size verification logic inside the makefile itself. Fix #54 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 8c24017..0d79497 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,6 +11,7 @@ The following is the rough list of changes that went into different versions. I - Auto detect alternate core path from sketchbook folder. Fix issue #86 - 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 ### 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