Skip to content

Commit 47c1e22

Browse files
committed
Remove export from collab doc, already covered in separate page
1 parent f3b067f commit 47c1e22

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/tools/CLI/cli-collaborate.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ Don't forget to set the current directory as the root of your program:
1616
$ mbed new .
1717
```
1818

19-
### Exporting to desktop IDEs
20-
21-
If you need to debug your code, you can export your source tree to an IDE project file to use the IDE's debugging facilities. Mbed CLI supports exporting to Keil uVision, IAR Workbench, a Makefile using GCC Arm, Eclipse using GCC Arm and other IDEs.
22-
23-
For example, to export to uVision, run:
24-
25-
```
26-
$ mbed export -i uvision -m K64F
27-
```
28-
29-
Mbed CLI creates a `.uvprojx` file in the root project directory. You can open the project file with uVision.
30-
3119
#### Serial terminal
3220

3321
You can open a serial terminal to the serial port of a connected Mbed target (usually board) using the `mbed sterm` command. If no serial port is specified, Mbed CLI will attempt to detect the connected Mbed targets and their serial ports.

0 commit comments

Comments
 (0)