Skip to content

Commit

Permalink
Update linker scripts to use cortex-m-generic.ld
Browse files Browse the repository at this point in the history
locm3 refactored their linker scripts - the generic linker script to
include is now cortex-m-generic.ld instead of libopencm3_stm32f0.ld
  • Loading branch information
devanlai committed Oct 4, 2018
1 parent 5d23d23 commit 0d63f66
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/stm32f042/stm32f042x6.ld
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f0.ld
INCLUDE cortex-m-generic.ld

2 changes: 1 addition & 1 deletion src/stm32f103/stlinkv2-1/stm32f103x8-stlinkv2-1-boot.ld
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld
INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion src/stm32f103/stm32f103x8-dfuboot.ld
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld
INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion src/stm32f103/stm32f103x8-highboot.ld
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld
INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion src/stm32f103/stm32f103x8.ld
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld
INCLUDE cortex-m-generic.ld

0 comments on commit 0d63f66

Please sign in to comment.