esp-idf/components/freertos/test/integration
Darian Leung 16e739a09e freertos: Fix flakey event group unit test
The "FreeRTOS Event Groups" main task will only wait a single tick for the created
tasks to set their response bits. This short delay may not be sufficent if the tick
frequency is high.

This commit updates the test so that

- the main task waits indefinitely for all the response bits to be set.
- created tasks are cleand up by the main task
2022-06-30 20:19:39 +08:00
..
event_groups freertos: Fix flakey event group unit test 2022-06-30 20:19:39 +08:00
queue freertos: Fix queue set tests for SMP FreeRTOS 2022-05-19 16:28:10 +08:00
stream_buffer freertos: move test files to appropriate subfolders 2022-04-21 07:55:34 +00:00
tasks freertos: refactor yield tests for freertos 2022-06-13 10:57:55 +02:00
timers ci: partially enable ut tests for esp32c2 2022-06-02 14:23:35 +08:00