X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_timer.h;h=b6d43b38b6d3295299aca5e5009f1cbe65f90535;hb=6782cd93ae622b7e2a603ce069ceb84c5eb448b9;hp=7ed1955809a2805c748197a2e788b5f73bd2e5a6;hpb=702bedb30a235a64f61f1d06653f8b22e39b5c5f;p=bertos.git diff --git a/bertos/cfg/cfg_timer.h b/bertos/cfg/cfg_timer.h index 7ed19558..b6d43b38 100644 --- a/bertos/cfg/cfg_timer.h +++ b/bertos/cfg/cfg_timer.h @@ -32,7 +32,6 @@ * * \brief Configuration file for timer module. * - * \version $Id$ * * \author Daniele Basile */ @@ -41,20 +40,28 @@ #define CFG_TIMER_H /** - * - * $WIZARD_LIST = { "timer_select" : ["TIMER_DEFAULT"] } + * Hardware timer selection for drv/timer.c. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "timer_select" */ - -/// Hardware timer selection for drv/timer.c. $WIZARD = { "type" : "enum", "value_list" : "timer_select" } #define CONFIG_TIMER TIMER_DEFAULT -/// Debug timer interrupt using a strobe pin. $WIZARD = { "type" : "boolean" } +/** + * Debug timer interrupt using a strobe pin. + * $WIZ$ type = "boolean" + */ #define CONFIG_TIMER_STROBE 0 -/// Enable asynchronous timers. $WIZARD = { "type" : "boolean" } +/** + * Enable asynchronous timers. + * $WIZ$ type = "boolean" + */ #define CONFIG_TIMER_EVENTS 1 -/// Support hi-res timer_usleep(). $WIZARD = { "type" : "boolean" } +/** + * Support hi-res timer_usleep(). + * $WIZ$ type = "boolean" + */ #define CONFIG_TIMER_UDELAY 1 #endif /* CFG_TIMER_H */