From 43964669fadb1e63c720490ca2d507d109eac9d8 Mon Sep 17 00:00:00 2001 From: batt Date: Tue, 10 Feb 2009 13:40:59 +0000 Subject: [PATCH] Add harvard tag to avr. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2338 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/avr/info/avr.common | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.25.1