You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build_profiles.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,17 @@ the the profile.
7
7
8
8
## Default profile
9
9
* 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
11
11
* Hard to follow code flow when using a debugger
12
12
13
13
## Debug profile
14
14
* 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
16
16
* Largest and slowest profile
17
17
18
18
## Small profile
19
19
* Smallest profile and still fast
20
20
* 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