STM32Cube BSP FW for STM32F769I-Discovery

Dependents:   mbed-os-example-blinky-5 DISCO-F769NI_TOUCHSCREEN_demo_custom_1 Datarecorder2 DISCO-F769NI_TOUCHSCREEN_demo ... more

Revision:
4:72a949940ad6
Parent:
3:145e714557cf
Child:
7:0680eff4de60
--- a/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery_sdram.c	Thu Jul 06 16:48:52 2017 +0200
+++ b/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery_sdram.c	Fri Nov 15 11:20:11 2019 +0100
@@ -2,8 +2,6 @@
   ******************************************************************************
   * @file    stm32f769i_discovery_sdram.c
   * @author  MCD Application Team
-  * @version V2.0.0
-  * @date    30-December-2016
   * @brief   This file includes the SDRAM driver for the MT48LC4M32B2B5-6A memory 
   *          device mounted on STM32F769I-DISCOVERY boards.
   @verbatim
@@ -74,6 +72,15 @@
   ******************************************************************************
   */
 
+/* Dependencies
+- stm32f7xx_hal_sdram.c
+- stm32f7xx_ll_fmc.c
+- stm32f7xx_hal_dma.c  
+- stm32f7xx_hal_gpio.c
+- stm32f7xx_hal_cortex.c
+- stm32f7xx_hal_rcc_ex.h
+EndDependencies */
+
 /* Includes ------------------------------------------------------------------*/
 #include "stm32f769i_discovery_sdram.h"
 #include "mbed_wait_api.h" // MBED: replace HAL_Delay by wait_ms