Skip to content

Commit 83bb8d1

Browse files
committed
Fix MD5 missing from ROM on ESP32
1 parent d491d3a commit 83bb8d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/prepare-libs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ else
148148
fi
149149
str="$flags $libs"
150150
fi
151+
if [ "$IDF_TARGET" = "esp32" ]; then
152+
LD_SCRIPTS+="-T esp32.rom.redefined.ld "
153+
PIO_LD_SCRIPTS+="esp32.rom.redefined.ld "
154+
fi
151155
set -- $str
152156
for item; do
153157
prefix="${item:0:1}"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy