Skip to content

Commit

Permalink
Merge pull request #7 from gdamjan/master
Browse files Browse the repository at this point in the history
Use cortex-m-generic.ld instead of libopencm3_stm32f4.ld
  • Loading branch information
daniel-thompson authored Sep 4, 2018
2 parents 20a6f90 + 9009160 commit 2977a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/bootloader/lctech-f103.ld
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld

INCLUDE cortex-m-generic.ld
3 changes: 1 addition & 2 deletions src/lctech-f103.ld
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld

INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion src/stm32f4-discovery.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_stm32f4.ld
INCLUDE cortex-m-generic.ld

0 comments on commit 2977a91

Please sign in to comment.