X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint_preempt%2Fcfg%2Fcfg_timer.h;fp=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint_preempt%2Fcfg%2Fcfg_timer.h;h=0000000000000000000000000000000000000000;hb=6a6962e53cd67677151d10b382bbb7d37d4efd83;hp=1cff78b89426a8b68c68f2b03495498f788502d7;hpb=e35d406ad6b59984f63a70a8df0e56d665557327;p=bertos.git diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/cfg/cfg_timer.h b/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/cfg/cfg_timer.h deleted file mode 100644 index 1cff78b8..00000000 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/cfg/cfg_timer.h +++ /dev/null @@ -1,68 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for timer module. - * - * \version $Id$ - * - * \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 */