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…
Reference in New Issue
Block a user