esp-idf/components/bt/controller
Darian Leung 51405fd9d4 bt: Remove FreeRTOS static allocation from OSI functions
Previously, the BT OSI would use various FreeRTOS "create static" functions to
ensure that semaphores and queues were always allocated to internal memory.
However, from commit e21ab0332b onwards, all
dynamic memory allocated by FreeRTOS will default to internal RAM.

Thus, the extra "create static" calls can be removed to simply the code.
2023-04-21 15:19:29 +08:00
..
esp32 bt: Remove FreeRTOS static allocation from OSI functions 2023-04-21 15:19:29 +08:00
esp32c2 BLE: Add interface for QA test 2023-03-29 20:02:56 +08:00
esp32c3 bt: Remove FreeRTOS static allocation from OSI functions 2023-04-21 15:19:29 +08:00
esp32c6 esp_phy: added API esp_btbb_disable 2023-03-23 05:40:32 +00:00
esp32h2 esp_phy: added API esp_btbb_disable 2023-03-23 05:40:32 +00:00
esp32h4 esp_phy: added API esp_btbb_disable 2023-03-23 05:40:32 +00:00
esp32s2 components/bt: Combine 3 Bluetooth controller menu 2021-09-15 10:57:37 +08:00
esp32s3 Merge ESP32C3 and ESP32S3 BLE bt.c files to one 2023-03-06 14:53:03 +08:00
lib_esp32@c97f994fb8 components/coexist: Set coex scan status when ble connecting 2023-04-06 11:09:46 +08:00
lib_esp32c2 BLE: Add interface for QA test 2023-03-29 20:02:56 +08:00
lib_esp32c3_family@d83f7d618a Fixed BLE HW RAL_UNDERRUN assert on ESP32C3 and ESP32S3 2023-03-29 17:13:15 +08:00
lib_esp32c6 BLE: Add interface for QA test 2023-03-29 20:02:56 +08:00
lib_esp32h2 BLE: Add interface for QA test 2023-03-29 20:02:56 +08:00