move rwtext after other RAM data sections (#464)

This commit is contained in:
Scott Mabin 2023-03-31 14:27:53 +01:00 committed by GitHub
parent 40bf086a0c
commit 7ab9d91f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

7
.gitignore vendored
View File

@ -15,3 +15,10 @@ Cargo.lock
# Other
**/settings.json
# wokwi related files
diagram.json
wokwi.toml
# vscode
.vscode

View File

@ -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 */