From: asterix Date: Fri, 19 Dec 2008 14:10:08 +0000 (+0000) Subject: Comply cpu file definition to real name. X-Git-Tag: 2.1.0~575 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=86ebaa4c17f3296c403b51ab8e922f4fa889a401;p=bertos.git Comply cpu file definition to real name. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2107 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/avr/info/ATmega103.cdef b/bertos/cpu/avr/info/ATmega103.cdef new file mode 100644 index 00000000..1ae2b6ac --- /dev/null +++ b/bertos/cpu/avr/info/ATmega103.cdef @@ -0,0 +1,48 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATMega103. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the path. +include("avr.common") + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atmega103" + diff --git a/bertos/cpu/avr/info/ATmega128.cdef b/bertos/cpu/avr/info/ATmega128.cdef new file mode 100644 index 00000000..b8a94053 --- /dev/null +++ b/bertos/cpu/avr/info/ATmega128.cdef @@ -0,0 +1,48 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATMega128. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the path. +include("avr.common") + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atmega128" + diff --git a/bertos/cpu/avr/info/ATmega1281.cdef b/bertos/cpu/avr/info/ATmega1281.cdef new file mode 100644 index 00000000..7359badf --- /dev/null +++ b/bertos/cpu/avr/info/ATmega1281.cdef @@ -0,0 +1,49 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATMega1281. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + + +# Import the common settings for the path. +include("avr.common") + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atmega1281" + diff --git a/bertos/cpu/avr/info/ATmega168.cdef b/bertos/cpu/avr/info/ATmega168.cdef new file mode 100644 index 00000000..57e89e6b --- /dev/null +++ b/bertos/cpu/avr/info/ATmega168.cdef @@ -0,0 +1,48 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATMega168. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the path. +include("avr.common") + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atmega168" + diff --git a/bertos/cpu/avr/info/ATmega32.cdef b/bertos/cpu/avr/info/ATmega32.cdef new file mode 100644 index 00000000..355e02e6 --- /dev/null +++ b/bertos/cpu/avr/info/ATmega32.cdef @@ -0,0 +1,48 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATMega32. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the path. +include("avr.common") + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atmega32" + diff --git a/bertos/cpu/avr/info/ATmega64.cdef b/bertos/cpu/avr/info/ATmega64.cdef new file mode 100644 index 00000000..bfa359d0 --- /dev/null +++ b/bertos/cpu/avr/info/ATmega64.cdef @@ -0,0 +1,48 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATMega64. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the path. +include("avr.common") + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atmega64" + diff --git a/bertos/cpu/avr/info/ATmega8.cdef b/bertos/cpu/avr/info/ATmega8.cdef new file mode 100644 index 00000000..0a2ec462 --- /dev/null +++ b/bertos/cpu/avr/info/ATmega8.cdef @@ -0,0 +1,48 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATMega8. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# Import the common settings for the path. +include("avr.common") + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atmega8" + diff --git a/bertos/cpu/avr/info/atmega103.cdef b/bertos/cpu/avr/info/atmega103.cdef deleted file mode 100644 index 1ae2b6ac..00000000 --- a/bertos/cpu/avr/info/atmega103.cdef +++ /dev/null @@ -1,48 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the ATMega103. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the path. -include("avr.common") - -# If we use the GCC compiler we should pass some flags. -CORE_CPU = "atmega103" - diff --git a/bertos/cpu/avr/info/atmega128.cdef b/bertos/cpu/avr/info/atmega128.cdef deleted file mode 100644 index b8a94053..00000000 --- a/bertos/cpu/avr/info/atmega128.cdef +++ /dev/null @@ -1,48 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the ATMega128. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the path. -include("avr.common") - -# If we use the GCC compiler we should pass some flags. -CORE_CPU = "atmega128" - diff --git a/bertos/cpu/avr/info/atmega1281.cdef b/bertos/cpu/avr/info/atmega1281.cdef deleted file mode 100644 index 7359badf..00000000 --- a/bertos/cpu/avr/info/atmega1281.cdef +++ /dev/null @@ -1,49 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the ATMega1281. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - - -# Import the common settings for the path. -include("avr.common") - -# If we use the GCC compiler we should pass some flags. -CORE_CPU = "atmega1281" - diff --git a/bertos/cpu/avr/info/atmega168.cdef b/bertos/cpu/avr/info/atmega168.cdef deleted file mode 100644 index 57e89e6b..00000000 --- a/bertos/cpu/avr/info/atmega168.cdef +++ /dev/null @@ -1,48 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the ATMega168. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the path. -include("avr.common") - -# If we use the GCC compiler we should pass some flags. -CORE_CPU = "atmega168" - diff --git a/bertos/cpu/avr/info/atmega32.cdef b/bertos/cpu/avr/info/atmega32.cdef deleted file mode 100644 index 355e02e6..00000000 --- a/bertos/cpu/avr/info/atmega32.cdef +++ /dev/null @@ -1,48 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the ATMega32. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the path. -include("avr.common") - -# If we use the GCC compiler we should pass some flags. -CORE_CPU = "atmega32" - diff --git a/bertos/cpu/avr/info/atmega64.cdef b/bertos/cpu/avr/info/atmega64.cdef deleted file mode 100644 index bfa359d0..00000000 --- a/bertos/cpu/avr/info/atmega64.cdef +++ /dev/null @@ -1,48 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the ATMega64. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the path. -include("avr.common") - -# If we use the GCC compiler we should pass some flags. -CORE_CPU = "atmega64" - diff --git a/bertos/cpu/avr/info/atmega8.cdef b/bertos/cpu/avr/info/atmega8.cdef deleted file mode 100644 index 0a2ec462..00000000 --- a/bertos/cpu/avr/info/atmega8.cdef +++ /dev/null @@ -1,48 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the ATMega8. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the path. -include("avr.common") - -# If we use the GCC compiler we should pass some flags. -CORE_CPU = "atmega8" -