]> granicus.if.org Git - esp-idf/commit
component/bt : support bluetooth controller DRAM release dynamically
authorTian Hao <tianhao@espressif.com>
Tue, 19 Sep 2017 12:10:35 +0000 (20:10 +0800)
committerTian Hao <tianhao@espressif.com>
Thu, 21 Sep 2017 06:31:20 +0000 (14:31 +0800)
commit3e2ee24e4ffc7cc038edc66edf15cf9036c47d2c
treef072a384df0c840c32f26f9c1354cace44bf15ae
parentb54719d00f90a2734d01219a4aed169133ed524e
component/bt : support bluetooth controller DRAM release dynamically

1. remove CONFIG_BT_DRAM_RELEASE from Kconfig
2. add API to release bluetooth controller DRAM to heap
components/bt/Kconfig
components/bt/bt.c
components/bt/include/bt.h
components/bt/lib
components/soc/esp32/soc_memory_layout.c
examples/bluetooth/ble_adv/main/app_bt.c