Skip to content

BLE Codespace Reduction #7702

Closed
Closed
@mrengineer7777

Description

@mrengineer7777

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

Labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions