aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk/Arduino.mk
diff options
context:
space:
mode:
Diffstat (limited to 'arduino-mk/Arduino.mk')
-rw-r--r--arduino-mk/Arduino.mk19
1 files changed, 2 insertions, 17 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk
index 80ccfb8..ed95207 100644
--- a/arduino-mk/Arduino.mk
+++ b/arduino-mk/Arduino.mk
@@ -127,23 +127,8 @@
#
# Included libraries are built in the build-{BOARD_TAG}/libs subdirectory.
#
-# Besides make upload you can also
-# make - no upload
-# make clean - remove all our dependencies
-# make depends - update dependencies
-# make reset - reset the Arduino by tickling DTR on the serial port
-# 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.
-# make verify_size - Verify that the size of the final file is less than
-# the capacity of the micro controller.
-# make eeprom - upload the eep file
-# make raw_eeprom - upload the eep file without first resetting
+# Besides make upload, there are a couple of other targets that are available.
+# Do make help to get the complete list of targets and their description
#
########################################################################
#