esp-idf/components
Ivan Grokhotkov 36b3963efb 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
2017-02-23 18:21:16 +08:00
..
app_update OTA: Always clean up OTA handle regardless of esp_ota_end() result 2017-02-03 10:07:30 +11:00
bootloader Build system: Fix error if librtc submodule not available to bootloader 2017-02-22 11:59:37 +11:00
bootloader_support bootloader: disconnect VRTC from SAR input in bootloader_random_disable 2017-02-21 17:07:15 +08:00
bt component/bt : add option to release about 30K from BT if BLE only 2017-02-21 17:46:59 +08:00
coap
cxx
driver Use THRESH_DMA_TRANS define everywhere, make code match "smaller or equal" description 2017-02-21 18:27:56 +08:00
esp32 Merge branch 'feature/btdm_ram_config' into 'master' 2017-02-23 18:21:16 +08:00
espcoredump esp32: Fixed search path for esptool 2017-01-26 19:28:13 +03:00
esptool_py
ethernet ethernet: add doc 2017-02-11 16:42:16 +08:00
expat
fatfs fatfs: Add unit test for overwrite/append fix 2017-02-15 18:04:28 +11:00
freertos Fixed a small bug where a task could initially be scheduled on a wrong CPU, and a much bigger bug where a yield was performed with a held mux. 2017-02-22 17:04:51 +08:00
idf_test CI: add script for parsing unit test cases for CI from test files 2017-01-18 17:08:20 +08:00
json
log
lwip lwip: optimize the dhcp client 2017-01-23 13:44:34 +08:00
mbedtls esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
mdns
micro-ecc
newlib newlib: fix register used for DPORT/RTC bug workaround 2017-01-19 00:36:30 +08:00
nghttp
nvs_flash
openssl components/openssl: Add more debugging information at platform level 2017-01-26 10:12:58 +08:00
partition_table Merge branch 'feature/partition_table_envvars' into 'master' 2017-02-22 07:22:04 +08:00
sdmmc esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
spi_flash spi_flash: protect spi_flash_unlock 2017-02-22 12:51:16 +08:00
tcpip_adapter Do not printf if debug is not enabled 2017-01-18 16:06:54 +02:00
ulp esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
vfs docs: use custom roles to generate GitHub links 2017-01-20 17:22:47 +08:00
wpa_supplicant
xtensa-debug-module