8000 IDF release/v3.3 c43efe150 (#4936) · hallard/arduino-esp32@2ee66b5 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
#define CONFIG_BT_ACL_CONNECTIONS 4
362362
#define CONFIG_FATFS_MAX_LFN 255
363363
#define CONFIG_ESP32_WIFI_TX_BUFFER_TYPE 1
364+
#define CONFIG_SUPPORT_STATIC_ALLOCATION 1
364365
#define CONFIG_ESPTOOLPY_BAUD_921600B 1
365366
#define CONFIG_BOOTLOADER_WDT_ENABLE 1
366367
#define CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED 1
@@ -396,5 +397,5 @@
396397
#define CONFIG_BTDM_MODEM_SLEEP_MODE_ORIG 1
397398
#define CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_ERROR 1
398399
#define CONFIG_FATFS_API_ENCODING_ANSI_OEM 1
399-
#define CONFIG_ARDUINO_IDF_COMMIT "0bfff0b25"
400+
#define CONFIG_ARDUINO_IDF_COMMIT "c43efe150"
400401
#define CONFIG_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-
typedef enum {
37-
WIFI_IF_STA = ESP_IF_WIFI_STA,
38-
WIFI_IF_AP = ESP_IF_WIFI_AP,
39-
} wifi_interface_t;
36+
typedef esp_interface_t wifi_interface_t;
37+
38+
#define WIFI_IF_STA ESP_IF_WIFI_STA
39+
#define WIFI_IF_AP ESP_IF_WIFI_AP
4040

4141
typedef enum {
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.

tools/sdk/lib/libbootloader_support.a

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.

tools/sdk/lib/libconsole.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libcore.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libcxx.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libdriver.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libefuse.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libesp-tls.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libesp32-camera.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libesp32.a

-724 Bytes
Binary file not shown.

tools/sdk/lib/libesp_adc_cal.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libesp_event.a

-180 Bytes
Binary file not shown.

tools/sdk/lib/libesp_http_client.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libesp_http_server.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libesp_https_ota.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libesp_https_server.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libesp_ringbuf.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/lib/libespcoredump.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libespnow.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libethernet.a

-156 Bytes
Binary file not shown.

tools/sdk/lib/libexpat.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libface_detection.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libface_recognition.a

Copy file name to clipboard
0 Bytes
Binary file not shown.

tools/sdk/lib/libfatfs.a

36 Bytes
Binary file not shown.

tools/sdk/lib/libfb_gfx.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libfreemodbus.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libfreertos.a

21 KB
Binary file not shown.

tools/sdk/lib/libheap.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libimage_util.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libjsmn.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libjson.a

0 Bytes
Binary file not shown.

tools/sdk/lib/liblibsodium.a

0 Bytes
Binary file not shown.

tools/sdk/lib/liblog.a

0 Bytes
Binary file not shown.

tools/sdk/lib/liblwip.a

36 Bytes
Binary file not shown.

tools/sdk/lib/libmbedtls.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libmdns.a

-156 Bytes
Binary file not shown.

tools/sdk/lib/libmesh.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libmicro-ecc.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libmqtt.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libnet80211.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libnewlib.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libnghttp.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libnvs_flash.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libopenssl.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libpp.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libprotobuf-c.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libprotocomm.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libpthread.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libsdmmc.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libsmartconfig.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libsmartconfig_ack.a

64 Bytes
Binary file not shown.

tools/sdk/lib/libsoc.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libspi_flash.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libspiffs.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libtcp_transport.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libtcpip_adapter.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libulp.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libunity.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libvfs.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libwear_levelling.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libwifi_provisioning.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libwpa.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libwpa2.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libwpa_supplicant.a

-1.27 KB
Binary file not shown.

tools/sdk/lib/libwps.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/sdkconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,8 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1024
621621
CONFIG_FREERTOS_ISR_STACKSIZE=1536
622622
CONFIG_FREERTOS_LEGACY_HOOKS=
623623
CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16
624-
CONFIG_SUPPORT_STATIC_ALLOCATION=
624+
CONFIG_SUPPORT_STATIC_ALLOCATION=y
625+
CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK=
625626
CONFIG_TIMER_TASK_PRIORITY=1
626627
CONFIG_TIMER_TASK_STACK_DEPTH=2048
627628
CONFIG_TIMER_QUEUE_LENGTH=10

0 commit comments

Comments
 (0)
0