esp-idf/components/bt/controller/esp32c3
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
..
bt.c bt: Remove FreeRTOS static allocation from OSI functions 2023-04-21 15:19:29 +08:00
Kconfig.in set BT_CTRL_BLE_MAX_ACT default value to 6 2023-03-20 15:54:47 +08:00