X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Fatmega8.cdef;h=0a2ec46271bbb798d59d23144493fc888660f411;hb=9565443f5ccf925c93352107cc0756d38860c635;hp=0d4ec4249deb4ab621e4f8f3cc3a944dcb06fccf;hpb=d7d0c25c480ce0a94103e3d79070b17eb1b14bb3;p=bertos.git diff --git a/bertos/cpu/avr/info/atmega8.cdef b/bertos/cpu/avr/info/atmega8.cdef index 0d4ec424..0a2ec462 100644 --- a/bertos/cpu/avr/info/atmega8.cdef +++ b/bertos/cpu/avr/info/atmega8.cdef @@ -31,35 +31,18 @@ # Copyright 2008 Develer S.r.l. (http://www.develer.com/) # # --> -# +# # Cpu info of the ATMega8. -# +# # 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" +# Import the common settings for the path. +include("avr.common") -# If we use the GCC compiler we should pass some flags. +# If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega8" -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 = [] - -# For this cpu BeRTOS support these driver: -SUPPORTED_DRV = [] -