esp32: mention CONFIG_BLUEDROID_ENABLED, update esp-idf

This commit is contained in:
Matthias Ringwald 2017-08-06 16:40:10 +02:00
parent e090bc19b5
commit eb6282bc28
2 changed files with 11 additions and 0 deletions

View File

@ -31,6 +31,10 @@ To get the debug output, run:
You can quit the monitor with CTRL-].
## Configuration
The sdkconfig of the example template disables the original Bluedroid stack by disabling the CONFIG_BLUEDROID_ENABLED kconfig option.
## Limitations
### Bug in ESP32 VHCI Implementation

View File

@ -102,6 +102,7 @@ CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y
# CONFIG_ESP32_APPTRACE_DEST_TRAX is not set
CONFIG_ESP32_APPTRACE_DEST_NONE=y
# CONFIG_ESP32_APPTRACE_ENABLE is not set
CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y
#
# FreeRTOS SystemView Tracing
@ -281,10 +282,16 @@ CONFIG_TCP_SYNMAXRTX=6
CONFIG_TCP_MSS=1436
CONFIG_TCP_SND_BUF_DEFAULT=5744
CONFIG_TCP_WND_DEFAULT=5744
CONFIG_TCP_RECVMBOX_SIZE=6
CONFIG_TCP_QUEUE_OOSEQ=y
CONFIG_TCP_OVERSIZE_MSS=y
# CONFIG_TCP_OVERSIZE_QUARTER_MSS is not set
# CONFIG_TCP_OVERSIZE_DISABLE is not set
#
# UDP
#
CONFIG_UDP_RECVMBOX_SIZE=6
# CONFIG_LWIP_DHCP_DOES_ARP_CHECK is not set
CONFIG_TCPIP_TASK_STACK_SIZE=2560
# CONFIG_PPP_SUPPORT is not set