Skip to content

Commit

Permalink
move rwtext after other RAM data sections (esp-rs#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev authored and i404788 committed Jul 22, 2023
1 parent aec9636 commit c000f23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ Cargo.lock

# Other
**/settings.json

# wokwi related files
diagram.json
wokwi.toml

# vscode
.vscode
2 changes: 1 addition & 1 deletion esp32c6-hal/ld/bl-riscv-link.x
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit c000f23

Please sign in to comment.