From 02326b102bfdd7869d58588180b8f2924bdbb6d4 Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 30 Jan 2009 16:34:59 +0000 Subject: [PATCH] Modify the CPU_DEF structure git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2244 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/const.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" : [], -- 2.25.1