mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00
move rwtext after other RAM data sections (#464)
This commit is contained in:
parent
40bf086a0c
commit
7ab9d91f26
7
.gitignore
vendored
7
.gitignore
vendored
@ -15,3 +15,10 @@ Cargo.lock
|
||||
|
||||
# Other
|
||||
**/settings.json
|
||||
|
||||
# wokwi related files
|
||||
diagram.json
|
||||
wokwi.toml
|
||||
|
||||
# vscode
|
||||
.vscode
|
@ -82,8 +82,8 @@ INSERT BEFORE .rodata;
|
||||
/* Shared sections - ordering matters */
|
||||
INCLUDE "text.x"
|
||||
INCLUDE "rodata.x"
|
||||
INCLUDE "rwtext.x"
|
||||
INCLUDE "rwdata.x"
|
||||
INCLUDE "rwtext.x"
|
||||
INCLUDE "rtc_fast.x"
|
||||
/* End of Shared sections */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user