esp-idf/components/driver/test_apps/rmt/main
Darian Leung 1834d8ac39 driver(RMT): Fix RMT TX multi channel test
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
2023-01-18 16:09:47 +08:00
..
CMakeLists.txt rmt: add iram safe test 2022-08-12 11:30:14 +08:00
test_app_main.c driver_ng: implement new rmt driver 2022-05-07 10:34:50 +00:00
test_rmt_common.c driver_ng: implement new rmt driver 2022-05-07 10:34:50 +00:00
test_rmt_iram.c test: fix rmt iram case random failure 2022-09-27 18:03:21 +08:00
test_rmt_rx.c rmt: add iram safe test 2022-08-12 11:30:14 +08:00
test_rmt_tx.c driver(RMT): Fix RMT TX multi channel test 2023-01-18 16:09:47 +08:00
test_util_rmt_encoders.c rmt: add iram safe test 2022-08-12 11:30:14 +08:00
test_util_rmt_encoders.h driver_ng: implement new rmt driver 2022-05-07 10:34:50 +00:00