mirror of https://github.com/ARMmbed/mbed-os.git
14 lines
342 B
JSON
14 lines
342 B
JSON
|
{
|
||
|
"name": "nanostack-hal",
|
||
|
"config": {
|
||
|
"nvm_cfstore": {
|
||
|
"help": "Use cfstore as a NVM storage. Else RAM simulation will be used",
|
||
|
"value": false
|
||
|
},
|
||
|
"event_loop_thread_stack_size": {
|
||
|
"help": "Define event-loop thread stack size.",
|
||
|
"value": 6144
|
||
|
}
|
||
|
}
|
||
|
}
|