Skip to content

Commit 7ab9d91

Browse files
authored
move rwtext after other RAM data sections (#464)
1 parent 40bf086 commit 7ab9d91

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ Cargo.lock
1515

1616
# Other
1717
**/settings.json
18+
19+
# wokwi related files
20+
diagram.json
21+
wokwi.toml
22+
23+
# vscode
24+
.vscode

esp32c6-hal/ld/bl-riscv-link.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ INSERT BEFORE .rodata;
8282
/* Shared sections - ordering matters */
8383
INCLUDE "text.x"
8484
INCLUDE "rodata.x"
85-
INCLUDE "rwtext.x"
8685
INCLUDE "rwdata.x"
86+
INCLUDE "rwtext.x"
8787
INCLUDE "rtc_fast.x"
8888
/* End of Shared sections */
8989

0 commit comments

Comments
 (0)