Skip to content

Commit

Permalink
fix(rt): add missing linkme.x entries
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 19, 2024
1 parent 40bb4c7 commit c8f7d0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/riot-rs-rt/linkme.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ SECTIONS {
linkm2_INIT_FUNCS : { *(linkm2_INIT_FUNCS) } > FLASH
linkme_EMBASSY_TASKS : { *(linkme_EMBASSY_TASKS) } > FLASH
linkm2_EMBASSY_TASKS : { *(linkm2_EMBASSY_TASKS) } > FLASH
linkme_USB_BUILDER_HOOKS : { *(linkme_USB_BUILDER_HOOKS) } > FLASH
linkm2_USB_BUILDER_HOOKS : { *(linkm2_USB_BUILDER_HOOKS) } > FLASH
linkme_THREAD_FNS : { *(linkme_THREAD_FNS) } > FLASH
linkm2_THREAD_FNS : { *(linkm2_THREAD_FNS) } > FLASH
}

Expand Down

0 comments on commit c8f7d0b

Please sign in to comment.