2018-10-25 00:52:32 -04:00
|
|
|
menu "IDF unit test"
|
2018-05-02 03:39:39 -04:00
|
|
|
|
2019-01-25 11:10:53 -05:00
|
|
|
config UNITY_FREERTOS_PRIORITY
|
|
|
|
int "Priority of Unity test task"
|
|
|
|
default 5
|
2018-05-02 03:39:39 -04:00
|
|
|
|
2019-01-25 11:10:53 -05:00
|
|
|
config UNITY_FREERTOS_CPU
|
|
|
|
int "CPU to run Unity test task on"
|
|
|
|
default 0
|
2018-05-02 03:39:39 -04:00
|
|
|
|
2019-01-25 11:10:53 -05:00
|
|
|
config UNITY_FREERTOS_STACK_SIZE
|
|
|
|
int "Stack size of Unity test task, in bytes"
|
|
|
|
default 8192
|
2018-05-02 03:39:39 -04:00
|
|
|
|
2019-04-11 21:31:23 -04:00
|
|
|
config UNITY_WARN_LEAK_LEVEL_GENERAL
|
|
|
|
int "Leak warning level"
|
|
|
|
default 255
|
|
|
|
|
|
|
|
config UNITY_CRITICAL_LEAK_LEVEL_GENERAL
|
|
|
|
int "Critical leak"
|
|
|
|
default 1024
|
|
|
|
|
|
|
|
config UNITY_CRITICAL_LEAK_LEVEL_LWIP
|
|
|
|
int "Critical leak for UT which use LWIP component"
|
|
|
|
default 4095
|
|
|
|
|
2018-05-02 03:39:39 -04:00
|
|
|
endmenu
|