Skip to content

Commit 109faa1

Browse files
committed
Improve build profiles documentation
1 parent c6897c5 commit 109faa1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/build_profiles.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ the the profile.
77

88
## Default profile
99
* Small and fast code
10-
* Full error information - e.x. asserts have filename and line number
10+
* Full error information - e.g. asserts have filename and line number
1111
* Hard to follow code flow when using a debugger
1212

1313
## Debug profile
1414
* Easy to step through code with a debugger
15-
* Full error information - e.x. asserts have filename and line number
15+
* Full error information - e.g. asserts have filename and line number
1616
* Largest and slowest profile
1717

1818
## Small profile
1919
* Smallest profile and still fast
2020
* Minimal error information
21-
* Hard to follow code flow when using a debugger
21+
* Chip is put to sleep when going idle:
22+
* debugger is likely to drop connection
23+
* breaks the [local file system](https://developer.mbed.org/handbook/LocalFileSystem) on the [mbed interface](https://developer.mbed.org/handbook/mbed-interface) (only for few NXP boards & if used)

0 commit comments

Comments
 (0)