From d7cb700c2fbacab753926804f3d5644d26fcc943 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 5 Feb 2009 18:20:12 +0000 Subject: [PATCH] Add wizard info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2277 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_pwm.h | 12 ++++++++++-- bertos/drv/pwm.h | 6 ++++++ 2 files changed, 16 insertions(+), 2 deletions(-) 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 -- 2.25.1