Skip to content

Commit

Permalink
2024-10-13 master to upcoming (#5519)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedara90 authored Oct 13, 2024
2 parents 0a4b3a8 + 1b3de8a commit a5d3a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ld_script_test.ld
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ SECTIONS {
src/*.o(.sbss);
gflib/*.o(.sbss);
test/*.o(.sbss);
. = ALIGN(4);
} > EWRAM

.iwram ORIGIN(IWRAM) : AT (__iwram_lma)
ALIGN(4)
{
__iwram_start = .;
*(.iwram*);
. = ALIGN(4);
__iwram_end = .;
} > IWRAM

Expand All @@ -55,6 +57,7 @@ SECTIONS {
data/*.o(COMMON);
test/*.o(COMMON);
*libc.a:sbrkr.o(COMMON);
. = ALIGN(4);

/* .persistent starts at 0x3007F00 */
/* WARNING: This is the end of the IRQ stack, if there's too
Expand Down

0 comments on commit a5d3a7c

Please sign in to comment.