|
@@ -10,17 +10,17 @@ if RT_USING_DEVICE_IPC
|
|
|
default 512
|
|
|
|
|
|
config RT_USING_SYSTEM_WORKQUEUE
|
|
|
- bool "Using system default workqueue
|
|
|
- default n
|
|
|
+ bool "Using system default workqueue"
|
|
|
+ default n
|
|
|
|
|
|
if RT_USING_SYSTEM_WORKQUEUE
|
|
|
- config RT_SYSTEM_WORKQUEUE_STACKSIZE
|
|
|
- int "The stack size for system workqueue thread"
|
|
|
- default 512
|
|
|
+ config RT_SYSTEM_WORKQUEUE_STACKSIZE
|
|
|
+ int "The stack size for system workqueue thread"
|
|
|
+ default 2048
|
|
|
|
|
|
- config RT_SYSTEM_WORKQUEUE_PRIORITY
|
|
|
- int "The priority level of system workqueue thread"
|
|
|
- default "23
|
|
|
+ config RT_SYSTEM_WORKQUEUE_PRIORITY
|
|
|
+ int "The priority level of system workqueue thread"
|
|
|
+ default 23
|
|
|
endif
|
|
|
endif
|
|
|
|