Add the generation of the csrc
[bertos.git] / wizard / const.py
index 6092686e611a89c9375d88b1269769dce3e94c0e..d66c479a418e98526fc30e493b16d7ac84cce928 100644 (file)
@@ -14,6 +14,7 @@ CPU_DEF = {
     "CPU_DIR": "",
     "DEFINITION_PATH": "",
     "TOOLCHAIN": "",
+    "CPU_TAGS": [],
     "CORE_CPU": "",
     "SCRIPT_DIR": "",
     "HW_DIR": "",
@@ -32,4 +33,6 @@ CPU_DEFINITION = "*.cdef"
 
 GCC_NAME = "*gcc*"
 
-MODULE_CONFIGURATION = "cfg_*.h"
\ No newline at end of file
+MODULE_CONFIGURATION = "cfg_*.h"
+
+UI_LOCATION = "ui"
\ No newline at end of file