From: duplo Date: Tue, 10 Feb 2009 14:03:47 +0000 (+0000) Subject: Add the CPU_TAGS field in the default CPU_DEF dict X-Git-Tag: 2.1.0~343 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=16cb3c1942f0e2486154d908441a98c1f7f69f09;p=bertos.git Add the CPU_TAGS field in the default CPU_DEF dict git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2339 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/const.py b/wizard/const.py index 32aa18e2..31b1c7cb 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -14,6 +14,7 @@ CPU_DEF = { "CPU_DIR": "", "DEFINITION_PATH": "", "TOOLCHAIN": "", + "CPU_TAGS": "", "CORE_CPU": "", "SCRIPT_DIR": "", "HW_DIR": "",