Add avr tag for widzard.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 28 Apr 2010 14:19:14 +0000 (14:19 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 28 Apr 2010 14:19:14 +0000 (14:19 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3563 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/info/avr.common

index b73a08ea6609621f297527474ba67c9490020613..081d8f3f255913f5d7983a299aa4725451e28ed9 100644 (file)
@@ -48,7 +48,7 @@ CPU_DESC = [ "ATMEL AVR Microcontroller ",
             "8-bit RISC Architecture"]
 
 # Special CPU related tags.
-CPU_TAGS = ["harvard"]
+CPU_TAGS = ["harvard", "avr"]
 
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "avr"