mirror of https://github.com/ARMmbed/mbed-os.git
22 lines
498 B
JSON
22 lines
498 B
JSON
{
|
|
"name": "mbed-trace",
|
|
"config": {
|
|
"enable": {
|
|
"help": "Used to globally enable traces.",
|
|
"value": null
|
|
},
|
|
"fea-ipv6": {
|
|
"help": "Used to globally disable ipv6 tracing features.",
|
|
"value": null
|
|
},
|
|
"allocator": {
|
|
"value": "malloc",
|
|
"macro_name": "MEM_ALLOC"
|
|
},
|
|
"deallocator": {
|
|
"value": "free",
|
|
"macro_name": "MEM_FREE"
|
|
}
|
|
|
|
}
|
|
} |