Modify the CPU_DEF structure
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 30 Jan 2009 16:34:59 +0000 (16:34 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 30 Jan 2009 16:34:59 +0000 (16:34 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2244 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/const.py

index 0e4ea3cae6fdb654a58014d006f34e88a9a26879..6092686e611a89c9375d88b1269769dce3e94c0e 100644 (file)
 #
 
 CPU_DEF = {
-    "TOOLCHAIN": [],
+    "CPU_NAME": "",
+    "CPU_DIR": "",
+    "DEFINITION_PATH": "",
+    "TOOLCHAIN": "",
     "CORE_CPU": "",
     "SCRIPT_DIR": "",
     "HW_DIR": "",
     "DRV_DIR": "",
+    "C_FLAGS": [],
     "CPPA_FLAGS" : [],
     "CPP_FLAGS" : [],
     "LD_FLAGS" : [],