aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk/Arduino.mk
diff options
context:
space:
mode:
authorRyan Pavlik <rpavlik@iastate.edu>2012-07-05 12:57:45 -0500
committerRyan Pavlik <rpavlik@iastate.edu>2012-07-05 12:57:45 -0500
commit229187d26c444feeb64fffd24757237735d2b36c (patch)
tree746d446e356f961164a59a27f255ca60ce82b1ef /arduino-mk/Arduino.mk
parent2a5e7fd242e38256b3a4e80bc655a97b8791e85b (diff)
add the size and disasm targets to the docs
Diffstat (limited to 'arduino-mk/Arduino.mk')
-rw-r--r--arduino-mk/Arduino.mk5
1 files changed, 5 insertions, 0 deletions
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.
#
########################################################################
#