Skip to content

Commit c70f367

Browse files
authored
Update README.md
1 parent 089d5ad commit c70f367

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CI/build/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ optional arguments:
2525
-b pattern, --board pattern
2626
pattern to find one or more board(s) to build
2727
-c, --clean clean output directory
28-
<user patch config>/arduinoBuilderOutput
28+
<user path config>/arduinoBuilderOutput
2929
--arch architecture core architecture to build. Default build architecture
3030
is stm32
3131
--config <core configuration file>
@@ -34,14 +34,13 @@ optional arguments:
3434
build, applicability of sketches for boards or
3535
required options. If sketch is not listed then
3636
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
3938
-v, --verbose enable arduino-builder verbose mode
4039
--bin save binaries
4140
--travis Custom configuration for Travis CI build
4241
4342
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
4544
4645
-i <shetch filepath>, --ino <shetch filepath>
4746
single ino file to build
@@ -51,7 +50,7 @@ Sketch(es) options:
5150
pattern to find one or more sketch to build
5251
-e <excluded sketches list filepath>, --exclude <excluded sketches list filepath>
5352
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
5554
```
5655

5756
## Cores configuration files

0 commit comments

Comments
 (0)