X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Fatmega1281.cdef;h=7915cb2e930b7d14995ee93f7d2ab04816e0fef6;hb=0dc6365f51734b17c163970c644fca489b7f1efa;hp=644324e7d2438cc0fc10f176b344c34227a8e990;hpb=d7d0c25c480ce0a94103e3d79070b17eb1b14bb3;p=bertos.git diff --git a/bertos/cpu/avr/info/atmega1281.cdef b/bertos/cpu/avr/info/atmega1281.cdef index 644324e7..7915cb2e 100644 --- a/bertos/cpu/avr/info/atmega1281.cdef +++ b/bertos/cpu/avr/info/atmega1281.cdef @@ -31,35 +31,19 @@ # Copyright 2008 Develer S.r.l. (http://www.develer.com/) # # --> -# +# # Cpu info of the ATMega1281. -# +# # This file contain all info for the BeRTOS wizard. # # \author Daniele Basile # # -# Type of the toolchain we should use to compile the source for this CPU. -TOOLCHAIN = "avr" - -# If we use the GCC compiler we should pass some flags. -CORE_CPU = "atmega1281" - -C_FLAGS = [] - -CPPA_FLAGS = [] - -CPP_FLAGS = [] - -LD_FLAGS = [] - -CPPA_SRC = [] -# If you want to use, one o more, of these modules in your project you should compile in -# different way. -PC_SRC = [] +# Import the common settings for the path. +include("avr.common") -# For this cpu BeRTOS support these driver: -SUPPORTED_DRV = [] +# If we use the GCC compiler we should pass some flags. +CORE_CPU += "atmega1281"