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
ea7ad213
Commit
ea7ad213
authored
Dec 04, 2016
by
Arnim Läuger
Committed by
Marcel Stör
Dec 04, 2016
Browse files
move init_data from .text to .rodata.dram section (#1643)
parent
11ded3fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/user/user_main.c
View file @
ea7ad213
...
...
@@ -37,7 +37,7 @@ extern const uint32_t init_data[];
extern
const
uint32_t
init_data_end
[];
__asm__
(
/* Place in .text for same reason as user_start_trampoline */
".section
\"
.
text
\"\n
"
".section
\"
.
rodata.dram
\"\n
"
".align 4
\n
"
"init_data:
\n
"
".incbin
\"
"
ESP_INIT_DATA_DEFAULT
"
\"\n
"
...
...
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