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:
1:3e58f8a39705
Parent:
0:c0f3bbab73d2
Child:
3:145e714557cf
--- a/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery.c	Fri Feb 10 13:08:21 2017 +0100
+++ b/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery.c	Thu Feb 23 14:14:08 2017 +0100
@@ -2,8 +2,8 @@
   ******************************************************************************
   * @file    stm32f769i_discovery.c
   * @author  MCD Application Team
-  * @version V1.1.0
-  * @date    29-August-2016
+  * @version V2.0.0
+  * @date    30-December-2016
   * @brief   This file provides a set of firmware functions to manage LEDs,
   *          push-buttons, external SDRAM, external QSPI Flash, RF EEPROM,
   *          available on STM32F769I-Discovery board (MB1225) from 
@@ -45,29 +45,29 @@
   * @{
   */
 
-/** @addtogroup STM32F769I_Discovery
+/** @addtogroup STM32F769I_DISCOVERY
   * @{
   */
 
-/** @defgroup STM32F769I_Discovery_LOW_LEVEL STM32F769I-Discovery LOW LEVEL
+/** @defgroup STM32F769I_DISCOVERY_LOW_LEVEL STM32F769I_DISCOVERY LOW LEVEL
   * @{
   */
 
-/** @defgroup STM32F769I_Discovery_LOW_LEVEL_Private_TypesDefinitions STM32F769I Discovery Low Level Private Typedef
+/** @defgroup STM32F769I_DISCOVERY_LOW_LEVEL_Private_TypesDefinitions STM32F769I Discovery Low Level Private Typedef
   * @{
   */
 /**
   * @}
   */
 
-/** @defgroup STM32F769I_Discovery_LOW_LEVEL_Private_Defines LOW_LEVEL Private Defines
+/** @defgroup STM32F769I_DISCOVERY_LOW_LEVEL_Private_Defines LOW_LEVEL Private Defines
   * @{
   */
 /**
- * @brief STM32F769I Discovery BSP Driver version number V1.1.0
+ * @brief STM32F769I Discovery BSP Driver version number V2.0.0
    */
-#define __STM32F769I_DISCOVERY_BSP_VERSION_MAIN   (0x01) /*!< [31:24] main version */
-#define __STM32F769I_DISCOVERY_BSP_VERSION_SUB1   (0x01) /*!< [23:16] sub1 version */
+#define __STM32F769I_DISCOVERY_BSP_VERSION_MAIN   (0x02) /*!< [31:24] main version */
+#define __STM32F769I_DISCOVERY_BSP_VERSION_SUB1   (0x00) /*!< [23:16] sub1 version */
 #define __STM32F769I_DISCOVERY_BSP_VERSION_SUB2   (0x00) /*!< [15:8]  sub2 version */
 #define __STM32F769I_DISCOVERY_BSP_VERSION_RC     (0x00) /*!< [7:0]  release candidate */
 #define __STM32F769I_DISCOVERY_BSP_VERSION        ((__STM32F769I_DISCOVERY_BSP_VERSION_MAIN << 24)\
@@ -78,14 +78,14 @@
   * @}
   */
 
-/** @defgroup STM32F769I_Discovery_LOW_LEVEL_Private_Macros  LOW_LEVEL Private Macros
+/** @defgroup STM32F769I_DISCOVERY_LOW_LEVEL_Private_Macros  LOW_LEVEL Private Macros
   * @{
   */
 /**
   * @}
   */
 
-/** @defgroup STM32F769I_Discovery_LOW_LEVEL_Private_Variables LOW_LEVEL Private Variables
+/** @defgroup STM32F769I_DISCOVERY_LOW_LEVEL_Private_Variables LOW_LEVEL Private Variables
   * @{
   */
 uint32_t GPIO_PIN[LEDn] = {LED1_PIN,
@@ -108,7 +108,7 @@
   * @}
   */
 
-/** @defgroup STM32F769I_Discovery_LOW_LEVEL_Private_FunctionPrototypes LOW_LEVEL Private FunctionPrototypes
+/** @defgroup STM32F769I_DISCOVERY_LOW_LEVEL_Private_FunctionPrototypes LOW_LEVEL Private FunctionPrototypes
   * @{
   */
 static void     I2Cx_MspInit(I2C_HandleTypeDef *i2c_handler);
@@ -152,7 +152,7 @@
   * @}
   */
 
-/** @defgroup STM32F769I_Discovery_BSP_Public_Functions BSP Public Functions
+/** @defgroup STM32F769I_DISCOVERY_BSP_Public_Functions BSP Public Functions
   * @{
   */
 
@@ -332,7 +332,7 @@
   * @}
   */
 
-/** @defgroup STM32F769I_Discovery_LOW_LEVEL_Private_Functions STM32F769I_Discovery_LOW_LEVEL Private Functions
+/** @defgroup STM32F769I_DISCOVERY_LOW_LEVEL_Private_Functions STM32F769I_DISCOVERY_LOW_LEVEL Private Functions
   * @{
   */