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
-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
@@ -34,7 +35,7 @@ optional arguments:
34
35
Generate projects files for IDE. Options are: vscode
35
36
-r, --runFromRAM Run the program from RAM rather than flash
36
37
-uart, --uart Console output to UART (default)
37
-
-usb, --usb Console output to USB (disables other USB functionality)
38
+
-usb, --usb Console output to USB (disables other USB functionality
38
39
```
39
40
You can list the features supported by the tools by using `./pico_project --list`. These features can
40
41
be added to the project using the `--feature` options, this can be used multiple times.
@@ -47,7 +48,7 @@ The GUI version of the tool, run by adding `--gui` to the command line, uses `tk
47
48
48
49
You can add specific features to your project by selecting them from the check boxes on the GUI. This will ensure the build system adds the appropriate code to the build, and also adds simple example code to the project showing how to use the feature. There are a number of options available, which provide the following functionality.
49
50
50
-
Console Options | Description
51
+
Console Options | Description
51
52
----------------|-----------
52
53
Console over UART | Enable a serial console over the UART. This is the default.
53
54
Console over USB | Enable a console over the USB. The device will act as a USB serial port. This can be used in addition to or instead of the UART option, but note that when enabled other USB functionality is not possible.
@@ -62,7 +63,7 @@ Advanced | Brings up a table allowing selection of specific board build options
62
63
63
64
Build Options | Description
64
65
--------------| -----------
65
-
Run Build | Once the project has been created, build it. This will produce files ready for download to the Raspberry Pi Pico.
66
+
Run Build | Once the project has been created, build it. This will produce files ready for download to the Raspberry Pi Pico.
66
67
Overwrite Project | If a project already exists in the specified folder, overwrite it with the new project. This will overwrite any changes you may have made.
67
68
Create VSCode Project | As well as the CMake files, also create the appropriate Visual Studio Code project files.
0 commit comments