Add functions for get the all the bertos modules and define lists
[bertos.git] / wizard / const.py
index 7b30cb8ee47049f05adbee3b96cff14d3f52ae02..0e4ea3cae6fdb654a58014d006f34e88a9a26879 100644 (file)
@@ -24,4 +24,8 @@ CPU_DEF = {
     "CPU_DESC" : []
 }
 
-CPU_DEFINITION = "*.cdef"
\ No newline at end of file
+CPU_DEFINITION = "*.cdef"
+
+GCC_NAME = "*gcc*"
+
+MODULE_CONFIGURATION = "cfg_*.h"
\ No newline at end of file