Remove redundant list of targets
After #118, we have a separate target (help) to list all available targets. Having this list in a single place is better, since we don't have to make changes in multiple places when things change.
This commit is contained in:
parent
f9027d4d13
commit
50e407f8a7
1 changed files with 2 additions and 17 deletions
|
@ -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
|
||||
#
|
||||
########################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue