Skip to content

Commit be6cc47

Browse files
committed
Put more in RAM
1 parent 6b0a711 commit be6cc47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/raspberrypi/link-rp2040.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ SECTIONS
8484
8585
*(EXCLUDE_FILE(*libgcc.a: *libc.a:*lib_a-mem*.o *libm.a: *interp.o *divider.o *tusb_fifo.o *mem_ops_aeabi.o *usbh.o) .text*)
8686
/* Allow everything in usbh.o except tuh_task_event_ready because we read it from core 1. */
87-
*usbh.o (.text.[_uphc]* .text.tuh_[cmvied]* .text.tuh_task_ext*)
87+
*usbh.o (.text.[_uphc]* .text.tuh_[cmved]* .text.tuh_task_ext*)
8888
*(.fini)
8989
/* Pull all c'tors into .text */
9090
*crtbegin.o(.ctors)

ports/raspberrypi/link-rp2350.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ SECTIONS
6565

6666
*(EXCLUDE_FILE(*libgcc.a: *libc.a:*lib_a-mem*.o *libm.a: *interp.o *divider.o *tusb_fifo.o *mem_ops_aeabi.o *usbh.o *string0.o) .text*)
6767
/* Allow everything in usbh.o except tuh_task_event_ready because we read it from core 1. */
68-
*usbh.o (.text.[_uphc]* .text.tuh_[cmvied]* .text.tuh_task_ext*)
68+
*usbh.o (.text.[_uphc]* .text.tuh_[cmved]* .text.tuh_task_ext*)
6969
*(.fini)
7070
/* Pull all c'tors into .text */
7171
*crtbegin.o(.ctors)

0 commit comments

Comments
 (0)