X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Favr.common;h=abf6332f0ddac40e0befd56880ffab449f639fdc;hb=3e910865b8ce8d9a4aa6f9efa605cb2de5b6a213;hp=b04117f17d3509f73a36599beb9b0b9b166fc814;hpb=66f5187ad2dc8cbaeb196c4987e1f6b073425915;p=bertos.git diff --git a/bertos/cpu/avr/info/avr.common b/bertos/cpu/avr/info/avr.common index b04117f1..abf6332f 100644 --- a/bertos/cpu/avr/info/avr.common +++ b/bertos/cpu/avr/info/avr.common @@ -63,16 +63,7 @@ DRV_DIR = CPU_DIR + "avr/drv/" # Common GCC flags. -C_FLAGS = [ "-O0", "-fno-strict-aliasing", "-I" + CPU_DIR + "avr/"] - - -# If you want to use, one o more, of these modules in your project you should compile in -# different way. -PC_SRC = [ "kdebug", - "formatwr", - "sprintf", - "text_format", - "text" ] +C_FLAGS = [ "-Os", "-fno-strict-aliasing", "-I" + CPU_DIR + "avr/"] SUPPORTED_DRV = [ "adc", "flash",