mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5804d2b6a7
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. |
||
---|---|---|
.. | ||
integration | ||
miscellaneous | ||
performance | ||
port | ||
CMakeLists.txt | ||
test_coproc.c |