X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Fatmega128.cdef;h=cd1b6d0099c7ac866a33d69175ae13be7e2abc3e;hb=8b1e6d10597ba815349c0488b0fd9b419294d77e;hp=2489e695f1ee34d8c9a786db5e2160ad7d4c9705;hpb=09c65af968e05eb488e08541a04e4d084f63ee01;p=bertos.git diff --git a/bertos/cpu/avr/info/atmega128.cdef b/bertos/cpu/avr/info/atmega128.cdef index 2489e695..cd1b6d00 100644 --- a/bertos/cpu/avr/info/atmega128.cdef +++ b/bertos/cpu/avr/info/atmega128.cdef @@ -31,35 +31,18 @@ # Copyright 2008 Develer S.r.l. (http://www.develer.com/) # # --> -# +# # Cpu info of the ATMega128. -# +# # 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 = "atmega128" - -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 += "atmega128"