X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Fatmega128.cdef;h=2489e695f1ee34d8c9a786db5e2160ad7d4c9705;hb=d7d0c25c480ce0a94103e3d79070b17eb1b14bb3;hp=5a5f77b64d5e5b264fdd150bf5f3de9d25cb5243;hpb=98bfac2dffdaa02e8ce163d072713aceea3032e6;p=bertos.git diff --git a/bertos/cpu/avr/info/atmega128.cdef b/bertos/cpu/avr/info/atmega128.cdef index 5a5f77b6..2489e695 100644 --- a/bertos/cpu/avr/info/atmega128.cdef +++ b/bertos/cpu/avr/info/atmega128.cdef @@ -40,18 +40,13 @@ # # -# Where are locate the bertos directories -BERTOS_CPU_DIR = "bertos/cpu/" -BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "avr/script/" -BERTOS_HW_DIR = BERTOS_CPU_DIR + "avr/hw/" - # 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 = [ "-fno-strict-aliasing" ] +C_FLAGS = [] CPPA_FLAGS = [] @@ -63,8 +58,8 @@ CPPA_SRC = [] # If you want to use, one o more, of these modules in your project you should compile in # different way. -PC_SRC = [ kdebug, formartwr, sprintf, text_format, text ] +PC_SRC = [] # For this cpu BeRTOS support these driver: -SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a] +SUPPORTED_DRV = []