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
"long": boolean indicating if the num is a long
"unsigned": boolean indicating if the num is an unsigned
"value_list": the name of the enum for enum parameters
+ "conditional_deps": the list of conditional dependencies for boolean parameters
"""
configuration_infos = {}
configuration_infos["paramlist"] = []