Add harvard tag to avr.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 10 Feb 2009 13:40:59 +0000 (13:40 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 10 Feb 2009 13:40:59 +0000 (13:40 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2338 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/info/avr.common

index 690850fead47235f646aa58b92b19ade3d5f87a8..2099f6889108fcc43ec3ae09edb25fbce000e7eb 100644 (file)
@@ -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"