Increase irom0_0_seg size for all-modules build.

This commit is contained in:
Arnim Läuger 2016-08-14 10:19:01 +02:00 committed by GitHub
parent 67750c4a72
commit 9a062fc6f7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cat user_config.h
cd "$TRAVIS_BUILD_DIR"/ld || exit cd "$TRAVIS_BUILD_DIR"/ld || exit
# increase irom0_0_seg size for all modules build # 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 cat nodemcu.ld
# change to "root" directory no matter where the script was started from # change to "root" directory no matter where the script was started from