Darian

Results 3 issues of Darian

Hi @sandeepmistry, I was just wondering if any thought has been given to updating the ESP32 support to call the [ESP-IDF TWAI driver](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/twai.html) API instead. Calling the ESP-IDF driver will...

Fix eTaskGetState for pending ready tasks Description ----------- The description of the `eReady` enum is inclusive of tasks that are pending ready ```c eReady, /* The task being queried is...

## Description - Core 0 has already started the scheduler (via `vTaskStartScheduler()`) - Core 1 has not called `xPortStartScheduler()` yet - Core 0 triggers a yield on core 1 (e.g.,...

bug