X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_timer.h;h=5262f80d3cd61292a45484eb65a9b7f2d5f92410;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=9d8357ef500a9badac7b95ef9c4de40da7f48fac;hpb=6a60d159530b29a6f60edbad42d0e31c1f1994d9;p=bertos.git diff --git a/bertos/cfg/cfg_timer.h b/bertos/cfg/cfg_timer.h index 9d8357ef..5262f80d 100644 --- a/bertos/cfg/cfg_timer.h +++ b/bertos/cfg/cfg_timer.h @@ -35,21 +35,27 @@ * \version $Id$ * * \author Daniele Basile + * $WIZ$ */ #ifndef CFG_TIMER_H #define CFG_TIMER_H -/// Hardware timer selection for drv/timer.c +/** + * + * $WIZ$ timer_select = "TIMER_DEFAULT" + */ + +/// 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. +/// Debug timer interrupt using a strobe pin. $WIZARD = { "type" : "boolean" } #define CONFIG_TIMER_STROBE 0 -/// Enable asynchronous timers +/// Enable asynchronous timers. $WIZARD = { "type" : "boolean" } #define CONFIG_TIMER_EVENTS 1 -/// Support hi-res timer_usleep() +/// Support hi-res timer_usleep(). $WIZARD = { "type" : "boolean" } #define CONFIG_TIMER_UDELAY 1 #endif /* CFG_TIMER_H */