"help":"Enable conversion to standard newlines on stdin/stdout/stderr",
"value":false
},
"stdio-convert-tty-newlines":{
"help":"Enable conversion to standard newlines on any tty FILE stream",
"value":false
},
"stdio-buffered-serial":{
"help":"Use UARTSerial driver to obtain buffered serial I/O on stdin/stdout/stderr. If false, unbuffered serial_getc and serial_putc are used directly.",
"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.",
"value":4
},
"error-filename-capture-enabled":{
"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",
"value":false
},
"error-all-threads-info":{
"help":"Reports all the threads in the system as part of error report.",
"value":false
},
"max-error-filename-len":{
"help":"Sets the maximum length of buffer used for capturing the filename in error context. This needs error-filename-capture-enabled feature.",
"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",
"value":null
},
"stack-stats-enabled":{
"macro_name":"MBED_STACK_STATS_ENABLED",
"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",
"value":null
},
"cpu-stats-enabled":{
"macro_name":"MBED_CPU_STATS_ENABLED",
"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",
"value":null
},
"heap-stats-enabled":{
"macro_name":"MBED_HEAP_STATS_ENABLED",
"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",
"value":null
},
"thread-stats-enabled":{
"macro_name":"MBED_THREAD_STATS_ENABLED",
"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",