mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1834d8ac39
This commit multiple issues with the following RMT TX tests: - rmt_multi_channels_trans_no_dma - rmt_multi_channels_trans_with_dma The following issues are fixed: - Channel stop times are now tested using TEST_ASSERT_INT64_WITHIN(). The previous method did not account for the case where channel 1 finished before channel 0 - Increased synchronous stop time delta for esp32-c6 - Increased main task stack size to prevent stack overflow onesp32-s3
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_ESP_TASK_WDT=n
|
|
CONFIG_UNITY_ENABLE_64BIT=y
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096
|