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_qspi.c	Thu Jul 06 16:48:52 2017 +0200
+++ b/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery_qspi.c	Fri Nov 15 11:20:11 2019 +0100
@@ -2,8 +2,6 @@
   ******************************************************************************
   * @file    stm32f769i_discovery_qspi.c
   * @author  MCD Application Team
-  * @version V2.0.0
-  * @date    30-December-2016
   * @brief   This file includes a standard driver for the MX25L512 QSPI
   *          memory mounted on STM32F769I-Discovery board.
   @verbatim
@@ -64,6 +62,14 @@
   ******************************************************************************
   */ 
 
+/* Dependencies
+- stm32f7xx_hal_qspi.c
+- stm32f7xx_hal_gpio.c
+- stm32f7xx_hal_cortex.c
+- stm32f7xx_hal_rcc_ex.h
+- mx25l512.h
+EndDependencies */
+
 /* Includes ------------------------------------------------------------------*/
 #include "stm32f769i_discovery_qspi.h"
 #include "mbed_wait_api.h" // MBED: replace HAL_Delay by wait_ms