Nirvana Jay / Mbed 2 deprecated F7DISCO_Demo

Dependencies:   BSP_DISCO_F746NG_patch mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

Go to the documentation of this file.
00001 /**
00002   ******************************************************************************
00003   * @file    main.h 
00004   * @author  MCD Application Team
00005   * @version V1.1.0
00006   * @date    21-September-2015
00007   * @brief   Header for main.c file
00008   ******************************************************************************
00009   * @attention
00010   *
00011   * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
00012   *
00013   * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
00014   * You may not use this file except in compliance with the License.
00015   * You may obtain a copy of the License at:
00016   *
00017   *        http://www.st.com/software_license_agreement_liberty_v2
00018   *
00019   * Unless required by applicable law or agreed to in writing, software 
00020   * distributed under the License is distributed on an "AS IS" BASIS, 
00021   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00022   * See the License for the specific language governing permissions and
00023   * limitations under the License.
00024   *
00025   ******************************************************************************
00026   */
00027 
00028 /* Define to prevent recursive inclusion -------------------------------------*/
00029 #ifndef __MAIN_H
00030 #define __MAIN_H
00031 
00032 #ifdef __cplusplus
00033  extern "C" {
00034 #endif
00035    
00036 /* Includes ------------------------------------------------------------------*/
00037 #include "stm32f7xx_hal.h"
00038 #include "stm32f7xx_it.h"
00039 
00040 #include "stm32f7xx_hal_conf.h"
00041 #define LAN8742A_PHY_ADDRESS            0x00
00042 
00043 /* EVAL includes components */
00044 #include "stm32746g_discovery.h"
00045 #include "stm32746g_discovery_sdram.h"
00046 #include "stm32746g_discovery_ts.h"
00047 #include "stm32746g_discovery_sd.h"
00048 #include "stm32746g_discovery_audio.h"
00049 #include "stm32746g_discovery_qspi.h"
00050 #include "stm32746g_discovery_camera.h"
00051 #include "stm32746g_discovery_eeprom.h"
00052    
00053 /* FatFs includes components */
00054 #include "ff_gen_drv.h"
00055 #include "usbh_diskio.h"
00056 #include "sd_diskio.h"
00057    
00058 /* GUI includes components */
00059 #include "GUI.h"  //gui.h"
00060 #include "DIALOG.h" //dialog.h"
00061 #include "STM32746G_Discovery_STemWin_Addons.h"
00062 
00063  /* Kernel includes components */
00064 #include "k_module.h"
00065 #include "k_storage.h"
00066 #include "k_rtc.h"    
00067 #include "k_bsp.h"   
00068 
00069 /* utilities and standard includes components */   
00070 #include "cpu_utils.h"
00071 #include <stddef.h>
00072 #include <stdlib.h>
00073 #include <string.h>
00074 #include <math.h>
00075    
00076 /* Exported types ------------------------------------------------------------*/
00077 /* Exported variables --------------------------------------------------------*/
00078 /* Exported constants --------------------------------------------------------*/
00079 /* Exported macros -----------------------------------------------------------*/
00080 /* Exported functions ------------------------------------------------------- */ 
00081 
00082 #ifdef __cplusplus
00083 }
00084 #endif
00085 
00086 #endif /* __MAIN_H */
00087 
00088 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/