-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update linker scripts to use cortex-m-generic.ld
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
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,5 @@ MEMORY | |
} | ||
|
||
/* Include the common ld script. */ | ||
INCLUDE libopencm3_stm32f0.ld | ||
INCLUDE cortex-m-generic.ld | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ MEMORY | |
} | ||
|
||
/* Include the common ld script. */ | ||
INCLUDE libopencm3_stm32f1.ld | ||
INCLUDE cortex-m-generic.ld |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ MEMORY | |
} | ||
|
||
/* Include the common ld script. */ | ||
INCLUDE libopencm3_stm32f1.ld | ||
INCLUDE cortex-m-generic.ld |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ MEMORY | |
} | ||
|
||
/* Include the common ld script. */ | ||
INCLUDE libopencm3_stm32f1.ld | ||
INCLUDE cortex-m-generic.ld |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,5 @@ MEMORY | |
} | ||
|
||
/* Include the common ld script. */ | ||
INCLUDE libopencm3_stm32f1.ld | ||
INCLUDE cortex-m-generic.ld | ||
|