From: duplo Date: Fri, 30 Jan 2009 16:34:59 +0000 (+0000) Subject: Modify the CPU_DEF structure X-Git-Tag: 2.1.0~438 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=02326b102bfdd7869d58588180b8f2924bdbb6d4;p=bertos.git Modify the CPU_DEF structure git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2244 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/const.py b/wizard/const.py index 0e4ea3ca..6092686e 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -10,11 +10,15 @@ # 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" : [],