X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Favr.common;h=24b56cc534c646adc0693d26049b8aa376edf026;hb=06674a7de4b89b218814aeac3ca7f2c1156407e7;hp=946818733de767f0e4475377db8f416c072670e1;hpb=842d775fbc48bf6a66941d66aa93e9912bed2add;p=bertos.git diff --git a/bertos/cpu/avr/info/avr.common b/bertos/cpu/avr/info/avr.common index 94681873..24b56cc5 100644 --- a/bertos/cpu/avr/info/avr.common +++ b/bertos/cpu/avr/info/avr.common @@ -53,6 +53,9 @@ CPU_TAGS = ["harvard"] # Type of the toolchain we should use to compile the source for this CPU. TOOLCHAIN = "avr" +# Name of the flag used by the build system to pass to the compiler the CPU type. +CPU_FLAG_NAME = "MCU" + # Where are locate the bertos directories SCRIPT_DIR = CPU_DIR + "avr/script/" HW_DIR = CPU_DIR + "avr/hw/"