From 322a49d2595b4709c7206f38e06f9b02696f1273 Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 19 Dec 2008 11:16:43 +0000 Subject: [PATCH] Add a file containing the wizard constants git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2101 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/const.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 wizard/const.py diff --git a/wizard/const.py b/wizard/const.py new file mode 100644 index 00000000..4152cb70 --- /dev/null +++ b/wizard/const.py @@ -0,0 +1,27 @@ +#!/usr/bin/env python +# encoding: utf-8 +# +# Copyright 2008 Develer S.r.l. (http://www.develer.com/) +# All rights reserved. +# +# $Id:$ +# +# Author: Lorenzo Berni +# + +CPU_DEF = { + "TOOLCHAIN": [], + "CORE_CPU": "", + "SCRIPT_DIR": "", + "HW_DIR": "", + "DRV_DIR": "", + "CPPA_FLAGS" : [], + "CPP_FLAGS" : [], + "LD_FLAGS" : [], + "CPPA_SRC" : [], + "SUPPORTED_DRV" : [], + "PC_SRC" : [], + "CPU_DESC" : [] +} + +CPU_DEFINITION = "cdef" \ No newline at end of file -- 2.25.1