Browse Source

Increase iram1_0_seg for PR builds, supports #2008

Marcel Stör 6 years ago
parent
commit
58d4e0692d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/pr-build.sh

+ 1 - 0
tools/pr-build.sh

@@ -22,6 +22,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 0x200000\2@' nodemcu.ld
+ sed -E -i.bak 's@(.*iram1_0_seg *:.*len *=) *[^,]*(.*)@\1 0x100000\2@' nodemcu.ld
  cat nodemcu.ld
 
 # change to "root" directory no matter where the script was started from