Modify the Wizard configuration files parser, in order to take another parameter...
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 23 Oct 2009 13:33:53 +0000 (13:33 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 23 Oct 2009 13:33:53 +0000 (13:33 +0000)
commit3a44d6430a749a0e3030818a15157b762e263677
treec38dba91254558f6089582a99d3137d33cf8343c
parent5948c2fff940c8a357b30dcc7395cb8775202555
Modify the Wizard configuration files parser, in order to take another parameter (conditional_deps).

This optional parameter is for boolean values only, and will contain the list of the modules that have to be activated if the value is setted to True (1).

example usage:

/**
 * Parameter brief
 *
 * Parameter description
 *
 * $WIZ$ type = 'boolean'
 * $WIZ$ conditional_deps = 'dc_motor', 'kfile'
 */
#define EXAMPLE_PARAMETER 0

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3096 38d2e660-2303-0410-9eaa-f027e97ec537
wizard/bertos_utils.py