Merge branch 'ci/ulp_fsm_i_wr_reg_v5.4' into 'release/v5.4'

test(ulp): added larger delay in ULP FSM I_WR_REG instruction test (v5.4)

See merge request espressif/esp-idf!43423
This commit is contained in:
Marius Vikhammer
2025-11-18 09:26:51 +08:00
@@ -362,7 +362,7 @@ TEST_CASE("ULP FSM I_WR_REG instruction test", "[ulp]")
TEST_ESP_OK(ulp_run(0));
/* Wait for the ULP co-processor to finish up */
vTaskDelay(10 / portTICK_PERIOD_MS);
vTaskDelay(50 / portTICK_PERIOD_MS);
/* Verify the test results */
uint32_t clear = REG_READ(RTC_CNTL_STORE0_REG);