aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-07-01 21:54:56 +0530
committerSudar <sudar@sudarmuthu.com>2013-07-01 21:54:56 +0530
commit8a2e251e95205c6501932bf167fc763b1a5b574c (patch)
tree74e9fb1baf6d2b81179462f7372383e88375a927 /HISTORY.md
parent45f230c5c8f33c31d9d2af0d5ab629a3332c1fcb (diff)
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
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
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)