From 0d63f66185098b9834261a094665c464790955ba Mon Sep 17 00:00:00 2001 From: Devan Lai Date: Wed, 3 Oct 2018 20:39:40 -0700 Subject: [PATCH] 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 --- src/stm32f042/stm32f042x6.ld | 2 +- src/stm32f103/stlinkv2-1/stm32f103x8-stlinkv2-1-boot.ld | 2 +- src/stm32f103/stm32f103x8-dfuboot.ld | 2 +- src/stm32f103/stm32f103x8-highboot.ld | 2 +- src/stm32f103/stm32f103x8.ld | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/stm32f042/stm32f042x6.ld b/src/stm32f042/stm32f042x6.ld index 274a49c..1eb04c3 100644 --- a/src/stm32f042/stm32f042x6.ld +++ b/src/stm32f042/stm32f042x6.ld @@ -28,5 +28,5 @@ MEMORY } /* Include the common ld script. */ -INCLUDE libopencm3_stm32f0.ld +INCLUDE cortex-m-generic.ld diff --git a/src/stm32f103/stlinkv2-1/stm32f103x8-stlinkv2-1-boot.ld b/src/stm32f103/stlinkv2-1/stm32f103x8-stlinkv2-1-boot.ld index 9829142..969e92c 100644 --- a/src/stm32f103/stlinkv2-1/stm32f103x8-stlinkv2-1-boot.ld +++ b/src/stm32f103/stlinkv2-1/stm32f103x8-stlinkv2-1-boot.ld @@ -27,4 +27,4 @@ MEMORY } /* Include the common ld script. */ -INCLUDE libopencm3_stm32f1.ld +INCLUDE cortex-m-generic.ld diff --git a/src/stm32f103/stm32f103x8-dfuboot.ld b/src/stm32f103/stm32f103x8-dfuboot.ld index 4130d92..bfe915d 100644 --- a/src/stm32f103/stm32f103x8-dfuboot.ld +++ b/src/stm32f103/stm32f103x8-dfuboot.ld @@ -27,4 +27,4 @@ MEMORY } /* Include the common ld script. */ -INCLUDE libopencm3_stm32f1.ld +INCLUDE cortex-m-generic.ld diff --git a/src/stm32f103/stm32f103x8-highboot.ld b/src/stm32f103/stm32f103x8-highboot.ld index 883845e..d82e16d 100644 --- a/src/stm32f103/stm32f103x8-highboot.ld +++ b/src/stm32f103/stm32f103x8-highboot.ld @@ -27,4 +27,4 @@ MEMORY } /* Include the common ld script. */ -INCLUDE libopencm3_stm32f1.ld +INCLUDE cortex-m-generic.ld diff --git a/src/stm32f103/stm32f103x8.ld b/src/stm32f103/stm32f103x8.ld index c1700de..3ae984d 100644 --- a/src/stm32f103/stm32f103x8.ld +++ b/src/stm32f103/stm32f103x8.ld @@ -27,5 +27,5 @@ MEMORY } /* Include the common ld script. */ -INCLUDE libopencm3_stm32f1.ld +INCLUDE cortex-m-generic.ld