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: platform/mbed_lib.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,12 @@
72
72
"value": null
73
73
},
74
74
75
+
"all-stats-enabled": {
76
+
"macro_name": "MBED_ALL_STATS_ENABLED",
77
+
"help": "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",
78
+
"value": null
79
+
},
80
+
75
81
"sys-stats-enabled": {
76
82
"macro_name": "MBED_SYS_STATS_ENABLED",
77
83
"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",
@@ -106,6 +112,7 @@
106
112
"help": "HTTP URL string for ARM Mbed-OS Error Decode microsite",
107
113
"value": "\"\\nFor more info, visit: https://armmbed.github.io/mbedos-error/?error=0x%08X\""
108
114
},
115
+
109
116
"cthunk_count_max": {
110
117
"help": "The maximum CThunk objects used at the same time. This must be greater than 0 and less 256",
0 commit comments