Skip to content

Commit 31510f4

Browse files
authoredMar 28, 2022
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
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
 

‎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=[

‎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=[

0 commit comments

Comments
 (0)