From: asterix Date: Fri, 19 Dec 2008 14:01:06 +0000 (+0000) Subject: Comply cpu names definition to real name. X-Git-Tag: 2.1.0~577 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c276c0173bec907b25af776f5a692114f79964fe;p=bertos.git Comply cpu names definition to real name. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2105 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/info/AT91SAM7S128.cdef b/bertos/cpu/arm/info/AT91SAM7S128.cdef new file mode 100644 index 00000000..81faa486 --- /dev/null +++ b/bertos/cpu/arm/info/AT91SAM7S128.cdef @@ -0,0 +1,49 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the AT91SAM7S128. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the AT91SAM7 family. +include("at91sam7.common") + +# GCC flags for this cpu. +CPP_FLAGS += [ "-D__ARM_AT91SAM7S128__" ] +LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_128_rom.ld" ] + diff --git a/bertos/cpu/arm/info/AT91SAM7S256.cdef b/bertos/cpu/arm/info/AT91SAM7S256.cdef new file mode 100644 index 00000000..1942bb00 --- /dev/null +++ b/bertos/cpu/arm/info/AT91SAM7S256.cdef @@ -0,0 +1,50 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the AT91SAM7S256. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the AT91SAM7 family. +include("at91sam7.common") + +# GCC flags for this cpu. +CPP_FLAGS += [ "-D__ARM_AT91SAM7S256__" ] +LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_256_rom.ld" ] + + diff --git a/bertos/cpu/arm/info/AT91SAM7X128.cdef b/bertos/cpu/arm/info/AT91SAM7X128.cdef new file mode 100644 index 00000000..cbe263fa --- /dev/null +++ b/bertos/cpu/arm/info/AT91SAM7X128.cdef @@ -0,0 +1,49 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the AT91SAM7X128. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the AT91SAM7 family. +include("at91sam7.common") + +# GCC flags for this cpu. +CPP_FLAGS += [ "-D__ARM_AT91SAM7X128__" ] +LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_128_rom.ld" ] + diff --git a/bertos/cpu/arm/info/AT91SAM7X256.cdef b/bertos/cpu/arm/info/AT91SAM7X256.cdef new file mode 100644 index 00000000..93c6f0a4 --- /dev/null +++ b/bertos/cpu/arm/info/AT91SAM7X256.cdef @@ -0,0 +1,49 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the AT91SAM7X256. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the AT91SAM7 family. +include("at91sam7.common") + +# GCC flags for this cpu. +CPP_FLAGS += [ "-D__ARM_AT91SAM7X256__" ] +LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_256_rom.ld" ] + diff --git a/bertos/cpu/arm/info/at91sam7s128.cdef b/bertos/cpu/arm/info/at91sam7s128.cdef deleted file mode 100644 index 81faa486..00000000 --- a/bertos/cpu/arm/info/at91sam7s128.cdef +++ /dev/null @@ -1,49 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the AT91SAM7S128. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the AT91SAM7 family. -include("at91sam7.common") - -# GCC flags for this cpu. -CPP_FLAGS += [ "-D__ARM_AT91SAM7S128__" ] -LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_128_rom.ld" ] - diff --git a/bertos/cpu/arm/info/at91sam7s256.cdef b/bertos/cpu/arm/info/at91sam7s256.cdef deleted file mode 100644 index 1942bb00..00000000 --- a/bertos/cpu/arm/info/at91sam7s256.cdef +++ /dev/null @@ -1,50 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the AT91SAM7S256. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the AT91SAM7 family. -include("at91sam7.common") - -# GCC flags for this cpu. -CPP_FLAGS += [ "-D__ARM_AT91SAM7S256__" ] -LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_256_rom.ld" ] - - diff --git a/bertos/cpu/arm/info/at91sam7x128.cdef b/bertos/cpu/arm/info/at91sam7x128.cdef deleted file mode 100644 index cbe263fa..00000000 --- a/bertos/cpu/arm/info/at91sam7x128.cdef +++ /dev/null @@ -1,49 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the AT91SAM7X128. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the AT91SAM7 family. -include("at91sam7.common") - -# GCC flags for this cpu. -CPP_FLAGS += [ "-D__ARM_AT91SAM7X128__" ] -LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_128_rom.ld" ] - diff --git a/bertos/cpu/arm/info/at91sam7x256.cdef b/bertos/cpu/arm/info/at91sam7x256.cdef deleted file mode 100644 index 93c6f0a4..00000000 --- a/bertos/cpu/arm/info/at91sam7x256.cdef +++ /dev/null @@ -1,49 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the AT91SAM7X256. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the AT91SAM7 family. -include("at91sam7.common") - -# GCC flags for this cpu. -CPP_FLAGS += [ "-D__ARM_AT91SAM7X256__" ] -LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_256_rom.ld" ] -