diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-04 17:20:56 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-04 17:20:56 +0000 |
commit | 1bc6cdc08686a8c16cf2d5346cfd2568f1ee12af (patch) | |
tree | 0fc848c3ae79a8e786057db12ffca25689c12b92 /testhal | |
parent | 037b48cf4d6e67b2512b3927be776ca68e96f5eb (diff) | |
download | ChibiOS-1bc6cdc08686a8c16cf2d5346cfd2568f1ee12af.tar.gz ChibiOS-1bc6cdc08686a8c16cf2d5346cfd2568f1ee12af.tar.bz2 ChibiOS-1bc6cdc08686a8c16cf2d5346cfd2568f1ee12af.zip |
Fixed STM32F207 Makefiles
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9579 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F2xx/EXT/Makefile | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F2xx/I2C-LIS3MLD/Makefile | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F2xx/I2C-LSM6DS0/Makefile | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F2xx/PWM-ICU/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
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-
|