Fixed STM32F207 Makefiles

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9579 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-06-04 17:20:56 +00:00
parent 037b48cf4d
commit 1bc6cdc086
5 changed files with 5 additions and 5 deletions

View File

@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
MCU = cortex-m4
MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
MCU = cortex-m4
MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -158,7 +158,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
MCU = cortex-m4
MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -158,7 +158,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
MCU = cortex-m4
MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-

View File

@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
MCU = cortex-m4
MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-