Skip to content

Commit 0af3f7f

Browse files
author
Federico Fissore
committed
Updated README.md
Signed-off-by: Federico Fissore <[email protected]>
1 parent a0dfb78 commit 0af3f7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This tool generates function prototypes and gathers library paths, providing `gc
99

1010
### Usage
1111

12-
* `-compile` or `-dump-prefs`: Optional. If omitted, defaults to `-compile`. `-dump-prefs` will just print all build preferences used, `-compile` will use those preferences to run the actual compiler.
12+
* `-compile` or `-dump-prefs` or `-preprocess`: Optional. If omitted, defaults to `-compile`. `-dump-prefs` will just print all build preferences used, `-compile` will use those preferences to run the actual compiler, `-preprocess` will only print preprocessed code to stdout.
1313

1414
* `-hardware`: Mandatory. Folder containing Arduino platforms. An example is the `hardware` folder shipped with the Arduino IDE, or the `packages` folder created by Arduino Boards Manager. Can be specified multiple times. If conflicting hardware definitions are specified, the last one wins.
1515

@@ -27,6 +27,8 @@ This tool generates function prototypes and gathers library paths, providing `gc
2727

2828
* `-verbose`: Optional, turns on verbose mode.
2929

30+
* `-quite`: Optional, supresses almost every output.
31+
3032
* `-debug-level`: Optional, defaults to "5". Used for debugging. Set it to 10 when submitting an issue.
3133

3234
* `-ide-version`: Optional, defaults to "10600". The version of the Arduino IDE which is using this tool.

0 commit comments

Comments
 (0)