mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 01:41:43 +00:00

This commit fixes/ignores flakey freertos unit tests after migrating them to the test app: - Added vTaskDelay() before teardown to prevent memory leaks - Adjusted the "main" task's priority so that scheudling tasks would work - pytest now only runs tests that are not ignored - Reset tests are temporarily ignored. Will be enabled to dedicate reset tests. - Some flakey tests are fixed by adjusting delays and stack sizes.
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|
|
CONFIG_ESP_TASK_WDT=n
|
|
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=3
|
|
CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=7
|
|
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3000
|
|
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
|
|
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|