Skip to content

Commit 9e32cec

Browse files
authored
Update IDF to a8916daeb (#2992)
1 parent 3376ea1 commit 9e32cec

File tree

100 files changed

+793
-235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+793
-235
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ compiler.warning_flags.all=-Wall -Werror=all -Wextra
2222

2323
compiler.path={runtime.tools.xtensa-esp32-elf-gcc.path}/bin/
2424
compiler.sdk.path={runtime.platform.path}/tools/sdk
25-
compiler.cpreprocessor.flags=-DESP_PLATFORM -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" -DHAVE_CONFIG_H "-I{compiler.sdk.path}/include/config" "-I{compiler.sdk.path}/include/app_trace" "-I{compiler.sdk.path}/include/app_update" "-I{compiler.sdk.path}/include/asio" "-I{compiler.sdk.path}/include/bootloader_support" "-I{compiler.sdk.path}/include/bt" "-I{compiler.sdk.path}/include/coap" "-I{compiler.sdk.path}/include/console" "-I{compiler.sdk.path}/include/driver" "-I{compiler.sdk.path}/include/esp-tls" "-I{compiler.sdk.path}/include/esp32" "-I{compiler.sdk.path}/include/esp_adc_cal" "-I{compiler.sdk.path}/include/esp_event" "-I{compiler.sdk.path}/include/esp_http_client" "-I{compiler.sdk.path}/include/esp_http_server" "-I{compiler.sdk.path}/include/esp_https_ota" "-I{compiler.sdk.path}/include/esp_ringbuf" "-I{compiler.sdk.path}/include/ethernet" "-I{compiler.sdk.path}/include/expat" "-I{compiler.sdk.path}/include/fatfs" "-I{compiler.sdk.path}/include/freemodbus" "-I{compiler.sdk.path}/include/freertos" "-I{compiler.sdk.path}/include/heap" "-I{compiler.sdk.path}/include/idf_test" "-I{compiler.sdk.path}/include/jsmn" "-I{compiler.sdk.path}/include/json" "-I{compiler.sdk.path}/include/libsodium" "-I{compiler.sdk.path}/include/log" "-I{compiler.sdk.path}/include/lwip" "-I{compiler.sdk.path}/include/mbedtls" "-I{compiler.sdk.path}/include/mdns" "-I{compiler.sdk.path}/include/micro-ecc" "-I{compiler.sdk.path}/include/mqtt" "-I{compiler.sdk.path}/include/newlib" "-I{compiler.sdk.path}/include/nghttp" "-I{compiler.sdk.path}/include/nvs_flash" "-I{compiler.sdk.path}/include/openssl" "-I{compiler.sdk.path}/include/protobuf-c" "-I{compiler.sdk.path}/include/protocomm" "-I{compiler.sdk.path}/include/pthread" "-I{compiler.sdk.path}/include/sdmmc" "-I{compiler.sdk.path}/include/smartconfig_ack" "-I{compiler.sdk.path}/include/soc" "-I{compiler.sdk.path}/include/spi_flash" "-I{compiler.sdk.path}/include/spiffs" "-I{compiler.sdk.path}/include/tcp_transport" "-I{compiler.sdk.path}/include/tcpip_adapter" "-I{compiler.sdk.path}/include/ulp" "-I{compiler.sdk.path}/include/vfs" "-I{compiler.sdk.path}/include/wear_levelling" "-I{compiler.sdk.path}/include/wifi_provisioning" "-I{compiler.sdk.path}/include/wpa_supplicant" "-I{compiler.sdk.path}/include/xtensa-debug-module" "-I{compiler.sdk.path}/include/esp32-camera" "-I{compiler.sdk.path}/include/esp-face" "-I{compiler.sdk.path}/include/fb_gfx"
25+
compiler.cpreprocessor.flags=-DESP_PLATFORM -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" -DHAVE_CONFIG_H "-I{compiler.sdk.path}/include/config" "-I{compiler.sdk.path}/include/app_trace" "-I{compiler.sdk.path}/include/app_update" "-I{compiler.sdk.path}/include/asio" "-I{compiler.sdk.path}/include/bootloader_support" "-I{compiler.sdk.path}/include/bt" "-I{compiler.sdk.path}/include/coap" "-I{compiler.sdk.path}/include/console" "-I{compiler.sdk.path}/include/driver" "-I{compiler.sdk.path}/include/esp-tls" "-I{compiler.sdk.path}/include/esp32" "-I{compiler.sdk.path}/include/esp_adc_cal" "-I{compiler.sdk.path}/include/esp_event" "-I{compiler.sdk.path}/include/esp_http_client" "-I{compiler.sdk.path}/include/esp_http_server" "-I{compiler.sdk.path}/include/esp_https_ota" "-I{compiler.sdk.path}/include/esp_ringbuf" "-I{compiler.sdk.path}/include/ethernet" "-I{compiler.sdk.path}/include/expat" "-I{compiler.sdk.path}/include/fatfs" "-I{compiler.sdk.path}/include/freemodbus" "-I{compiler.sdk.path}/include/freertos" "-I{compiler.sdk.path}/include/heap" "-I{compiler.sdk.path}/include/idf_test" "-I{compiler.sdk.path}/include/jsmn" "-I{compiler.sdk.path}/include/json" "-I{compiler.sdk.path}/include/libsodium" "-I{compiler.sdk.path}/include/log" "-I{compiler.sdk.path}/include/lwip" "-I{compiler.sdk.path}/include/mbedtls" "-I{compiler.sdk.path}/include/mdns" "-I{compiler.sdk.path}/include/micro-ecc" "-I{compiler.sdk.path}/include/mqtt" "-I{compiler.sdk.path}/include/newlib" "-I{compiler.sdk.path}/include/nghttp" "-I{compiler.sdk.path}/include/nvs_flash" "-I{compiler.sdk.path}/include/openssl" "-I{compiler.sdk.path}/include/protobuf-c" "-I{compiler.sdk.path}/include/protocomm" "-I{compiler.sdk.path}/include/pthread" "-I{compiler.sdk.path}/include/sdmmc" "-I{compiler.sdk.path}/include/smartconfig_ack" "-I{compiler.sdk.path}/include/soc" "-I{compiler.sdk.path}/include/spi_flash" "-I{compiler.sdk.path}/include/spiffs" "-I{compiler.sdk.path}/include/tcp_transport" "-I{compiler.sdk.path}/include/tcpip_adapter" "-I{compiler.sdk.path}/include/ulp" "-I{compiler.sdk.path}/include/vfs" "-I{compiler.sdk.path}/include/wear_levelling" "-I{compiler.sdk.path}/include/wifi_provisioning" "-I{compiler.sdk.path}/include/wpa_supplicant" "-I{compiler.sdk.path}/include/xtensa-debug-module" "-I{compiler.sdk.path}/include/esp-face" "-I{compiler.sdk.path}/include/esp32-camera" "-I{compiler.sdk.path}/include/esp-face" "-I{compiler.sdk.path}/include/fb_gfx"
2626

2727
compiler.c.cmd=xtensa-esp32-elf-gcc
2828
compiler.c.flags=-std=gnu99 -Os -g3 -fstack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wpointer-arith {compiler.warning_flags} -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -MMD -c
@@ -35,7 +35,7 @@ compiler.S.flags=-c -g3 -x assembler-with-cpp -MMD -mlongcalls
3535

3636
compiler.c.elf.cmd=xtensa-esp32-elf-gcc
3737
compiler.c.elf.flags=-nostdlib "-L{compiler.sdk.path}/lib" "-L{compiler.sdk.path}/ld" -T esp32_out.ld -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld -T esp32.rom.libgcc.ld -T esp32.rom.spiram_incompatible_fns.ld -u ld_include_panic_highint_hdl -u call_user_start_cpu0 -Wl,--gc-sections -Wl,-static -Wl,--undefined=uxTopUsedPriority -u __cxa_guard_dummy -u __cxx_fatal_exception
38-
compiler.c.elf.libs=-lgcc -lopenssl -lbtdm_app -lfatfs -lwps -lcoexist -lwear_levelling -lesp_http_client -lprotobuf-c -lhal -lnewlib -ldriver -lbootloader_support -lpp -lfreemodbus -lmesh -lsmartconfig -ljsmn -lwpa -lethernet -lphy -lapp_trace -lconsole -lulp -lwpa_supplicant -lfreertos -lbt -lmicro-ecc -lesp32-camera -lcxx -lxtensa-debug-module -ltcp_transport -lmdns -lvfs -lesp_ringbuf -lsoc -lcore -lfb_gfx -lsdmmc -llibsodium -lcoap -ltcpip_adapter -lprotocomm -lesp_event -limage_util -lc_nano -lesp-tls -lasio -lrtc -lspi_flash -lwpa2 -lwifi_provisioning -lesp32 -lface_recognition -lapp_update -lnghttp -lspiffs -lface_detection -lespnow -lnvs_flash -lesp_adc_cal -llog -ldl_lib -lsmartconfig_ack -lexpat -lm -lfr -lmqtt -lc -lheap -lmbedtls -llwip -lnet80211 -lesp_http_server -lpthread -ljson -lesp_https_ota -lfd -lstdc++
38+
compiler.c.elf.libs=-lgcc -lopenssl -lbtdm_app -lfatfs -lwps -lcoexist -lwear_levelling -lesp_http_client -lprotobuf-c -lhal -lnewlib -ldriver -lbootloader_support -lpp -lfreemodbus -lmesh -lsmartconfig -ljsmn -lwpa -lethernet -lphy -lesp-face -lapp_trace -lconsole -lulp -lwpa_supplicant -lfreertos -lbt -lmicro-ecc -lesp32-camera -lcxx -lxtensa-debug-module -ltcp_transport -lmdns -lvfs -lesp_ringbuf -lsoc -lcore -lfb_gfx -lsdmmc -llibsodium -lcoap -ltcpip_adapter -lprotocomm -lesp_event -limage_util -lc_nano -lesp-tls -lasio -lrtc -lspi_flash -lwpa2 -lwifi_provisioning -lesp32 -lface_recognition -lapp_update -lnghttp -lspiffs -lface_detection -lespnow -lnvs_flash -lesp_adc_cal -llog -ldl_lib -lsmartconfig_ack -lexpat -lm -lfr -lmqtt -lc -lheap -lmbedtls -llwip -lnet80211 -lesp_http_server -lpthread -ljson -lesp_https_ota -lfd -lstdc++
3939

4040
compiler.as.cmd=xtensa-esp32-elf-as
4141

tools/platformio-build.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
join(FRAMEWORK_DIR, "tools", "sdk", "include", "wifi_provisioning"),
153153
join(FRAMEWORK_DIR, "tools", "sdk", "include", "wpa_supplicant"),
154154
join(FRAMEWORK_DIR, "tools", "sdk", "include", "xtensa-debug-module"),
155+
join(FRAMEWORK_DIR, "tools", "sdk", "include", "esp-face"),
155156
join(FRAMEWORK_DIR, "tools", "sdk", "include", "esp32-camera"),
156157
join(FRAMEWORK_DIR, "tools", "sdk", "include", "esp-face"),
157158
join(FRAMEWORK_DIR, "tools", "sdk", "include", "fb_gfx"),
@@ -164,7 +165,7 @@
164165
],
165166

166167
LIBS=[
167-
"-lgcc", "-lopenssl", "-lbtdm_app", "-lfatfs", "-lwps", "-lcoexist", "-lwear_levelling", "-lesp_http_client", "-lprotobuf-c", "-lhal", "-lnewlib", "-ldriver", "-lbootloader_support", "-lpp", "-lfreemodbus", "-lmesh", "-lsmartconfig", "-ljsmn", "-lwpa", "-lethernet", "-lphy", "-lapp_trace", "-lconsole", "-lulp", "-lwpa_supplicant", "-lfreertos", "-lbt", "-lmicro-ecc", "-lesp32-camera", "-lcxx", "-lxtensa-debug-module", "-ltcp_transport", "-lmdns", "-lvfs", "-lesp_ringbuf", "-lsoc", "-lcore", "-lfb_gfx", "-lsdmmc", "-llibsodium", "-lcoap", "-ltcpip_adapter", "-lprotocomm", "-lesp_event", "-limage_util", "-lc_nano", "-lesp-tls", "-lasio", "-lrtc", "-lspi_flash", "-lwpa2", "-lwifi_provisioning", "-lesp32", "-lface_recognition", "-lapp_update", "-lnghttp", "-lspiffs", "-lface_detection", "-lespnow", "-lnvs_flash", "-lesp_adc_cal", "-llog", "-ldl_lib", "-lsmartconfig_ack", "-lexpat", "-lm", "-lfr", "-lmqtt", "-lc", "-lheap", "-lmbedtls", "-llwip", "-lnet80211", "-lesp_http_server", "-lpthread", "-ljson", "-lesp_https_ota", "-lfd", "-lstdc++"
168+
"-lgcc", "-lopenssl", "-lbtdm_app", "-lfatfs", "-lwps", "-lcoexist", "-lwear_levelling", "-lesp_http_client", "-lprotobuf-c", "-lhal", "-lnewlib", "-ldriver", "-lbootloader_support", "-lpp", "-lfreemodbus", "-lmesh", "-lsmartconfig", "-ljsmn", "-lwpa", "-lethernet", "-lphy", "-lesp-face", "-lapp_trace", "-lconsole", "-lulp", "-lwpa_supplicant", "-lfreertos", "-lbt", "-lmicro-ecc", "-lesp32-camera", "-lcxx", "-lxtensa-debug-module", "-ltcp_transport", "-lmdns", "-lvfs", "-lesp_ringbuf", "-lsoc", "-lcore", "-lfb_gfx", "-lsdmmc", "-llibsodium", "-lcoap", "-ltcpip_adapter", "-lprotocomm", "-lesp_event", "-limage_util", "-lc_nano", "-lesp-tls", "-lasio", "-lrtc", "-lspi_flash", "-lwpa2", "-lwifi_provisioning", "-lesp32", "-lface_recognition", "-lapp_update", "-lnghttp", "-lspiffs", "-lface_detection", "-lespnow", "-lnvs_flash", "-lesp_adc_cal", "-llog", "-ldl_lib", "-lsmartconfig_ack", "-lexpat", "-lm", "-lfr", "-lmqtt", "-lc", "-lheap", "-lmbedtls", "-llwip", "-lnet80211", "-lesp_http_server", "-lpthread", "-ljson", "-lesp_https_ota", "-lfd", "-lstdc++"
168169
],
169170

170171
LIBSOURCE_DIRS=[

tools/sdk/bin/bootloader_dio_40m.bin

48 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_dio_80m.bin

32 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_dout_40m.bin

48 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_dout_80m.bin

32 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_qio_40m.bin

64 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_qio_80m.bin

64 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_qout_40m.bin

64 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_qout_80m.bin

64 Bytes
Binary file not shown.

tools/sdk/include/bootloader_support/bootloader_common.h

+5
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ bool bootloader_common_label_search(const char *list, char *label);
9191
* - ESP_FAIL: An allocation error occurred.
9292
*/
9393
esp_err_t bootloader_common_get_sha256_of_partition(uint32_t address, uint32_t size, int type, uint8_t *out_sha_256);
94+
95+
/**
96+
* @brief Configure VDDSDIO, call this API to rise VDDSDIO to 1.9V when VDDSDIO regulator is enabled as 1.8V mode.
97+
*/
98+
void bootloader_common_vddsdio_configure();

tools/sdk/include/bt/esp_bt.h

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
extern "C" {
2626
#endif
2727

28-
#define ESP_BT_CONTROLLER_CONFIG_MAGIC_VAL 0x5A5AA5A5
28+
#define ESP_BT_CONTROLLER_CONFIG_MAGIC_VAL 0x20190506
2929

3030
/**
3131
* @brief Bluetooth mode for controller enable/disable
@@ -100,6 +100,9 @@ the adv packet will be discarded until the memory is restored. */
100100
#define BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_LIMIT 7 //Maximum ACL connection limitation
101101
#define BTDM_CONTROLLER_BR_EDR_MAX_SYNC_CONN_LIMIT 3 //Maximum SCO/eSCO connection limitation
102102

103+
#define BTDM_CONTROLLER_SCO_DATA_PATH_HCI 0 // SCO data is routed to HCI
104+
#define BTDM_CONTROLLER_SCO_DATA_PATH_PCM 1 // SCO data path is PCM
105+
103106
#define BT_CONTROLLER_INIT_CONFIG_DEFAULT() { \
104107
.controller_task_stack_size = ESP_TASK_BT_CONTROLLER_STACK, \
105108
.controller_task_prio = ESP_TASK_BT_CONTROLLER_PRIO, \
@@ -114,6 +117,7 @@ the adv packet will be discarded until the memory is restored. */
114117
.mode = BTDM_CONTROLLER_MODE_EFF, \
115118
.ble_max_conn = CONFIG_BTDM_CONTROLLER_BLE_MAX_CONN_EFF, \
116119
.bt_max_acl_conn = CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_EFF, \
120+
.bt_sco_datapath = CONFIG_BTDM_CONTROLLER_BR_EDR_SCO_DATA_PATH_EFF, \
117121
.bt_max_sync_conn = CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_SYNC_CONN_EFF, \
118122
.magic = ESP_BT_CONTROLLER_CONFIG_MAGIC_VAL, \
119123
};
@@ -144,6 +148,7 @@ typedef struct {
144148
uint8_t mode; /*!< Controller mode: BR/EDR, BLE or Dual Mode */
145149
uint8_t ble_max_conn; /*!< BLE maximum connection numbers */
146150
uint8_t bt_max_acl_conn; /*!< BR/EDR maximum ACL connection numbers */
151+
uint8_t bt_sco_datapath; /*!< SCO data path, i.e. HCI or PCM module */
147152
/*
148153
* Following parameters can not be configured runtime when call esp_bt_controller_init()
149154
* It will be overwrite with a constant value which in menuconfig or from a macro.

tools/sdk/include/config/sdkconfig.h

+12-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#define CONFIG_SPIFFS_CACHE_WR 1
4141
#define CONFIG_SPIRAM_CACHE_WORKAROUND 1
4242
#define CONFIG_BROWNOUT_DET_LVL_SEL_0 1
43+
#define CONFIG_D0WD_PSRAM_CS_IO 16
4344
#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER 1
4445
#define CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE 1
4546
#define CONFIG_BTDM_CONTROLLER_MODEM_SLEEP 1
@@ -57,13 +58,15 @@
5758
#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1
5859
#define CONFIG_MBEDTLS_ECDH_C 1
5960
#define CONFIG_SPIRAM_USE_CAPS_ALLOC 1
61+
#define CONFIG_FRMN1_QUANT 1
6062
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE 1
6163
#define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM 10
6264
#define CONFIG_MBEDTLS_SSL_ALPN 1
6365
#define CONFIG_MBEDTLS_PEM_WRITE_C 1
6466
#define CONFIG_BT_SPP_ENABLED 1
6567
#define CONFIG_BT_RESERVE_DRAM 0xdb5c
6668
#define CONFIG_CXX_EXCEPTIONS 1
69+
#define CONFIG_D2WD_PSRAM_CLK_IO 9
6770
#define CONFIG_FATFS_FS_LOCK 0
6871
#define CONFIG_IP_LOST_TIMER_INTERVAL 120
6972
#define CONFIG_SPIFFS_META_LENGTH 4
@@ -85,6 +88,7 @@
8588
#define CONFIG_BTDM_CONTROLLER_BLE_MAX_CONN_EFF 3
8689
#define CONFIG_TCPIP_TASK_AFFINITY_CPU0 1
8790
#define CONFIG_FATFS_CODEPAGE 850
91+
#define CONFIG_SPIRAM_SPIWP_SD3_PIN 7
8892
#define CONFIG_ULP_COPROC_RESERVE_MEM 512
8993
#define CONFIG_LWIP_MAX_UDP_PCBS 16
9094
#define CONFIG_ESPTOOLPY_BAUD 921600
@@ -119,6 +123,7 @@
119123
#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE 1
120124
#define CONFIG_SPIRAM_BANKSWITCH_ENABLE 1
121125
#define CONFIG_MBEDTLS_X509_CRL_PARSE_C 1
126+
#define CONFIG_HTTPD_PURGE_BUF_LEN 32
122127
#define CONFIG_SCAN_DUPLICATE_BY_DEVICE_ADDR 1
123128
#define CONFIG_MB_SERIAL_TASK_STACK_SIZE 2048
124129
#define CONFIG_MBEDTLS_PSK_MODES 1
@@ -129,6 +134,7 @@
129134
#define CONFIG_BLUEDROID_PINNED_TO_CORE_0 1
130135
#define CONFIG_FATFS_CODEPAGE_850 1
131136
#define CONFIG_TASK_WDT 1
137+
#define CONFIG_MTMN_LITE_QUANT 1
132138
#define CONFIG_MAIN_TASK_STACK_SIZE 4096
133139
#define CONFIG_SPIFFS_PAGE_CHECK 1
134140
#define CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0 1
@@ -192,7 +198,8 @@
192198
#define CONFIG_MB_CONTROLLER_NOTIFY_TIMEOUT 20
193199
#define CONFIG_ESP32_WIFI_MGMT_SBUF_NUM 32
194200
#define CONFIG_PARTITION_TABLE_SINGLE_APP 1
195-
#define CONFIG_ESP32_WIFI_RX_BA_WIN 6
201+
#define CONFIG_XTENSA_IMPL 1
202+
#define CONFIG_ESP32_WIFI_RX_BA_WIN 16
196203
#define CONFIG_MBEDTLS_X509_CSR_PARSE_C 1
197204
#define CONFIG_SPIFFS_USE_MTIME 1
198205
#define CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_SYNC_CONN 0
@@ -212,6 +219,7 @@
212219
#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1
213220
#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 2000
214221
#define CONFIG_BROWNOUT_DET_LVL 0
222+
#define CONFIG_BTDM_CONTROLLER_BR_EDR_SCO_DATA_PATH_PCM 1
215223
#define CONFIG_MBEDTLS_PEM_PARSE_C 1
216224
#define CONFIG_SPIFFS_GC_MAX_RUNS 10
217225
#define CONFIG_ARDUINO_RUN_CORE1 1
@@ -234,6 +242,7 @@
234242
#define CONFIG_ESP32_XTAL_FREQ 0
235243
#define CONFIG_MONITOR_BAUD_115200B 1
236244
#define CONFIG_LOG_BOOTLOADER_LEVEL 0
245+
#define CONFIG_D2WD_PSRAM_CS_IO 10
237246
#define CONFIG_MBEDTLS_TLS_ENABLED 1
238247
#define CONFIG_LWIP_MAX_RAW_PCBS 16
239248
#define CONFIG_SMP_ENABLE 1
@@ -273,7 +282,9 @@
273282
#define CONFIG_PPP_PAP_SUPPORT 1
274283
#define CONFIG_MBEDTLS_TLS_CLIENT 1
275284
#define CONFIG_BTDM_CONTROLLER_HCI_MODE_VHCI 1
285+
#define CONFIG_BTDM_CONTROLLER_BR_EDR_SCO_DATA_PATH_EFF 1
276286
#define CONFIG_BT_ENABLED 1
287+
#define CONFIG_D0WD_PSRAM_CLK_IO 17
277288
#define CONFIG_SW_COEXIST_PREFERENCE_BALANCE 1
278289
#define CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED 1
279290
#define CONFIG_MONITOR_BAUD 115200

0 commit comments

Comments
 (0)