File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,14 @@ 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
38
39
-nouart, --nouart Disable console output to UART
39
40
-usb, --usb Console output to USB (disables other USB functionality)
40
41
cpp, --cpp Generate C++ code
41
42
-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)
42
46
```
43
47
You can list the features supported by the tools by using ` ./pico_project --list ` . These features can
44
48
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