aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32F3xx/CAN/Makefile2
-rw-r--r--testhal/STM32F3xx/IRQ_STORM/Makefile2
-rw-r--r--testhal/STM32F3xx/PWM-ICU/Makefile2
-rw-r--r--testhal/STM32F3xx/SPI/Makefile2
-rw-r--r--testhal/STM32F3xx/UART/Makefile2
-rw-r--r--testhal/STM32F3xx/USB_CDC/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/testhal/STM32F3xx/CAN/Makefile b/testhal/STM32F3xx/CAN/Makefile
index a2cf0e690..792e6e86e 100644
--- a/testhal/STM32F3xx/CAN/Makefile
+++ b/testhal/STM32F3xx/CAN/Makefile
@@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
#include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/STM32F303xc.ld
+LDSCRIPT= $(PORTLD)/STM32F303xC.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/testhal/STM32F3xx/IRQ_STORM/Makefile b/testhal/STM32F3xx/IRQ_STORM/Makefile
index a2cf0e690..792e6e86e 100644
--- a/testhal/STM32F3xx/IRQ_STORM/Makefile
+++ b/testhal/STM32F3xx/IRQ_STORM/Makefile
@@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
#include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/STM32F303xc.ld
+LDSCRIPT= $(PORTLD)/STM32F303xC.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/testhal/STM32F3xx/PWM-ICU/Makefile b/testhal/STM32F3xx/PWM-ICU/Makefile
index a2cf0e690..792e6e86e 100644
--- a/testhal/STM32F3xx/PWM-ICU/Makefile
+++ b/testhal/STM32F3xx/PWM-ICU/Makefile
@@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
#include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/STM32F303xc.ld
+LDSCRIPT= $(PORTLD)/STM32F303xC.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/testhal/STM32F3xx/SPI/Makefile b/testhal/STM32F3xx/SPI/Makefile
index a2cf0e690..792e6e86e 100644
--- a/testhal/STM32F3xx/SPI/Makefile
+++ b/testhal/STM32F3xx/SPI/Makefile
@@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
#include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/STM32F303xc.ld
+LDSCRIPT= $(PORTLD)/STM32F303xC.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/testhal/STM32F3xx/UART/Makefile b/testhal/STM32F3xx/UART/Makefile
index 138430626..fac110b8c 100644
--- a/testhal/STM32F3xx/UART/Makefile
+++ b/testhal/STM32F3xx/UART/Makefile
@@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/STM32F303xc.ld
+LDSCRIPT= $(PORTLD)/STM32F303xC.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/testhal/STM32F3xx/USB_CDC/Makefile b/testhal/STM32F3xx/USB_CDC/Makefile
index 47e07ece5..0e2cb9a0d 100644
--- a/testhal/STM32F3xx/USB_CDC/Makefile
+++ b/testhal/STM32F3xx/USB_CDC/Makefile
@@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/STM32F303xc.ld
+LDSCRIPT= $(PORTLD)/STM32F303xC.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.