Skip to content

Commit 31510f4

Browse files
authored
IDF release/v4.4 c29343eb94 (espressif#6493)
esp-dl: master d949350 esp-dsp: master 07aa7b1 esp-rainmaker: master 5af4f64 esp-sr: master d05cf97 esp32-camera: master 86a4951 esp_littlefs: master 5f0d614
1 parent aa783e6 commit 31510f4

File tree

399 files changed

+190
-119
lines changed

Some content is hidden

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

399 files changed

+190
-119
lines changed

Diff for: tools/platformio-build-esp32.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"-u", "newlib_include_pthread_impl",
113113
"-u", "newlib_include_assert_impl",
114114
"-u", "__cxa_guard_dummy",
115-
'-Wl,-Map="%s"' % join("${BUILD_DIR}", "${PROGNAME}.map")
115+
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
116116
],
117117

118118
CPPPATH=[

Diff for: tools/platformio-build-esp32c3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"-u", "newlib_include_pthread_impl",
112112
"-u", "newlib_include_assert_impl",
113113
"-u", "__cxa_guard_dummy",
114-
'-Wl,-Map="%s"' % join("${BUILD_DIR}", "${PROGNAME}.map")
114+
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
115115
],
116116

117117
CPPPATH=[

Diff for: tools/platformio-build-esp32s2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"-u", "newlib_include_pthread_impl",
109109
"-u", "newlib_include_assert_impl",
110110
"-u", "__cxa_guard_dummy",
111-
'-Wl,-Map="%s"' % join("${BUILD_DIR}", "${PROGNAME}.map")
111+
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
112112
],
113113

114114
CPPPATH=[

Diff for: tools/platformio-build-esp32s3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"-u", "newlib_include_pthread_impl",
109109
"-u", "newlib_include_assert_impl",
110110
"-u", "__cxa_guard_dummy",
111-
'-Wl,-Map="%s"' % join("${BUILD_DIR}", "${PROGNAME}.map")
111+
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
112112
],
113113

114114
CPPPATH=[

Diff for: tools/sdk/esp32/lib/libapp_trace.a

1.02 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libapp_update.a

524 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libasio.a

644 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libbt.a

103 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libbutton.a

620 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libcbor.a

856 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libcmock.a

112 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libcoap.a

6.45 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libconsole.a

860 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libcxx.a

300 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libdriver.a

13.7 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libefuse.a

1.8 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp-dsp.a

6.27 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp-sr.a

236 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp-tls.a

1.36 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp32-camera.a

5 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_adc_cal.a

572 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_common.a

572 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_eth.a

5.86 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_event.a

2.16 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_gdbstub.a

968 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_hid.a

2.93 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_http_client.a

1.2 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_http_server.a

2.82 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_https_ota.a

520 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_ipc.a

764 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_lcd.a

3.73 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_littlefs.a

-2.31 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_local_ctrl.a

988 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_netif.a

2.98 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_phy.a

924 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_pm.a

1.07 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_rainmaker.a

8.58 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_ringbuf.a

276 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_rom.a

364 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_schedule.a

568 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_serial_slave_link.a

1.07 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_timer.a

1.38 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_websocket_client.a

624 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_wifi.a

3.61 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libespcoredump.a

1.82 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libexpat.a

332 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libfatfs.a

2.99 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libfb_gfx.a

52 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libfreemodbus.a

12.4 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libhal.a

7.54 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libheap.a

1.48 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libjsmn.a

88 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libjson.a

172 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libjson_generator.a

48 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libjson_parser.a

64 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/liblibsodium.a

10.6 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/liblog.a

580 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/liblwip.a

20.3 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libmbedcrypto.a

10.7 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libmbedtls.a

1.71 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libmbedx509.a

960 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libmdns.a

1.59 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libmqtt.a

1.46 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libnewlib.a

2.55 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libnghttp.a

2.47 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libnvs_flash.a

2.46 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libopenssl.a

1.89 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libperfmon.a

588 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libprotobuf-c.a

88 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libprotocomm.a

2.65 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libpthread.a

1.18 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libqrcode.a

236 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/librmaker_common.a

2.16 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libsdmmc.a

1.87 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libsoc.a

2.68 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libspiffs.a

1.59 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libtcp_transport.a

1.31 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libtcpip_adapter.a

464 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libulp.a

496 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libunity.a

524 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libvfs.a

1.6 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libwear_levelling.a

1.39 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libwifi_provisioning.a

3.97 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libwpa_supplicant.a

20.1 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libws2812_led.a

128 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libxtensa.a

484 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/include/sdkconfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -691,5 +691,5 @@
691691
#define CONFIG_ULP_COPROC_RESERVE_MEM CONFIG_ESP32_ULP_COPROC_RESERVE_MEM
692692
#define CONFIG_WARN_WRITE_STRINGS CONFIG_COMPILER_WARN_WRITE_STRINGS
693693
#define CONFIG_WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP
694-
#define CONFIG_ARDUINO_IDF_COMMIT ""
694+
#define CONFIG_ARDUINO_IDF_COMMIT "c29343eb94"
695695
#define CONFIG_ARDUINO_IDF_BRANCH "release/v4.4"

Diff for: tools/sdk/esp32/qspi_qspi/libbootloader_support.a

4.02 KB
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/libesp_hw_support.a

6.69 KB
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/libesp_system.a

8.54 KB
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/libfreertos.a

4.21 KB
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/libspi_flash.a

5.84 KB
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/sections.ld

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Automatically generated file; DO NOT EDIT */
22
/* Espressif IoT Development Framework Linker Script */
3-
/* Generated from: /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/ld/esp32/sections.ld.in */
3+
/* Generated from: /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_system/ld/esp32/sections.ld.in */
44

55
/*
66
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
@@ -605,8 +605,8 @@ SECTIONS
605605
_bss_start = ABSOLUTE(.);
606606

607607
*(.bss .bss.*)
608-
*(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem)
609608
*(.ext_ram.bss .ext_ram.bss.*)
609+
*(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem)
610610
*(COMMON)
611611
_bt_bss_start = ABSOLUTE(.);
612612
*libbt.a:(.bss .bss.* COMMON)

0 commit comments

Comments
 (0)