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
716e6824
Commit
716e6824
authored
Feb 21, 2016
by
Marcel Stör
Browse files
Merge pull request #1070 from devsaurus/all-modules
Increase irom0_0_seg size for all-modules build.
parents
8743319b
c1652ade
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/pr-build.sh
View file @
716e6824
...
...
@@ -13,6 +13,11 @@ cat user_modules.h
sed
-i
.bak
's@#define CLIENT_SSL_ENABLE@//#define CLIENT_SSL_ENABLE@'
user_config.h
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 0x90000\2@'
nodemcu.ld
cat
nodemcu.ld
# change to "root" directory no matter where the script was started from
cd
"
$TRAVIS_BUILD_DIR
"
||
exit
make clean
...
...
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