Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system/arduino/esp32 bugfixes & warnings
- [BUG] fixed function typo for condvar from 'free' to 'drop' - this was breaking ring buffers on this platform - [WARN] added missing <esp_random.h> include header for z_random() calls - [WARN] explicit cast to (TaskHandle_t*) for FreeRTOS task creation
- Loading branch information