aboutsummaryrefslogtreecommitdiff
path: root/bin/ard-verify-size
AgeCommit message (Collapse)Author
2013-07-01Move binary sketch size verification logic inside makefileSudar
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
2012-11-12Added sketch size verification.Fabio Pugliese Ornellas