File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ It will also add example code for any features and optionally for some standard
11
11
Running ` ./pico_project --help ` will give a list of the available command line parameters
12
12
13
13
```
14
- usage: pico_project.py [-h] [-o OUTPUT] [-x] [-l] [-c] [-f FEATURE] [-over] [-b] [-g] [-p PROJECT] [-r] [-uart] [-usb] [name]
14
+ usage: pico_project.py [-h] [-t TSV] [- o OUTPUT] [-x] [-l] [-c] [-f FEATURE] [-over] [-b] [-g] [-p PROJECT] [-r] [-uart] [-usb] [name]
15
15
16
16
Pico Project generator
17
17
@@ -20,6 +20,7 @@ positional arguments:
20
20
21
21
optional arguments:
22
22
-h, --help show this help message and exit
23
+ -t TSV, --tsv TSV Set an alternative pico_configs.tsv file
23
24
-o OUTPUT, --output OUTPUT
24
25
Set an alternative CMakeList.txt filename
25
26
-x, --examples Add example code for the Pico standard library
You can’t perform that action at this time.
0 commit comments