Skip to content

Commit ee20d03

Browse files
committed
Merge pull request #1588 from adustm/master
[STM32F7] Update STM32F7Cube_FW version
2 parents 57543e5 + c97e05f commit ee20d03

File tree

152 files changed

+4872
-2250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+4872
-2250
lines changed

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/Release_Notes_stm32f7xx_hal.html

Lines changed: 52 additions & 1 deletion
Large diffs are not rendered by default.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/TOOLCHAIN_ARM_MICRO/startup_stm32f746ng.S

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;******************** (C) COPYRIGHT 2015 STMicroelectronics ********************
22
;* File Name : startup_stm32f746xx.s
33
;* Author : MCD Application Team
4-
;* Version : V1.0.0
5-
;* Date : 28-April-2015
4+
;* Version : V1.0.2
5+
;* Date : 21-September-2015
66
;* Description : STM32F746xx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP
@@ -350,12 +350,12 @@ Default_Handler PROC
350350
EXPORT DMA2D_IRQHandler [WEAK]
351351
EXPORT SAI2_IRQHandler [WEAK]
352352
EXPORT QUADSPI_IRQHandler [WEAK]
353-
EXPORT LPTIM1_IRQHandler [WEAK]
353+
EXPORT LPTIM1_IRQHandler [WEAK]
354354
EXPORT CEC_IRQHandler [WEAK]
355355
EXPORT I2C4_EV_IRQHandler [WEAK]
356-
EXPORT I2C4_ER_IRQHandler [WEAK]
356+
EXPORT I2C4_ER_IRQHandler [WEAK]
357357
EXPORT SPDIF_RX_IRQHandler [WEAK]
358-
358+
359359
WWDG_IRQHandler
360360
PVD_IRQHandler
361361
TAMP_STAMP_IRQHandler

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/TOOLCHAIN_ARM_MICRO/stm32f746ng.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Scatter-Loading Description File
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3-
; Copyright (c) 2015, STMicroelectronics
3+
; Copyright (c) 2016, STMicroelectronics
44
; All rights reserved.
55
;
66
; Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/TOOLCHAIN_ARM_STD/startup_stm32f746ng.S

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;******************** (C) COPYRIGHT 2015 STMicroelectronics ********************
22
;* File Name : startup_stm32f746xx.s
33
;* Author : MCD Application Team
4-
;* Version : V1.0.0
5-
;* Date : 28-April-2015
4+
;* Version : V1.0.2
5+
;* Date : 21-September-2015
66
;* Description : STM32F746xx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP
@@ -323,12 +323,12 @@ Default_Handler PROC
323323
EXPORT DMA2D_IRQHandler [WEAK]
324324
EXPORT SAI2_IRQHandler [WEAK]
325325
EXPORT QUADSPI_IRQHandler [WEAK]
326-
EXPORT LPTIM1_IRQHandler [WEAK]
326+
EXPORT LPTIM1_IRQHandler [WEAK]
327327
EXPORT CEC_IRQHandler [WEAK]
328328
EXPORT I2C4_EV_IRQHandler [WEAK]
329-
EXPORT I2C4_ER_IRQHandler [WEAK]
329+
EXPORT I2C4_ER_IRQHandler [WEAK]
330330
EXPORT SPDIF_RX_IRQHandler [WEAK]
331-
331+
332332
WWDG_IRQHandler
333333
PVD_IRQHandler
334334
TAMP_STAMP_IRQHandler

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/TOOLCHAIN_ARM_STD/stm32f746ng.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Scatter-Loading Description File
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3-
; Copyright (c) 2015, STMicroelectronics
3+
; Copyright (c) 2016, STMicroelectronics
44
; All rights reserved.
55
;
66
; Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/TOOLCHAIN_GCC_ARM/startup_stm32f746xx.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file startup_stm32f746xx.s
44
* @author MCD Application Team
5-
* Version V1.0.0
6-
* Date 28-April-2015
5+
* @Version V1.0.2
6+
* @Date 21-September-2015
77
* @brief STM32F746xx Devices vector table for GCC based toolchain.
88
* This module performs:
99
* - Set the initial SP

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/TOOLCHAIN_IAR/startup_stm32f746xx.S

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;/******************** (C) COPYRIGHT 2015 STMicroelectronics ********************
1+
;/******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32f746xx.s
33
;* Author : MCD Application Team
4-
;* Version : V1.0.0
5-
;* Date : 28-April-2015
4+
;* Version : V1.0.2
5+
;* Date : 21-September-2015
66
;* Description : STM32F746xx devices vector table for EWARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mbed Microcontroller Library
22
* A generic CMSIS include header
33
*******************************************************************************
4-
* Copyright (c) 2015, STMicroelectronics
4+
* Copyright (c) 2016, STMicroelectronics
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/cmsis_nvic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mbed Microcontroller Library
22
* CMSIS-style functionality to support dynamic vectors
33
*******************************************************************************
4-
* Copyright (c) 2015, STMicroelectronics
4+
* Copyright (c) 2016, STMicroelectronics
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,7 @@
2727
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*******************************************************************************
30-
*/
30+
*/
3131
#include "cmsis_nvic.h"
3232

3333
#define NVIC_RAM_VECTOR_ADDRESS (0x20000000) // Vectors positioned at start of RAM

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/cmsis_nvic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mbed Microcontroller Library
22
* CMSIS-style functionality to support dynamic vectors
33
*******************************************************************************
4-
* Copyright (c) 2015, STMicroelectronics
4+
* Copyright (c) 2016, STMicroelectronics
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/hal_tick.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
******************************************************************************
77
* @attention
88
*
9-
* <h2><center>&copy; COPYRIGHT 2015 STMicroelectronics</center></h2>
9+
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
1010
*
1111
* Redistribution and use in source and binary forms, with or without modification,
1212
* are permitted provided that the following conditions are met:

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/hal_tick.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
******************************************************************************
77
* @attention
88
*
9-
* <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
9+
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
1010
*
1111
* Redistribution and use in source and binary forms, with or without modification,
1212
* are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)