Skip to content

Commit c97e05f

Browse files
committed
[STM32F7_NUCLEO_F746ZG] Update target files with latest STM32F7Cube_FW version
1 parent 4933885 commit c97e05f

File tree

9 files changed

+486
-68
lines changed

9 files changed

+486
-68
lines changed

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F746ZG/TOOLCHAIN_ARM_MICRO/startup_stm32f746zg.S

Lines changed: 2 additions & 2 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

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F746ZG/TOOLCHAIN_ARM_STD/startup_stm32f746zg.S

Lines changed: 2 additions & 2 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

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F746ZG/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_NUCLEO_F746ZG/TOOLCHAIN_IAR/startup_stm32f746xx.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;/******************** (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_NUCLEO_F746ZG/stm32f746xx.h

Lines changed: 81 additions & 47 deletions
Large diffs are not rendered by default.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F746ZG/stm32f7xx.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f7xx.h
44
* @author MCD Application Team
5-
* @version V1.0.1
6-
* @date 25-June-2015
5+
* @version V1.0.2
6+
* @date 21-September-2015
77
* @brief CMSIS STM32F7xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -18,7 +18,7 @@
1818
******************************************************************************
1919
* @attention
2020
*
21-
* <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
21+
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
2222
*
2323
* Redistribution and use in source and binary forms, with or without modification,
2424
* are permitted provided that the following conditions are met:

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F746ZG/stm32f7xx_hal_conf.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
******************************************************************************
33
* @file stm32f7xx_hal_conf_template.h
44
* @author MCD Application Team
5-
* @version V1.0.1
6-
* @date 25-June-2015
5+
* @version V1.0.4
6+
* @date 09-December-2015
77
* @brief HAL configuration template file.
88
* This file should be copied to the application folder and renamed
99
* to stm32f7xx_hal_conf.h.
1010
******************************************************************************
1111
* @attention
1212
*
13-
* <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
13+
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
1414
*
1515
* Redistribution and use in source and binary forms, with or without modification,
1616
* are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)