mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
- Add bt_osal: event queues, mutexes, semaphores, callouts, etc. - Add the shared BLE profile task and event queue - Bring both up and tear them down in the host init/deinit paths - Add unit tests for the OSAL and the profile task Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_PRF_TASK_ENABLED=y
|
|
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=n
|