More explanations about run --targets

This commit is contained in:
Ivan Kravets
2015-08-01 17:30:20 +03:00
parent edcad9c251
commit 86e39f9b44
2 changed files with 12 additions and 9 deletions
+10 -1
View File
@@ -33,7 +33,16 @@ Process specified environments
.. option::
-t, --target
Process specified targets
Process specified targets.
Pre-built targets:
* ``clean`` delete compiled object files, libraries and firmware/program binaries
* ``upload`` enable "auto-uploading" for embedded platforms after building
operation
* ``uploadlazy`` upload existing firmware without project rebuilding
* ``envdump`` dump current build environment
* ``size`` print the size of the sections in a firmware/program
.. option::
--upload-port