Skip to content

Commit 6763c85

Browse files
committed
Add documentation for mbed compile -f|--flash
1 parent 5610e35 commit 6763c85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ The arguments for *compile* are:
366366
* `--library` to compile the code as a [static .a/.ar library](#compiling-static-libraries).
367367
* `--config` to inspect the runtime compile configuration (see below).
368368
* `-S` or `--supported` shows a matrix of the supported targets and toolchains.
369+
* `-f` or `--flash` to flash/program a connected target after successful compile.
369370
* `-c ` to build from scratch, a clean build or rebuild.
370371
* `-j <jobs>` to control the compile processes on your machine. The default value is 0, which infers the number of processes from the number of cores on your machine. You can use `-j 1` to trigger a sequential compile of source code.
371372
* `-v` or `--verbose` for verbose diagnostic output.

0 commit comments

Comments
 (0)