File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,10 @@ optional arguments:
35
35
Generate projects files for IDE. Options are: vscode
36
36
-r, --runFromRAM Run the program from RAM rather than flash
37
37
-uart, --uart Console output to UART (default)
38
- <<<<<<< HEAD
39
38
-nouart, --nouart Disable console output to UART
40
39
-usb, --usb Console output to USB (disables other USB functionality)
41
40
cpp, --cpp Generate C++ code
42
41
-d DEBUGGER, --debugger DEBUGGER Select debugger (0 = SWD, 1 = PicoProbe)
43
- =======
44
- -usb, --usb Console output to USB (disables other USB functionality
45
- >>>>>>> 5ba387a (update README help with new option)
46
42
```
47
43
You can list the features supported by the tools by using ` ./pico_project --list ` . These features can
48
44
be added to the project using the ` --feature ` options, this can be used multiple times.
You can’t perform that action at this time.
0 commit comments