Skip to content

Commit e22ea9d

Browse files
committed
Expand on use of debug profile in the exporters
1 parent 564ca5c commit e22ea9d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/dev_tools/third_party.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ For example, to export to uVision5 with the K64F target run:
3636
A `*.uvproj` file is created in the root folder of the project.
3737
You can open this project file with uVision5.
3838

39+
When you export from mbed CLI, you create a project that compiles with the debug profile. You can find more information on the debug profil in the [build profiles documentation](build_profiles.md#debug-profile). For example, this means that compiling within UVision 5 after this export:
40+
41+
$ mbed export -i uvision5 -m K64F
42+
43+
will have the same flags as if you had compiled with:
44+
45+
$ mbed compile -t arm -m K64F --profile debug
46+
3947

4048
## Exporting from the mbed Online Compiler
4149

0 commit comments

Comments
 (0)