Closed
Description
Related area
BLE
Hardware specification
ESP32
Is your feature request related to a problem?
I was browsing through the Arduino libraries, learning how xTaskCreate is used and noticed the BLE library includes https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/src/FreeRTOS.cpp and https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/src/RTOS.h. I believe this functionality already exists in the IDF and is duplicated here.
Describe the solution you'd like
Remove FreeRTOS.cpp and RTOS.h. Reference native functions instead.
Describe alternatives you've considered
Current code works but likely takes more space, and FreeRTOS definitions may diverge from IDF.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Type
Projects
Status
Done