Merge branch 'bugfix/rmt_iram_test_random_failure_v5.0' into 'release/v5.0'

test: fix rmt iram case random failure (v5.0)

See merge request espressif/esp-idf!20383
This commit is contained in:
morris
2022-10-09 17:59:34 +08:00

View File

@@ -159,6 +159,8 @@ static void test_rmt_rx_iram_safe(size_t mem_block_symbols, bool with_dma, rmt_c
// disable the flash cache, and simulate input signal by GPIO
unity_utils_run_cache_disable_stub(test_simulate_input_post_cache_disable, 0);
TEST_ASSERT_NOT_EQUAL(0, ulTaskNotifyTake(pdFALSE, pdMS_TO_TICKS(1000)));
TEST_ASSERT_EQUAL(1, test_user_data.received_symbol_num);
printf("disable rx channels\r\n");