]> git.sur5r.net Git - freertos/blob - Demo/MCF5235_GCC/include/arch/mcf523x.h
Add PIC24, dsPIC and Coldfire files.
[freertos] / Demo / MCF5235_GCC / include / arch / mcf523x.h
1 /*
2  * These files are taken from the MCF523X source code example package
3  * which is available on the Freescale website. Freescale explicitly 
4  * grants the redistribution and modification of these source files.
5  * The complete licensing information is available in the file 
6  * LICENSE_FREESCALE.TXT.
7  *
8  * File:        mcf523x.h
9  * Purpose:     Register and bit definitions for the MCF523X
10  *
11  * Notes:       
12  *      
13  */
14
15 #ifndef __MCF523X_H__
16 #define __MCF523X_H__
17
18 /*********************************************************************/
19
20 #include "mcf523x/mcf523x_fec.h"
21 #include "mcf523x/mcf523x_rng.h"
22 #include "mcf523x/mcf523x_fmpll.h"
23 #include "mcf523x/mcf523x_cs.h"
24 #include "mcf523x/mcf523x_intc0.h"
25 #include "mcf523x/mcf523x_intc1.h"
26 #include "mcf523x/mcf523x_sdramc.h"
27 #include "mcf523x/mcf523x_sram.h"
28 #include "mcf523x/mcf523x_uart.h"
29 #include "mcf523x/mcf523x_timer.h"
30 #include "mcf523x/mcf523x_qspi.h"
31 #include "mcf523x/mcf523x_eport.h"
32 #include "mcf523x/mcf523x_i2c.h"
33 #include "mcf523x/mcf523x_scm.h"
34 #include "mcf523x/mcf523x_pit.h"
35 #include "mcf523x/mcf523x_can.h"
36 #include "mcf523x/mcf523x_wtm.h"
37 #include "mcf523x/mcf523x_gpio.h"
38 #include "mcf523x/mcf523x_mdha.h"
39 #include "mcf523x/mcf523x_ccm.h"
40 #include "mcf523x/mcf523x_rcm.h"
41 #include "mcf523x/mcf523x_etpu.h"
42
43
44 /********************************************************************/
45
46 #endif /* __MCF523X_H__ */