X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_timer.h;fp=boards%2Fsam3n-ek%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_timer.h;h=0000000000000000000000000000000000000000;hb=55e0bd3abe4af67a82124bf5e97a708f24d5e240;hp=b6d43b38b6d3295299aca5e5009f1cbe65f90535;hpb=e79cd249413d2af644690eaad0856dff90d31533;p=bertos.git diff --git a/boards/sam3n-ek/benchmark/kernel_footprint/cfg/cfg_timer.h b/boards/sam3n-ek/benchmark/kernel_footprint/cfg/cfg_timer.h deleted file mode 100644 index b6d43b38..00000000 --- a/boards/sam3n-ek/benchmark/kernel_footprint/cfg/cfg_timer.h +++ /dev/null @@ -1,67 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for timer module. - * - * - * \author Daniele Basile - */ - -#ifndef CFG_TIMER_H -#define CFG_TIMER_H - -/** - * Hardware timer selection for drv/timer.c. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "timer_select" - */ -#define CONFIG_TIMER TIMER_DEFAULT - -/** - * Debug timer interrupt using a strobe pin. - * $WIZ$ type = "boolean" - */ -#define CONFIG_TIMER_STROBE 0 - -/** - * Enable asynchronous timers. - * $WIZ$ type = "boolean" - */ -#define CONFIG_TIMER_EVENTS 1 - -/** - * Support hi-res timer_usleep(). - * $WIZ$ type = "boolean" - */ -#define CONFIG_TIMER_UDELAY 1 - -#endif /* CFG_TIMER_H */