]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/btdm_ram_config' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 23 Feb 2017 10:21:16 +0000 (18:21 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 23 Feb 2017 10:21:16 +0000 (18:21 +0800)
commit36b3963efb41c193152995763786631563c8ea17
treebb49e0be6bfe42555922d1acb4fdb3400f1197d3
parent7dfb1c2e971b01f7c8e01307b6bed0a27e5bbdc7
parent55693b1168d4d6f9b97445b92dedb066599fe133
Merge branch 'feature/btdm_ram_config' into 'master'

Optimize or release memory in bluetooth

1. add option to release about 30K from BT if BLE only
2. later BT/BLE will be separated by BT/BLE macro, but this option should use when user make sure that in BLE only mode.

See merge request !520