Skip to content

Commit 5895b10

Browse files
committed
Update platform configs for MPU
Rebuild the platform configuration info to include platform.disable-mpu.
1 parent 466d9cf commit 5895b10

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

docs/reference/configuration/Platform.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,32 @@ The following is the complete list of platform configuration parameters, as gene
88
Configuration parameters
99
------------------------
1010
11+
Name: platform.all-stats-enabled
12+
Description: Set to 1 to enable all platform stats. When enabled the functions mbed_stats_*_get returns non-zero data. See mbed_stats.h for more information
13+
Defined by: library:platform
14+
No value set
1115
Name: platform.cpu-stats-enabled
1216
Description: Set to 1 to enable cpu stats. When enabled the function mbed_stats_cpu_get returns non-zero data. See mbed_stats.h for more information
1317
Defined by: library:platform
1418
No value set
19+
Name: platform.crash-capture-enabled
20+
Description: Enables crash context capture when the system enters a fatal error/crash.
21+
Defined by: library:platform
22+
No value set
23+
Name: platform.cthunk_count_max
24+
Description: The maximum CThunk objects used at the same time. This must be greater than 0 and less 256
25+
Defined by: library:platform
26+
Macro name: MBED_CONF_PLATFORM_CTHUNK_COUNT_MAX
27+
Value: 8 (set by library:platform)
1528
Name: platform.default-serial-baud-rate
1629
Description: Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)
1730
Defined by: library:platform
1831
Macro name: MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE
1932
Value: 9600 (set by library:platform)
33+
Name: platform.disable-mpu
34+
Description: Disable the MPU to save rom.
35+
Defined by: library:platform
36+
No value set
2037
Name: platform.error-all-threads-info
2138
Description: Reports all the threads in the system as part of error report.
2239
Defined by: library:platform
@@ -25,7 +42,7 @@ Name: platform.error-decode-http-url-str
2542
Description: HTTP URL string for ARM Mbed-OS Error Decode microsite
2643
Defined by: library:platform
2744
Macro name: MBED_CONF_PLATFORM_ERROR_DECODE_HTTP_URL_STR
28-
Value: "\nFor more info, visit: https:/\/armmbed.github.io/mbedos-error/?error=0x%08X" (set by library:platform)
45+
Value: "\nFor more info, visit: https://armmbed.github.io/mbedos-error/?error=0x%08X" (set by library:platform)
2946
Name: platform.error-filename-capture-enabled
3047
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
3148
Defined by: library:platform
@@ -39,6 +56,15 @@ Name: platform.error-hist-size
3956
Defined by: library:platform
4057
Macro name: MBED_CONF_PLATFORM_ERROR_HIST_SIZE
4158
Value: 4 (set by library:platform)
59+
Name: platform.error-reboot-max
60+
Description: Maximum number of auto reboots permitted when an error happens.
61+
Defined by: library:platform
62+
Macro name: MBED_CONF_PLATFORM_ERROR_REBOOT_MAX
63+
Value: 1 (set by library:platform)
64+
Name: platform.fatal-error-auto-reboot-enabled
65+
Description: Setting this to true enables auto-reboot on a fatal error.
66+
Defined by: library:platform
67+
No value set
4268
Name: platform.force-non-copyable-error
4369
Description: Force compile time error when a NonCopyable object is copied
4470
Defined by: library:platform

0 commit comments

Comments
 (0)