Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
6e38cc4b
Commit
6e38cc4b
authored
Oct 24, 2016
by
Marcel Stör
Browse files
Increase irom0_0_seg size for PR build
parent
020afdcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/pr-build.sh
View file @
6e38cc4b
...
@@ -21,7 +21,7 @@ cat user_config.h
...
@@ -21,7 +21,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 0x
C
0000\2@'
nodemcu.ld
sed
-E
-i
.bak
's@(.*irom0_0_seg *:.*len *=) *[^,]*(.*)@\1 0x
D
0000\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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment