/* ********************************************************************************************************* * EXAMPLE CODE * * (c) Copyright 2009; 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 * * ST Microelectronics STM32 * with the * STM3210E-EVAL Evaluation Board * * Filename : includes.h * Version : V1.00 * Programmer(s) : EHS ********************************************************************************************************* */ #ifndef INCLUDES_PRESENT #define INCLUDES_PRESENT /* ********************************************************************************************************* * STANDARD LIBRARIES ********************************************************************************************************* */ #include #include #include #include #include #include #include /* ********************************************************************************************************* * LIBRARIES ********************************************************************************************************* */ //#include //#include //#include //#include //#include //#include /* ********************************************************************************************************* * APP / BSP ********************************************************************************************************* */ //#include //#include /* ********************************************************************************************************* * OS ********************************************************************************************************* */ //#include //#include "os_cfg_app.h" /* ********************************************************************************************************* * ST ********************************************************************************************************* */ //#include #include "stm32f10x.h" /* ********************************************************************************************************* * INCLUDES END ********************************************************************************************************* */ //#include "app.h" #include "BSP.h" //#include "Uart.h" //#include "Flash.h" #include "sys.h" //#include "macro_common.h" #include "delay.h" //#include "rtc.h" #define BYTE1 __attribute__((packed, aligned(1))) //aligned(1)£º1×Ö½Ú¶ÔÆë #endif