@@ -25,7 +25,7 @@ optional arguments:
25
25
-b pattern, --board pattern
26
26
pattern to find one or more board(s) to build
27
27
-c, --clean clean output directory
28
- <user patch config>/arduinoBuilderOutput
28
+ <user path config>/arduinoBuilderOutput
29
29
--arch architecture core architecture to build. Default build architecture
30
30
is stm32
31
31
--config <core configuration file>
@@ -34,14 +34,13 @@ optional arguments:
34
34
build, applicability of sketches for boards or
35
35
required options. If sketch is not listed then
36
36
applicable to all board. Default core configuration is
37
- for 'stm32' architecture in: <user patch config>/arduino-
38
- builder/conf/cores_config.json
37
+ for 'stm32' architecture in: conf/cores_config.json
39
38
-v, --verbose enable arduino-builder verbose mode
40
39
--bin save binaries
41
40
--travis Custom configuration for Travis CI build
42
41
43
42
Sketch(es) options:
44
- By default build <user patch config>/arduino /examples/01.Basics/Blink/Blink.ino
43
+ By default build <arduino path> /examples/01.Basics/Blink/Blink.ino
45
44
46
45
-i <shetch filepath>, --ino <shetch filepath>
47
46
single ino file to build
@@ -51,7 +50,7 @@ Sketch(es) options:
51
50
pattern to find one or more sketch to build
52
51
-e <excluded sketches list filepath>, --exclude <excluded sketches list filepath>
53
52
file containing pattern of sketches to ignore. Default
54
- path : <user patch config>/arduino-builder/ conf/exclude_list.txt
53
+ path : conf/exclude_list.txt
55
54
```
56
55
57
56
## Cores configuration files
0 commit comments