You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This tool generates function prototypes and gathers library paths, providing `gc
9
9
10
10
###Usage
11
11
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.
13
13
14
14
*`-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.
15
15
@@ -27,6 +27,8 @@ This tool generates function prototypes and gathers library paths, providing `gc
27
27
28
28
*`-verbose`: Optional, turns on verbose mode.
29
29
30
+
*`-quite`: Optional, supresses almost every output.
31
+
30
32
*`-debug-level`: Optional, defaults to "5". Used for debugging. Set it to 10 when submitting an issue.
31
33
32
34
*`-ide-version`: Optional, defaults to "10600". The version of the Arduino IDE which is using this tool.