Add preset load functionality.
[bertos.git] / wizard / const.py
index 3b6add0de74d5c77592669bc6e55c27a4d5911bf..1bd69e8fc242fd32876532da0cf89e98930dcd7e 100644 (file)
@@ -42,6 +42,11 @@ DATA_DIR = os.path.dirname(os.path.abspath(_tmp))
 del _tmp
 
 PREDEFINED_BOARDS_DIR = 'predefined_boards'
+PREDEFINED_BOARD_SPEC_FILE = '.spec'
+# PREDEFINED_BOARD_SPEC_INFO = {
+#    'name': <name of the board/directory>,
+#    'description': <description of the board/directory>,
+# }
 
 CPU_DEF = {
     "CPU_NAME": "",