Arduino-Makefile/bin
Sudar 8a2e251e95 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
2013-07-01 21:54:56 +05:30
..
ard-parse-boards fixed whitespace and /dev/null redirection 2013-06-13 09:38:27 +02:00
ard-reset-arduino Add support for reseting "Micro" Arduino. 2013-06-21 08:37:11 +05:30
wait-connection-leonardo Move reseting Leonardo logic to ard-reset-arduino 2013-06-14 16:09:38 +05:30