add the size and disasm targets to the docs
This commit is contained in:
parent
2a5e7fd242
commit
229187d26c
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
#
|
||||
########################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue