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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_app_main.c | ||
test_rmt_common.c | ||
test_rmt_iram.c | ||
test_rmt_rx.c | ||
test_rmt_tx.c | ||
test_util_rmt_encoders.c | ||
test_util_rmt_encoders.h |