Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG_patch mbed-rtos mbed
Core/Inc/main.h@0:c00e6c923941, 2015-11-02 (annotated)
- Committer:
- NirT
- Date:
- Mon Nov 02 23:38:08 2015 +0000
- Revision:
- 0:c00e6c923941
Error: Incomplete type is not allowed in "patch/LwIP/src/include/lwip/dhcp.h", Line: 83, Col: 4; ; and more like this.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| NirT | 0:c00e6c923941 | 1 | /** |
| NirT | 0:c00e6c923941 | 2 | ****************************************************************************** |
| NirT | 0:c00e6c923941 | 3 | * @file main.h |
| NirT | 0:c00e6c923941 | 4 | * @author MCD Application Team |
| NirT | 0:c00e6c923941 | 5 | * @version V1.1.0 |
| NirT | 0:c00e6c923941 | 6 | * @date 21-September-2015 |
| NirT | 0:c00e6c923941 | 7 | * @brief Header for main.c file |
| NirT | 0:c00e6c923941 | 8 | ****************************************************************************** |
| NirT | 0:c00e6c923941 | 9 | * @attention |
| NirT | 0:c00e6c923941 | 10 | * |
| NirT | 0:c00e6c923941 | 11 | * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
| NirT | 0:c00e6c923941 | 12 | * |
| NirT | 0:c00e6c923941 | 13 | * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); |
| NirT | 0:c00e6c923941 | 14 | * You may not use this file except in compliance with the License. |
| NirT | 0:c00e6c923941 | 15 | * You may obtain a copy of the License at: |
| NirT | 0:c00e6c923941 | 16 | * |
| NirT | 0:c00e6c923941 | 17 | * http://www.st.com/software_license_agreement_liberty_v2 |
| NirT | 0:c00e6c923941 | 18 | * |
| NirT | 0:c00e6c923941 | 19 | * Unless required by applicable law or agreed to in writing, software |
| NirT | 0:c00e6c923941 | 20 | * distributed under the License is distributed on an "AS IS" BASIS, |
| NirT | 0:c00e6c923941 | 21 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| NirT | 0:c00e6c923941 | 22 | * See the License for the specific language governing permissions and |
| NirT | 0:c00e6c923941 | 23 | * limitations under the License. |
| NirT | 0:c00e6c923941 | 24 | * |
| NirT | 0:c00e6c923941 | 25 | ****************************************************************************** |
| NirT | 0:c00e6c923941 | 26 | */ |
| NirT | 0:c00e6c923941 | 27 | |
| NirT | 0:c00e6c923941 | 28 | /* Define to prevent recursive inclusion -------------------------------------*/ |
| NirT | 0:c00e6c923941 | 29 | #ifndef __MAIN_H |
| NirT | 0:c00e6c923941 | 30 | #define __MAIN_H |
| NirT | 0:c00e6c923941 | 31 | |
| NirT | 0:c00e6c923941 | 32 | #ifdef __cplusplus |
| NirT | 0:c00e6c923941 | 33 | extern "C" { |
| NirT | 0:c00e6c923941 | 34 | #endif |
| NirT | 0:c00e6c923941 | 35 | |
| NirT | 0:c00e6c923941 | 36 | /* Includes ------------------------------------------------------------------*/ |
| NirT | 0:c00e6c923941 | 37 | #include "stm32f7xx_hal.h" |
| NirT | 0:c00e6c923941 | 38 | #include "stm32f7xx_it.h" |
| NirT | 0:c00e6c923941 | 39 | |
| NirT | 0:c00e6c923941 | 40 | #include "stm32f7xx_hal_conf.h" |
| NirT | 0:c00e6c923941 | 41 | #define LAN8742A_PHY_ADDRESS 0x00 |
| NirT | 0:c00e6c923941 | 42 | |
| NirT | 0:c00e6c923941 | 43 | /* EVAL includes components */ |
| NirT | 0:c00e6c923941 | 44 | #include "stm32746g_discovery.h" |
| NirT | 0:c00e6c923941 | 45 | #include "stm32746g_discovery_sdram.h" |
| NirT | 0:c00e6c923941 | 46 | #include "stm32746g_discovery_ts.h" |
| NirT | 0:c00e6c923941 | 47 | #include "stm32746g_discovery_sd.h" |
| NirT | 0:c00e6c923941 | 48 | #include "stm32746g_discovery_audio.h" |
| NirT | 0:c00e6c923941 | 49 | #include "stm32746g_discovery_qspi.h" |
| NirT | 0:c00e6c923941 | 50 | #include "stm32746g_discovery_camera.h" |
| NirT | 0:c00e6c923941 | 51 | #include "stm32746g_discovery_eeprom.h" |
| NirT | 0:c00e6c923941 | 52 | |
| NirT | 0:c00e6c923941 | 53 | /* FatFs includes components */ |
| NirT | 0:c00e6c923941 | 54 | #include "ff_gen_drv.h" |
| NirT | 0:c00e6c923941 | 55 | #include "usbh_diskio.h" |
| NirT | 0:c00e6c923941 | 56 | #include "sd_diskio.h" |
| NirT | 0:c00e6c923941 | 57 | |
| NirT | 0:c00e6c923941 | 58 | /* GUI includes components */ |
| NirT | 0:c00e6c923941 | 59 | #include "GUI.h" //gui.h" |
| NirT | 0:c00e6c923941 | 60 | #include "DIALOG.h" //dialog.h" |
| NirT | 0:c00e6c923941 | 61 | #include "STM32746G_Discovery_STemWin_Addons.h" |
| NirT | 0:c00e6c923941 | 62 | |
| NirT | 0:c00e6c923941 | 63 | /* Kernel includes components */ |
| NirT | 0:c00e6c923941 | 64 | #include "k_module.h" |
| NirT | 0:c00e6c923941 | 65 | #include "k_storage.h" |
| NirT | 0:c00e6c923941 | 66 | #include "k_rtc.h" |
| NirT | 0:c00e6c923941 | 67 | #include "k_bsp.h" |
| NirT | 0:c00e6c923941 | 68 | |
| NirT | 0:c00e6c923941 | 69 | /* utilities and standard includes components */ |
| NirT | 0:c00e6c923941 | 70 | #include "cpu_utils.h" |
| NirT | 0:c00e6c923941 | 71 | #include <stddef.h> |
| NirT | 0:c00e6c923941 | 72 | #include <stdlib.h> |
| NirT | 0:c00e6c923941 | 73 | #include <string.h> |
| NirT | 0:c00e6c923941 | 74 | #include <math.h> |
| NirT | 0:c00e6c923941 | 75 | |
| NirT | 0:c00e6c923941 | 76 | /* Exported types ------------------------------------------------------------*/ |
| NirT | 0:c00e6c923941 | 77 | /* Exported variables --------------------------------------------------------*/ |
| NirT | 0:c00e6c923941 | 78 | /* Exported constants --------------------------------------------------------*/ |
| NirT | 0:c00e6c923941 | 79 | /* Exported macros -----------------------------------------------------------*/ |
| NirT | 0:c00e6c923941 | 80 | /* Exported functions ------------------------------------------------------- */ |
| NirT | 0:c00e6c923941 | 81 | |
| NirT | 0:c00e6c923941 | 82 | #ifdef __cplusplus |
| NirT | 0:c00e6c923941 | 83 | } |
| NirT | 0:c00e6c923941 | 84 | #endif |
| NirT | 0:c00e6c923941 | 85 | |
| NirT | 0:c00e6c923941 | 86 | #endif /* __MAIN_H */ |
| NirT | 0:c00e6c923941 | 87 | |
| NirT | 0:c00e6c923941 | 88 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |