From: batt Date: Tue, 10 Feb 2009 13:40:59 +0000 (+0000) Subject: Add harvard tag to avr. X-Git-Tag: 2.1.0~344 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=43964669fadb1e63c720490ca2d507d109eac9d8;p=bertos.git Add harvard tag to avr. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2338 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/avr/info/avr.common b/bertos/cpu/avr/info/avr.common index 690850fe..2099f688 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"