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/reference/configuration/Platform.md
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<h2id="configuration-platform">Platform</h2>
2
2
3
-
The following is the complete list of platform configuration parameters, as generated by `mbed compile --config -v`. Please see [the configuration system documentation](/docs/v5.9/reference/configuration.html) for details on how you may use or override these settings.
3
+
The following is the complete list of platform configuration parameters, as generated by `mbed compile --config -v`. Please see [the configuration system documentation](configuration.html) for details on how you may use or override these settings.
Description: Reports all the threads in the system as part of error report.
16
+
Defined by: library:platform
17
+
No value set
18
+
Name: platform.error-filename-capture-enabled
19
+
Description: Enables capture of filename and line number as part of error context capture, this works only for debug and develop builds. On release builds, filename capture is always disabled
20
+
Defined by: library:platform
21
+
No value set
22
+
Name: platform.error-hist-enabled
23
+
Description: Enable for error history tracking.
24
+
Defined by: library:platform
25
+
No value set
26
+
Name: platform.error-hist-size
27
+
Description: Set the number of most recent errors the system keeps in its history, needs error-hist-enabled set to true for this to work.
28
+
Defined by: library:platform
29
+
Macro name: MBED_CONF_PLATFORM_ERROR_HIST_SIZE
30
+
Value: 4 (set by library:platform)
14
31
Name: platform.force-non-copyable-error
15
32
Description: Force compile time error when a NonCopyable object is copied
16
33
Defined by: library:platform
17
34
No value set
35
+
Name: platform.max-error-filename-len
36
+
Description: Sets the maximum length of buffer used for capturing the filename in error context. This needs error-filename-capture-enabled feature.
0 commit comments