X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fconst.py;h=86115373713e24b62c9d2c42e5fd129430f13ac1;hb=2e353e19780ff2be39d92a7ca54caca3971ec6f2;hp=8902d4bbbaf7aa775c4a477f3819fb68dd79fe7b;hpb=387c65e1f4bd7214f9a66abeb9388255077ef6df;p=bertos.git diff --git a/wizard/const.py b/wizard/const.py index 8902d4bb..86115373 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -29,7 +29,7 @@ CPU_DEF = { "CPU_DESC" : [] } -TOOLCHAIN_ITEMS = ["ld", "as"] +TOOLCHAIN_ITEMS = ("ld", "as") CPU_DEFINITION = "*.cdef" @@ -37,4 +37,12 @@ GCC_NAME = "*gcc*" MODULE_CONFIGURATION = "cfg_*.h" -UI_LOCATION = "ui" \ No newline at end of file +UI_LOCATION = "ui" + +EXTENSION_FILTER = ( + ".c", + ".cpp", + ".cxx", + ".h", + ".c++", +) \ No newline at end of file