mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
351653f6b3
A race condition is occuring while creating task on ESP32C3. Task is getting created, but the function returns with a delay. Since task was created, events start getting posted, but existing application initializes certain threads / callbacks after stack initialization. The same application works in different ways for bluedroid and nimble. Hence modified the order during initialization accordingly. |
||
---|---|---|
.. | ||
blufi_example_main.c | ||
blufi_example.h | ||
blufi_init.c | ||
blufi_security.c | ||
CMakeLists.txt | ||
component.mk |