]> rtime.felk.cvut.cz Git - arc.git/blob - boards/mpc5567qrtech/config.h
ac640dc3c267646b0323c3406e016c61cad44deb
[arc.git] / boards / mpc5567qrtech / config.h
1 /* -------------------------------- Arctic Core ------------------------------
2  * Arctic Core - the open source AUTOSAR platform http://arccore.com
3  *
4  * Copyright (C) 2009  ArcCore AB <contact@arccore.com>
5  *
6  * This source code is free software; you can redistribute it and/or modify it
7  * under the terms of the GNU General Public License version 2 as published by the
8  * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13  * for more details.
14  * -------------------------------- Arctic Core ------------------------------*/
15
16
17
18
19
20
21
22
23 /*\r
24  * config.h\r
25  *\r
26  *  Created on: 2009-jul-08\r
27  *      Author: mahi\r
28  */\r
29 \r
30 #ifndef CONFIG_H_\r
31 #define CONFIG_H_\r
32 \r
33 /* For makefile's only (used to get the directory search paths right) */\r
34 #define ARCH        mpc55xx\r
35 #define ARCH_FAM    ppc\r
36 #define ARCH_MCU    mpc5567\r
37 /*\r
38  * CPU and board\r
39  */\r
40 #define CFG_PPC                   1\r
41 #define CFG_BOOKE                 1\r
42 #define CFG_E200Z6                1\r
43 #define CFG_MPC55XX               1\r
44 #define CFG_MPC5567               1\r
45 \r
46 #define USE_KERNEL                1\r
47 #define USE_MCU                   1\r
48 \r
49 \r
50 /*\r
51  * Misc\r
52  */\r
53 //#define USE_T32_TERM              1\r
54 //#define CFG_CONSOLE_T32           1\r
55 #define USE_WINIDEA_TERM        1\r
56 #define CFG_CONSOLE_WINIDEA       1\r
57 \r
58 #define USE_PROTECTIONHOOK        1\r
59 #define USE_STARTUPHOOK           1\r
60 #define USE_SHUTDOWNHOOK          1\r
61 #define USE_ERRORHOOK             1\r
62 #define USE_PRETASKHOOK           1\r
63 #define USE_POSTTASKHOOK          1\r
64 \r
65 #endif /* CONFIG_H_ */\r
66 \r