config: update test config files to current aversive config.in
[aversive.git] / modules / hardware / timer / config / timer_config.h
1 /*  
2  *  Copyright Droids Corporation, Microb Technology, Eirbot (2006)
3  * 
4  *  This program is free software; you can redistribute it and/or modify
5  *  it under the terms of the GNU General Public License as published by
6  *  the Free Software Foundation; either version 2 of the License, or
7  *  (at your option) any later version.
8  *
9  *  This program is distributed in the hope that it will be useful,
10  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  *  GNU General Public License for more details.
13  *
14  *  You should have received a copy of the GNU General Public License
15  *  along with this program; if not, write to the Free Software
16  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  *
18  *  Revision : $Id: timer_config.h,v 1.1.2.2 2009-01-30 20:18:36 zer0 Exp $
19  *
20  */
21
22 #define TIMER0_ENABLED
23 /* some archs have TIMER0A_ENABLED or TIMER0B_ENABLED */
24
25 #define TIMER1_ENABLED
26 #define TIMER1A_ENABLED
27 #define TIMER1B_ENABLED
28 #define TIMER1C_ENABLED
29
30 #define TIMER2_ENABLED
31 /* some archs have TIMER2A_ENABLED or TIMER2B_ENABLED */
32
33 #define TIMER3_ENABLED
34 #define TIMER3A_ENABLED
35 #define TIMER3B_ENABLED
36 #define TIMER3C_ENABLED
37
38 #define TIMER4_ENABLED
39 #define TIMER4A_ENABLED
40 #define TIMER4B_ENABLED
41 #define TIMER4C_ENABLED
42
43 #define TIMER5_ENABLED
44 #define TIMER5A_ENABLED
45 #define TIMER5B_ENABLED
46 #define TIMER5C_ENABLED
47
48 #define TIMER0_PRESCALER_DIV 1
49 #define TIMER1_PRESCALER_DIV 1
50 #define TIMER2_PRESCALER_DIV 1
51 #define TIMER3_PRESCALER_DIV 1
52 #define TIMER4_PRESCALER_DIV 1
53 #define TIMER5_PRESCALER_DIV 1