2018-10-25 12:52:32 +08:00
|
|
|
menu "IDF unit test"
|
2018-05-02 15:39:39 +08:00
|
|
|
|
|
|
|
|
config UNITY_FREERTOS_PRIORITY
|
|
|
|
|
int "Priority of Unity test task"
|
|
|
|
|
default 5
|
|
|
|
|
|
|
|
|
|
config UNITY_FREERTOS_CPU
|
|
|
|
|
int "CPU to run Unity test task on"
|
|
|
|
|
default 0
|
|
|
|
|
|
|
|
|
|
config UNITY_FREERTOS_STACK_SIZE
|
|
|
|
|
int "Stack size of Unity test task, in bytes"
|
|
|
|
|
default 8192
|
|
|
|
|
|
|
|
|
|
endmenu
|