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:
parent
037b48cf4d
commit
1bc6cdc086
|
@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \
|
|||
# Compiler settings
|
||||
#
|
||||
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m3
|
||||
|
||||
#TRGT = arm-elf-
|
||||
TRGT = arm-none-eabi-
|
||||
|
|
|
@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \
|
|||
# Compiler settings
|
||||
#
|
||||
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m3
|
||||
|
||||
#TRGT = arm-elf-
|
||||
TRGT = arm-none-eabi-
|
||||
|
|
|
@ -158,7 +158,7 @@ INCDIR = $(CHIBIOS)/os/license \
|
|||
# Compiler settings
|
||||
#
|
||||
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m3
|
||||
|
||||
#TRGT = arm-elf-
|
||||
TRGT = arm-none-eabi-
|
||||
|
|
|
@ -158,7 +158,7 @@ INCDIR = $(CHIBIOS)/os/license \
|
|||
# Compiler settings
|
||||
#
|
||||
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m3
|
||||
|
||||
#TRGT = arm-elf-
|
||||
TRGT = arm-none-eabi-
|
||||
|
|
|
@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \
|
|||
# Compiler settings
|
||||
#
|
||||
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m3
|
||||
|
||||
#TRGT = arm-elf-
|
||||
TRGT = arm-none-eabi-
|
||||
|
|
Loading…
Reference in New Issue