From: asterix Date: Thu, 5 Feb 2009 18:20:12 +0000 (+0000) Subject: Add wizard info. X-Git-Tag: 2.1.0~405 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d7cb700c2fbacab753926804f3d5644d26fcc943;p=bertos.git Add wizard info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2277 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_pwm.h b/bertos/cfg/cfg_pwm.h index 072f9b6d..03481086 100644 --- a/bertos/cfg/cfg_pwm.h +++ b/bertos/cfg/cfg_pwm.h @@ -38,10 +38,18 @@ #ifndef CFG_PWM_H #define CFG_PWM_H -/// Module logging level. +/** + * Module logging level. + * + * $WIZARD = { "type" : "enum", "value_list" : "log_level" } + */ #define PWM_LOG_LEVEL LOG_LVL_INFO -/// Module logging format. +/** + * Module logging format. + * + * $WIZARD = { "type" : "enum", "value_list" : "log_format" } + */ #define PWM_LOG_FORMAT LOG_FMT_VERBOSE #endif /* CFG_PWM_H */ diff --git a/bertos/drv/pwm.h b/bertos/drv/pwm.h index f2c651b1..37186174 100644 --- a/bertos/drv/pwm.h +++ b/bertos/drv/pwm.h @@ -36,6 +36,12 @@ * \version $Id$ * \author Francesco Sacchi * \author Daniele Basile + * + * $WIZARD_MODULE = { + * "name" : "pwm", + * "depends" : [], + * "configuration" : "bertos/cfg/cfg_pwm.h" + * } */ #ifndef DRV_PWM_H