X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Favr.common;h=f0fd278c7a2e78dfe7ff9945d411e1dd78133f01;hb=e9e5371a9d12d313525fb8ce91886e79f9c7bba2;hp=081d8f3f255913f5d7983a299aa4725451e28ed9;hpb=6484311e715e22a58346f33870ad2e2f752e3d45;p=bertos.git diff --git a/bertos/cpu/avr/info/avr.common b/bertos/cpu/avr/info/avr.common index 081d8f3f..f0fd278c 100644 --- a/bertos/cpu/avr/info/avr.common +++ b/bertos/cpu/avr/info/avr.common @@ -47,12 +47,12 @@ include("../../path.common") CPU_DESC = [ "ATMEL AVR Microcontroller ", "8-bit RISC Architecture"] -# Special CPU related tags. -CPU_TAGS = ["harvard", "avr"] - # Type of the toolchain we should use to compile the source for this CPU. TOOLCHAIN = "avr" +# Special CPU related tags. +CPU_TAGS = ["harvard", TOOLCHAIN] + # CPU default clock frequency CPU_DEFAULT_FREQ = "8000000UL"