Commit 9a062fc6 authored by Arnim Läuger's avatar Arnim Läuger Committed by GitHub
Browse files

Increase irom0_0_seg size for all-modules build.

parent 67750c4a
......@@ -15,7 +15,7 @@ cat user_config.h
cd "$TRAVIS_BUILD_DIR"/ld || exit
# increase irom0_0_seg size for all modules build
sed -E -i.bak 's@(.*irom0_0_seg *:.*len *=) *[^,]*(.*)@\1 0xA0000\2@' nodemcu.ld
sed -E -i.bak 's@(.*irom0_0_seg *:.*len *=) *[^,]*(.*)@\1 0xC0000\2@' nodemcu.ld
cat nodemcu.ld
# change to "root" directory no matter where the script was started from
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment