/* ********************************************************************************************************* * EXAMPLE CODE * * (c) Copyright 2013; Micrium, Inc.; Weston, FL * * All rights reserved. Protected by international copyright laws. * Knowledge of the source code may NOT be used to develop a similar product. * Please help us continue to provide the Embedded community with the finest * software available. Your honesty is greatly appreciated. ********************************************************************************************************* */ /* ********************************************************************************************************* * * MASTER INCLUDES * * Freescale Kinetis K60 * on the * * Freescale TWR-K60N512 * Evaluation Board * * Filename : includes.h * Version : V1.00 * Programmer(s) : FT * DC ********************************************************************************************************* */ #ifndef INCLUDES_MODULES_PRESENT #define INCLUDES_MODULES_PRESENT /* ********************************************************************************************************* * STANDARD LIBRARIES ********************************************************************************************************* */ #include #include #include #include #include #include /* ********************************************************************************************************* * OS ********************************************************************************************************* */ #include /* ********************************************************************************************************* * LIBRARIES ********************************************************************************************************* */ #include #include #include #include #include #include /* ********************************************************************************************************* * APP / BSP ********************************************************************************************************* */ #include /* ********************************************************************************************************* * SERIAL ********************************************************************************************************* */ #if (APP_CFG_SERIAL_EN == DEF_ENABLED) #include #endif /* ********************************************************************************************************* * INCLUDES END ********************************************************************************************************* */ #include #endif