2016-09-30 14:12:00 +00:00
{
"name" : "events" ,
"config" : {
2017-05-30 13:12:51 +00:00
"present" : 1 ,
"shared-stacksize" : {
"help" : "Stack size (bytes) for shared event queue thread" ,
2019-01-03 14:51:24 +00:00
"value" : 2048
2017-05-30 13:12:51 +00:00
} ,
"shared-eventsize" : {
"help" : "Event buffer size (bytes) for shared event queue" ,
2019-02-21 15:25:43 +00:00
"value" : 768
2017-05-30 13:12:51 +00:00
} ,
"shared-dispatch-from-application" : {
"help" : "No thread created for shared event queue - application will call dispatch from another thread (eg dispatch_forever at end of main)" ,
"value" : false
} ,
"shared-highprio-stacksize" : {
"help" : "Stack size (bytes) for shared high-priority event queue thread" ,
"value" : 1024
} ,
"shared-highprio-eventsize" : {
"help" : "Event buffer size (bytes) for shared high-priority event queue" ,
"value" : 256
2017-10-17 13:28:00 +00:00
} ,
2017-10-18 09:13:39 +00:00
"use-lowpower-timer-ticker" : {
2018-04-20 07:58:19 +00:00
"help" : "Enable use of low power timer and ticker classes in non-RTOS builds. May reduce the accuracy of the event queue. In RTOS builds, the RTOS tick count is used, and this configuration option has no effect." ,
2017-10-18 09:13:39 +00:00
"value" : 0
}
2016-09-30 14:12:00 +00:00
}
}