Add the CPU_TAGS field in the default CPU_DEF dict
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 10 Feb 2009 14:03:47 +0000 (14:03 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 10 Feb 2009 14:03:47 +0000 (14:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2339 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/const.py

index 32aa18e284ce958dbb805fba35a4ec6b9267bded..31b1c7cbbb95b3d1445f061ef0a0e88db1f33f98 100644 (file)
@@ -14,6 +14,7 @@ CPU_DEF = {
     "CPU_DIR": "",
     "DEFINITION_PATH": "",
     "TOOLCHAIN": "",
+    "CPU_TAGS": "",
     "CORE_CPU": "",
     "SCRIPT_DIR": "",
     "HW_DIR": "",