2016-07-21 12:50:24 +00:00
{
"name" : "nanostack-hal" ,
"config" : {
"nvm_cfstore" : {
"help" : "Use cfstore as a NVM storage. Else RAM simulation will be used" ,
"value" : false
2016-07-22 14:11:41 +00:00
} ,
"event_loop_thread_stack_size" : {
"help" : "Define event-loop thread stack size." ,
"value" : 6144
2017-12-13 11:22:11 +00:00
} ,
"critical-section-usable-from-interrupt" : {
"help" : "Make critical section API usable from interrupt context. Else a mutex is used as locking primitive. Consult arm_hal_interrupt.c for possible side effects on interrupt latency." ,
"value" : false
2016-07-21 12:50:24 +00:00
}
2017-12-01 17:10:53 +00:00
,
"event-loop-dispatch-from-application" : {
"help" : "Application is responsible of message dispatch loop. Else launch a separate thread for event-loop." ,
"value" : false
}
2016-07-21 12:50:24 +00:00
}
}