esp-idf/components/freertos/test/integration
Darian Leung 5804d2b6a7 freertos: Fix flakey event group unit tests
The event group unit tests would previously use a single call bit (the
"BIT_CALL" macro) to unblock all the test tasks. However, if one or more tasks
were delayed in calling xEventGroupWaitBits(), the other tasks would clear the
test bits, leading to the test deadlocking.

This commit updates the bits used so that each task gets their own CALL and
RESPONSE bits.
2022-08-10 16:54:25 +08:00
..
event_groups freertos: Fix flakey event group unit tests 2022-08-10 16:54:25 +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 hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
timers freertos: re-enable tests disabled for C2 2022-07-06 12:15:04 +08:00