X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fconst.py;h=d66c479a418e98526fc30e493b16d7ac84cce928;hb=727c4238731e43e77af998175cfa764543531bf7;hp=7b30cb8ee47049f05adbee3b96cff14d3f52ae02;hpb=958626ece926cf0b9b30993aef5dea88fb70dc32;p=bertos.git diff --git a/wizard/const.py b/wizard/const.py index 7b30cb8e..d66c479a 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -10,11 +10,16 @@ # CPU_DEF = { - "TOOLCHAIN": [], + "CPU_NAME": "", + "CPU_DIR": "", + "DEFINITION_PATH": "", + "TOOLCHAIN": "", + "CPU_TAGS": [], "CORE_CPU": "", "SCRIPT_DIR": "", "HW_DIR": "", "DRV_DIR": "", + "C_FLAGS": [], "CPPA_FLAGS" : [], "CPP_FLAGS" : [], "LD_FLAGS" : [], @@ -24,4 +29,10 @@ CPU_DEF = { "CPU_DESC" : [] } -CPU_DEFINITION = "*.cdef" \ No newline at end of file +CPU_DEFINITION = "*.cdef" + +GCC_NAME = "*gcc*" + +MODULE_CONFIGURATION = "cfg_*.h" + +UI_LOCATION = "ui" \ No newline at end of file