tmedicci opened a new pull request, #10859: URL: https://github.com/apache/nuttx/pull/10859
## Summary * esp32/ble: Fix task_create_wrapper CPU core ID passed as argument The registered `task_create_wrapper` receives the `core_id`, but the current implementation ignores this parameter while calling `esp_task_create_pinned_to_core`. This commit fixes this. ## Impact Enable the BLE adapter to select the CPU core used to create a task pinned to a specific core on SMP-enabled defconfigs. ## Testing Internal CI testing + ESP32-DevKitC. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
