Skip to content

Commit 181746d

Browse files
LMESTMsimonqhughes
authored andcommitted
F3 CUBE update V1.7.0
CMSIS v2.3.0 => v2.3.1 HAL v1.3.0 => v1.4.0 LL v1.4.0
1 parent e03d820 commit 181746d

File tree

176 files changed

+82834
-11858
lines changed

Some content is hidden

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

176 files changed

+82834
-11858
lines changed

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F303VC/device/stm32f303xc.h

Lines changed: 157 additions & 61 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F303VC/device/stm32f3xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f3xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 29-April-2015
5+
* @version V2.3.1
6+
* @date 16-December-2016
77
* @brief CMSIS STM32F3xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -121,11 +121,11 @@
121121
#endif /* USE_HAL_DRIVER */
122122

123123
/**
124-
* @brief CMSIS Device version number V2.3.0
124+
* @brief CMSIS Device version number V2.3.1
125125
*/
126126
#define __STM32F3_CMSIS_VERSION_MAIN (0x02) /*!< [31:24] main version */
127127
#define __STM32F3_CMSIS_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
128-
#define __STM32F3_CMSIS_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
128+
#define __STM32F3_CMSIS_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
129129
#define __STM32F3_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
130130
#define __STM32F3_CMSIS_VERSION ((__STM32F3_CMSIS_VERSION_MAIN << 24)\
131131
|(__STM32F3_CMSIS_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F303VC/device/system_stm32f3xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f3xx.c
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 29-April-2015
5+
* @version V2.3.1
6+
* @date 16-December-2016
77
* @brief CMSIS Cortex-M4 Device Peripheral Access Layer System Source File.
88
*
99
* 1. This file provides two functions and one global variable to be called from

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F303VC/device/system_stm32f3xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f3xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 29-April-2015
5+
* @version V2.3.1
6+
* @date 16-December-2016
77
* @brief CMSIS Cortex-M4 Device System Source File for STM32F3xx devices.
88
******************************************************************************
99
* @attention

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F334C8/device/stm32f334x8.h

Lines changed: 230 additions & 168 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F334C8/device/stm32f3xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f3xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 29-April-2015
5+
* @version V2.3.1
6+
* @date 16-December-2016
77
* @brief CMSIS STM32F3xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -121,11 +121,11 @@
121121
#endif /* USE_HAL_DRIVER */
122122

123123
/**
124-
* @brief CMSIS Device version number V2.3.0
124+
* @brief CMSIS Device version number V2.3.1
125125
*/
126126
#define __STM32F3_CMSIS_VERSION_MAIN (0x02) /*!< [31:24] main version */
127127
#define __STM32F3_CMSIS_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
128-
#define __STM32F3_CMSIS_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
128+
#define __STM32F3_CMSIS_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
129129
#define __STM32F3_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
130130
#define __STM32F3_CMSIS_VERSION ((__STM32F3_CMSIS_VERSION_MAIN << 24)\
131131
|(__STM32F3_CMSIS_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F334C8/device/system_stm32f3xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f3xx.c
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 29-April-2015
5+
* @version V2.3.1
6+
* @date 16-December-2016
77
* @brief CMSIS Cortex-M4 Device Peripheral Access Layer System Source File.
88
*
99
* 1. This file provides two functions and one global variable to be called from

targets/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F334C8/device/system_stm32f3xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f3xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 29-April-2015
5+
* @version V2.3.1
6+
* @date 16-December-2016
77
* @brief CMSIS Cortex-M4 Device System Source File for STM32F3xx devices.
88
******************************************************************************
99
* @attention

targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/device/stm32f302x8.h

Lines changed: 212 additions & 143 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/device/stm32f3xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f3xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 29-April-2015
5+
* @version V2.3.1
6+
* @date 16-December-2016
77
* @brief CMSIS STM32F3xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -121,11 +121,11 @@
121121
#endif /* USE_HAL_DRIVER */
122122

123123
/**
124-
* @brief CMSIS Device version number V2.3.0
124+
* @brief CMSIS Device version number V2.3.1
125125
*/
126126
#define __STM32F3_CMSIS_VERSION_MAIN (0x02) /*!< [31:24] main version */
127127
#define __STM32F3_CMSIS_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
128-
#define __STM32F3_CMSIS_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
128+
#define __STM32F3_CMSIS_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
129129
#define __STM32F3_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
130130
#define __STM32F3_CMSIS_VERSION ((__STM32F3_CMSIS_VERSION_MAIN << 24)\
131131
|(__STM32F3_CMSIS_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/device/system_stm32f3xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f3xx.c
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 29-April-2015
5+
* @version V2.3.1
6+
* @date 16-December-2016
77
* @brief CMSIS Cortex-M4 Device Peripheral Access Layer System Source File.
88
*
99
* 1. This file provides two functions and one global variable to be called from

targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/device/system_stm32f3xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f3xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 29-April-2015
5+
* @version V2.3.1
6+
* @date 16-December-2016
77
* @brief CMSIS Cortex-M4 Device System Source File for STM32F3xx devices.
88
******************************************************************************
99
* @attention

0 commit comments

Comments
 (0)