]> git.sur5r.net Git - freertos/blob - Demo/ColdFire_MCF52221_CodeWarrior/sources/support_common.h
Comment the command line interpreter and lwIP sockets based server code.
[freertos] / Demo / ColdFire_MCF52221_CodeWarrior / sources / support_common.h
1 /*\r
2 * File:         support_common.h\r
3  * Purpose:             Various project configurations.\r
4  *\r
5  * Notes:\r
6  */\r
7 \r
8 #ifndef _SUPPORT_COMMON_H_\r
9 #define _SUPPORT_COMMON_H_\r
10 \r
11 /* Enable UART Support. */\r
12 #define ENABLE_UART_SUPPORT  0\r
13 \r
14 \r
15 #define MEMORY_INIT \\r
16         /* Initialize RAMBAR: locate SRAM and validate it */ \\r
17         move.l  %#__RAMBAR + 0x21,d0; \\r
18         movec   d0,RAMBAR;\r
19 \r
20 #define SUPPORT_ROM_TO_RAM 1\r
21 \r
22 /*\r
23  * Include the derivative header files\r
24  */\r
25 #include "MCF52221.h"\r
26 \r
27 /*\r
28  * Include the board specific header files\r
29  */\r
30 #include "MCF52221_sysinit.h"\r
31 \r
32 /********************************************************************/\r
33 \r
34 #endif /* _SUPPORT_COMMON_H_ */\r
35 \r