Skip to content

Commit 44d3e62

Browse files
committed
Patch whitespace inconsistencies in platform lib file
1 parent 430fb3e commit 44d3e62

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

platform/mbed_lib.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,61 +40,68 @@
4040
"help": "Enable use of low power timer class for poll(). May cause missing events.",
4141
"value": false
4242
},
43-
43+
4444
"error-hist-enabled": {
4545
"help": "Enable for error history tracking.",
4646
"value": false
4747
},
48-
48+
4949
"error-hist-size": {
5050
"help": "Set the number of most recent errors the system keeps in its history, needs error-hist-enabled set to true for this to work.",
5151
"value": 4
5252
},
53-
53+
5454
"error-filename-capture-enabled": {
5555
"help": "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",
5656
"value": false
5757
},
58-
58+
5959
"error-all-threads-info": {
6060
"help": "Reports all the threads in the system as part of error report.",
6161
"value": false
6262
},
63-
63+
6464
"max-error-filename-len": {
6565
"help": "Sets the maximum length of buffer used for capturing the filename in error context. This needs error-filename-capture-enabled feature.",
6666
"value": 16
6767
},
68+
6869
"memory-tracing-enabled": {
6970
"macro_name": "MBED_MEM_TRACING_ENABLED",
7071
"help": "Enable tracing of each memory call by invoking a callback on each memory operation. See mbed_mem_trace.h in the HAL API for more information",
7172
"value": null
7273
},
74+
7375
"sys-stats-enabled": {
7476
"macro_name": "MBED_SYS_STATS_ENABLED",
7577
"help": "Set to 1 to enable system stats. When enabled the function mbed_stats_sys_get returns non-zero data. See mbed_stats.h for more information",
7678
"value": null
7779
},
80+
7881
"stack-stats-enabled": {
7982
"macro_name": "MBED_STACK_STATS_ENABLED",
8083
"help": "Set to 1 to enable stack stats. When enabled the functions mbed_stats_stack_get and mbed_stats_stack_get_each return non-zero data. See mbed_stats.h for more information",
8184
"value": null
8285
},
86+
8387
"cpu-stats-enabled": {
8488
"macro_name": "MBED_CPU_STATS_ENABLED",
8589
"help": "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",
8690
"value": null
8791
},
92+
8893
"heap-stats-enabled": {
8994
"macro_name": "MBED_HEAP_STATS_ENABLED",
9095
"help": "Set to 1 to enable heap stats. When enabled the function mbed_stats_heap_get returns non-zero data. See mbed_stats.h for more information",
9196
"value": null
9297
},
98+
9399
"thread-stats-enabled": {
94100
"macro_name": "MBED_THREAD_STATS_ENABLED",
95101
"help": "Set to 1 to enable thread stats. When enabled the function mbed_stats_thread_get_each returns non-zero data. See mbed_stats.h for more information",
96102
"value": null
97103
},
104+
98105
"error-decode-http-url-str": {
99106
"help": "HTTP URL string for ARM Mbed-OS Error Decode microsite",
100107
"value": "\"\\nFor more info, visit: https://armmbed.github.io/mbedos-error/?error=0x%08X\""

0 commit comments

Comments
 (0)