Skip to content

Commit 2ee66b5

Browse files
authored
IDF release/v3.3 c43efe150 (espressif#4936)
esp-face: master 420fc7e esp32-camera: master 488c308 FreeRTOS Static
1 parent 2d3c576 commit 2ee66b5

Some content is hidden

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

76 files changed

+10
-8
lines changed

‎tools/sdk/include/config/sdkconfig.h‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@
361361
#defineCONFIG_BT_ACL_CONNECTIONS 4
362362
#defineCONFIG_FATFS_MAX_LFN 255
363363
#defineCONFIG_ESP32_WIFI_TX_BUFFER_TYPE 1
364+
#defineCONFIG_SUPPORT_STATIC_ALLOCATION 1
364365
#defineCONFIG_ESPTOOLPY_BAUD_921600B 1
365366
#defineCONFIG_BOOTLOADER_WDT_ENABLE 1
366367
#defineCONFIG_ESP32_WIFI_AMPDU_RX_ENABLED 1
@@ -396,5 +397,5 @@
396397
#defineCONFIG_BTDM_MODEM_SLEEP_MODE_ORIG 1
397398
#defineCONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_ERROR 1
398399
#defineCONFIG_FATFS_API_ENCODING_ANSI_OEM 1
399-
#defineCONFIG_ARDUINO_IDF_COMMIT "0bfff0b25"
400+
#defineCONFIG_ARDUINO_IDF_COMMIT "c43efe150"
400401
#defineCONFIG_ARDUINO_IDF_BRANCH "release/v3.3"

‎tools/sdk/include/esp32/esp_wifi_types.h‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ typedef enum{
3333
WIFI_MODE_MAX
3434
} wifi_mode_t;
3535

36-
typedefenum{
37-
WIFI_IF_STA=ESP_IF_WIFI_STA,
38-
WIFI_IF_AP=ESP_IF_WIFI_AP,
39-
} wifi_interface_t;
36+
typedefesp_interface_twifi_interface_t;
37+
38+
#defineWIFI_IF_STA ESP_IF_WIFI_STA
39+
#defineWIFI_IF_AP ESP_IF_WIFI_AP
4040

4141
typedefenum{
4242
WIFI_COUNTRY_POLICY_AUTO, /**< Country policy is auto, use the country info of AP to which the station is connected */

‎tools/sdk/ld/esp32.project.ld‎

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

‎tools/sdk/lib/libapp_trace.a‎

0 Bytes
Binary file not shown.

‎tools/sdk/lib/libapp_update.a‎

0 Bytes
Binary file not shown.

‎tools/sdk/lib/libasio.a‎

-388 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

‎tools/sdk/lib/libbt.a‎

-420 Bytes
Binary file not shown.

‎tools/sdk/lib/libcoap.a‎

0 Bytes
Binary file not shown.

‎tools/sdk/lib/libcoexist.a‎

0 Bytes
Binary file not shown.

0 commit comments

Comments
(0)