X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Favr.common;h=946818733de767f0e4475377db8f416c072670e1;hb=510870087483dcee61c7fe93abe7b4a37f2714f3;hp=690850fead47235f646aa58b92b19ade3d5f87a8;hpb=7d79dfd13c8c9f191a7316544b4d95872329e5d0;p=bertos.git diff --git a/bertos/cpu/avr/info/avr.common b/bertos/cpu/avr/info/avr.common index 690850fe..94681873 100644 --- a/bertos/cpu/avr/info/avr.common +++ b/bertos/cpu/avr/info/avr.common @@ -47,6 +47,9 @@ include("../../path.common") CPU_DESC = [ "ATMEL AVR Microcontroller ", "8-bit RISC Architecture"] +# Special CPU related tags. +CPU_TAGS = ["harvard"] + # Type of the toolchain we should use to compile the source for this CPU. TOOLCHAIN = "avr" @@ -57,13 +60,13 @@ DRV_DIR = CPU_DIR + "avr/drv/" # Common GCC flags. -C_FLAGS = [ "-O0", "-fno-strict-aliasing"] +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", - "formartwr", + "formatwr", "sprintf", "text_format", "text" ]