From 229187d26c444feeb64fffd24757237735d2b36c Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Thu, 5 Jul 2012 12:57:45 -0500 Subject: [PATCH] add the size and disasm targets to the docs --- arduino-mk/Arduino.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index d33640b..1c7935e 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -179,6 +179,11 @@ # make raw_upload - upload without first resetting # make show_boards - list all the boards defined in boards.txt # make monitor - connect to the Arduino's serial port +# make size - show the size of the compiled output (relative to +# resources, if you have a patched avr-size) +# make disasm - generate a .lss file in build-cli that contains +# disassembly of the compiled file interspersed +# with your original source code. # ######################################################################## #