mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-29 03:50:58 +02:00
IDF release/v4.4 c29343eb94 (#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
This commit is contained in:
@ -112,7 +112,7 @@ env.Append(
|
|||||||
"-u", "newlib_include_pthread_impl",
|
"-u", "newlib_include_pthread_impl",
|
||||||
"-u", "newlib_include_assert_impl",
|
"-u", "newlib_include_assert_impl",
|
||||||
"-u", "__cxa_guard_dummy",
|
"-u", "__cxa_guard_dummy",
|
||||||
'-Wl,-Map="%s"' % join("${BUILD_DIR}", "${PROGNAME}.map")
|
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
|
||||||
],
|
],
|
||||||
|
|
||||||
CPPPATH=[
|
CPPPATH=[
|
||||||
|
@ -111,7 +111,7 @@ env.Append(
|
|||||||
"-u", "newlib_include_pthread_impl",
|
"-u", "newlib_include_pthread_impl",
|
||||||
"-u", "newlib_include_assert_impl",
|
"-u", "newlib_include_assert_impl",
|
||||||
"-u", "__cxa_guard_dummy",
|
"-u", "__cxa_guard_dummy",
|
||||||
'-Wl,-Map="%s"' % join("${BUILD_DIR}", "${PROGNAME}.map")
|
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
|
||||||
],
|
],
|
||||||
|
|
||||||
CPPPATH=[
|
CPPPATH=[
|
||||||
|
@ -108,7 +108,7 @@ env.Append(
|
|||||||
"-u", "newlib_include_pthread_impl",
|
"-u", "newlib_include_pthread_impl",
|
||||||
"-u", "newlib_include_assert_impl",
|
"-u", "newlib_include_assert_impl",
|
||||||
"-u", "__cxa_guard_dummy",
|
"-u", "__cxa_guard_dummy",
|
||||||
'-Wl,-Map="%s"' % join("${BUILD_DIR}", "${PROGNAME}.map")
|
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
|
||||||
],
|
],
|
||||||
|
|
||||||
CPPPATH=[
|
CPPPATH=[
|
||||||
|
@ -108,7 +108,7 @@ env.Append(
|
|||||||
"-u", "newlib_include_pthread_impl",
|
"-u", "newlib_include_pthread_impl",
|
||||||
"-u", "newlib_include_assert_impl",
|
"-u", "newlib_include_assert_impl",
|
||||||
"-u", "__cxa_guard_dummy",
|
"-u", "__cxa_guard_dummy",
|
||||||
'-Wl,-Map="%s"' % join("${BUILD_DIR}", "${PROGNAME}.map")
|
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
|
||||||
],
|
],
|
||||||
|
|
||||||
CPPPATH=[
|
CPPPATH=[
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -691,5 +691,5 @@
|
|||||||
#define CONFIG_ULP_COPROC_RESERVE_MEM CONFIG_ESP32_ULP_COPROC_RESERVE_MEM
|
#define CONFIG_ULP_COPROC_RESERVE_MEM CONFIG_ESP32_ULP_COPROC_RESERVE_MEM
|
||||||
#define CONFIG_WARN_WRITE_STRINGS CONFIG_COMPILER_WARN_WRITE_STRINGS
|
#define CONFIG_WARN_WRITE_STRINGS CONFIG_COMPILER_WARN_WRITE_STRINGS
|
||||||
#define CONFIG_WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP
|
#define CONFIG_WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP
|
||||||
#define CONFIG_ARDUINO_IDF_COMMIT ""
|
#define CONFIG_ARDUINO_IDF_COMMIT "c29343eb94"
|
||||||
#define CONFIG_ARDUINO_IDF_BRANCH "release/v4.4"
|
#define CONFIG_ARDUINO_IDF_BRANCH "release/v4.4"
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
/* Automatically generated file; DO NOT EDIT */
|
/* Automatically generated file; DO NOT EDIT */
|
||||||
/* Espressif IoT Development Framework Linker Script */
|
/* Espressif IoT Development Framework Linker Script */
|
||||||
/* Generated from: /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/ld/esp32/sections.ld.in */
|
/* Generated from: /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_system/ld/esp32/sections.ld.in */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||||
@ -605,8 +605,8 @@ SECTIONS
|
|||||||
_bss_start = ABSOLUTE(.);
|
_bss_start = ABSOLUTE(.);
|
||||||
|
|
||||||
*(.bss .bss.*)
|
*(.bss .bss.*)
|
||||||
*(.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)
|
|
||||||
*(.ext_ram.bss .ext_ram.bss.*)
|
*(.ext_ram.bss .ext_ram.bss.*)
|
||||||
|
*(.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)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
_bt_bss_start = ABSOLUTE(.);
|
_bt_bss_start = ABSOLUTE(.);
|
||||||
*libbt.a:(.bss .bss.* COMMON)
|
*libbt.a:(.bss .bss.* COMMON)
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user