Add functions for get the all the bertos modules and define lists
[bertos.git] / wizard / const.py
index 4152cb700944180bf000d32a3a3efbfe4dc283a0..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