esp-idf/components/bt/controller/esp32
Darian Leung a5b04de565 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-13 15:06:21 +08:00
..
bt.c bt: Remove FreeRTOS static allocation from OSI functions 2023-04-13 15:06:21 +08:00
hli_api.c components/bt: Update licenses 2021-12-08 10:59:06 +08:00
hli_api.h components/bt: Update licenses 2021-12-08 10:59:06 +08:00
hli_vectors.S soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
Kconfig.in Update bt lib for ESP32 2022-12-19 15:15:37 +08:00