|
40 | 40 | "help": "Enable use of low power timer class for poll(). May cause missing events.",
|
41 | 41 | "value": false
|
42 | 42 | },
|
43 |
| - |
| 43 | + |
44 | 44 | "error-hist-enabled": {
|
45 | 45 | "help": "Enable for error history tracking.",
|
46 | 46 | "value": false
|
47 | 47 | },
|
48 |
| - |
| 48 | + |
49 | 49 | "error-hist-size": {
|
50 | 50 | "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.",
|
51 | 51 | "value": 4
|
52 | 52 | },
|
53 |
| - |
| 53 | + |
54 | 54 | "error-filename-capture-enabled": {
|
55 | 55 | "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",
|
56 | 56 | "value": false
|
57 | 57 | },
|
58 |
| - |
| 58 | + |
59 | 59 | "error-all-threads-info": {
|
60 | 60 | "help": "Reports all the threads in the system as part of error report.",
|
61 | 61 | "value": false
|
62 | 62 | },
|
63 |
| - |
| 63 | + |
64 | 64 | "max-error-filename-len": {
|
65 | 65 | "help": "Sets the maximum length of buffer used for capturing the filename in error context. This needs error-filename-capture-enabled feature.",
|
66 | 66 | "value": 16
|
67 | 67 | },
|
| 68 | + |
68 | 69 | "memory-tracing-enabled": {
|
69 | 70 | "macro_name": "MBED_MEM_TRACING_ENABLED",
|
70 | 71 | "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",
|
71 | 72 | "value": null
|
72 | 73 | },
|
| 74 | + |
73 | 75 | "sys-stats-enabled": {
|
74 | 76 | "macro_name": "MBED_SYS_STATS_ENABLED",
|
75 | 77 | "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",
|
76 | 78 | "value": null
|
77 | 79 | },
|
| 80 | + |
78 | 81 | "stack-stats-enabled": {
|
79 | 82 | "macro_name": "MBED_STACK_STATS_ENABLED",
|
80 | 83 | "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",
|
81 | 84 | "value": null
|
82 | 85 | },
|
| 86 | + |
83 | 87 | "cpu-stats-enabled": {
|
84 | 88 | "macro_name": "MBED_CPU_STATS_ENABLED",
|
85 | 89 | "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",
|
86 | 90 | "value": null
|
87 | 91 | },
|
| 92 | + |
88 | 93 | "heap-stats-enabled": {
|
89 | 94 | "macro_name": "MBED_HEAP_STATS_ENABLED",
|
90 | 95 | "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",
|
91 | 96 | "value": null
|
92 | 97 | },
|
| 98 | + |
93 | 99 | "thread-stats-enabled": {
|
94 | 100 | "macro_name": "MBED_THREAD_STATS_ENABLED",
|
95 | 101 | "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",
|
96 | 102 | "value": null
|
97 | 103 | },
|
| 104 | + |
98 | 105 | "error-decode-http-url-str": {
|
99 | 106 | "help": "HTTP URL string for ARM Mbed-OS Error Decode microsite",
|
100 | 107 | "value": "\"\\nFor more info, visit: https://armmbed.github.io/mbedos-error/?error=0x%08X\""
|
|
0 commit comments