aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile2
-rw-r--r--testhal/STM32/STM32F2xx/EXT/Makefile2
-rw-r--r--testhal/STM32/STM32F2xx/I2C-LIS3MLD/Makefile2
-rw-r--r--testhal/STM32/STM32F2xx/I2C-LSM6DS0/Makefile2
-rw-r--r--testhal/STM32/STM32F2xx/PWM-ICU/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile b/demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile
index a51b504d7..fd62157c5 100644
--- a/demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile
@@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-MCU = cortex-m4
+MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-
diff --git a/testhal/STM32/STM32F2xx/EXT/Makefile b/testhal/STM32/STM32F2xx/EXT/Makefile
index 0787f2188..1ca9b821a 100644
--- a/testhal/STM32/STM32F2xx/EXT/Makefile
+++ b/testhal/STM32/STM32F2xx/EXT/Makefile
@@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-MCU = cortex-m4
+MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-
diff --git a/testhal/STM32/STM32F2xx/I2C-LIS3MLD/Makefile b/testhal/STM32/STM32F2xx/I2C-LIS3MLD/Makefile
index 77cf62e30..943492e66 100644
--- a/testhal/STM32/STM32F2xx/I2C-LIS3MLD/Makefile
+++ b/testhal/STM32/STM32F2xx/I2C-LIS3MLD/Makefile
@@ -158,7 +158,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-MCU = cortex-m4
+MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-
diff --git a/testhal/STM32/STM32F2xx/I2C-LSM6DS0/Makefile b/testhal/STM32/STM32F2xx/I2C-LSM6DS0/Makefile
index f77f3d80c..549c70257 100644
--- a/testhal/STM32/STM32F2xx/I2C-LSM6DS0/Makefile
+++ b/testhal/STM32/STM32F2xx/I2C-LSM6DS0/Makefile
@@ -158,7 +158,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-MCU = cortex-m4
+MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-
diff --git a/testhal/STM32/STM32F2xx/PWM-ICU/Makefile b/testhal/STM32/STM32F2xx/PWM-ICU/Makefile
index 0787f2188..1ca9b821a 100644
--- a/testhal/STM32/STM32F2xx/PWM-ICU/Makefile
+++ b/testhal/STM32/STM32F2xx/PWM-ICU/Makefile
@@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-MCU = cortex-m4
+MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-