ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_target.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright (c) 2013, Freescale Semiconductor, Inc.
4  *
5 */
6 
7 /*!
8  * @file isf_target.h
9  * @brief ISF board support header files.
10  *
11  */
12 
13 // User config header file contains processor definition specific to the platform.
14 // Put it ahead of other header files.
15 #include "user_config.h"
16 
17 // IO map contains processor specific register macros.
18 #include "IO_Map.h"
19 
20 // Mqx lite files.
21 #include "psptypes.h"
22 #include "mqxlite.h"
23 #include "PE_Types.h"
24 
25 
26