Skip to content

Commit 74f192a

Browse files
authored
Merge pull request #3567 from LMESTM/dev_stm32_hal_F0_V1.7.0
Dev stm32 F0 v1.7.0
2 parents 74619ce + b15fc6a commit 74f192a

File tree

157 files changed

+52242
-8248
lines changed

Some content is hidden

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

157 files changed

+52242
-8248
lines changed

targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/device/stm32f051x8.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f051x8.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device Peripheral Access Layer Header File.
88
* This file contains all the peripheral register's definitions, bits
99
* definitions and memory mapping for STM32F0xx devices.

targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/device/stm32f0xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS STM32F0xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -112,11 +112,11 @@
112112
#endif /* USE_HAL_DRIVER */
113113

114114
/**
115-
* @brief CMSIS Device version number V2.3.0
115+
* @brief CMSIS Device version number V2.3.1
116116
*/
117117
#define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
118118
#define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
119-
#define __STM32F0_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
119+
#define __STM32F0_DEVICE_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
120120
#define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
121121
#define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
122122
|(__STM32F0_DEVICE_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/device/system_stm32f0xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.c
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 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_STM32F0/TARGET_DISCO_F051R8/device/system_stm32f0xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device System Source File for STM32F0xx devices.
88
******************************************************************************
99
* @attention

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/device/stm32f030x8.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f030x8.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device Peripheral Access Layer Header File.
88
* This file contains all the peripheral register's definitions, bits
99
* definitions and memory mapping for STM32F0xx devices.

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/device/stm32f0xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS STM32F0xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -112,11 +112,11 @@
112112
#endif /* USE_HAL_DRIVER */
113113

114114
/**
115-
* @brief CMSIS Device version number V2.3.0
115+
* @brief CMSIS Device version number V2.3.1
116116
*/
117117
#define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
118118
#define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
119-
#define __STM32F0_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
119+
#define __STM32F0_DEVICE_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
120120
#define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
121121
#define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
122122
|(__STM32F0_DEVICE_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/device/system_stm32f0xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.c
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 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_STM32F0/TARGET_NUCLEO_F030R8/device/system_stm32f0xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device System Source File for STM32F0xx devices.
88
******************************************************************************
99
* @attention

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/device/stm32f031x6.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f031x6.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device Peripheral Access Layer Header File.
88
* This file contains all the peripheral register's definitions, bits
99
* definitions and memory mapping for STM32F0xx devices.

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/device/stm32f0xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS STM32F0xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -112,11 +112,11 @@
112112
#endif /* USE_HAL_DRIVER */
113113

114114
/**
115-
* @brief CMSIS Device version number V2.3.0
115+
* @brief CMSIS Device version number V2.3.1
116116
*/
117117
#define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
118118
#define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
119-
#define __STM32F0_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
119+
#define __STM32F0_DEVICE_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
120120
#define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
121121
#define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
122122
|(__STM32F0_DEVICE_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/device/system_stm32f0xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.c
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 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_STM32F0/TARGET_NUCLEO_F031K6/device/system_stm32f0xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device System Source File for STM32F0xx devices.
88
******************************************************************************
99
* @attention

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/device/stm32f042x6.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f042x6.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device Peripheral Access Layer Header File.
88
* This file contains all the peripheral register's definitions, bits
99
* definitions and memory mapping for STM32F0xx devices.

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/device/stm32f0xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS STM32F0xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -112,11 +112,11 @@
112112
#endif /* USE_HAL_DRIVER */
113113

114114
/**
115-
* @brief CMSIS Device version number V2.3.0
115+
* @brief CMSIS Device version number V2.3.1
116116
*/
117117
#define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
118118
#define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
119-
#define __STM32F0_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
119+
#define __STM32F0_DEVICE_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
120120
#define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
121121
#define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
122122
|(__STM32F0_DEVICE_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/device/system_stm32f0xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.c
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 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_STM32F0/TARGET_NUCLEO_F042K6/device/system_stm32f0xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device System Source File for STM32F0xx devices.
88
******************************************************************************
99
* @attention

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/stm32f070xb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f070xb.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device Peripheral Access Layer Header File.
88
* This file contains all the peripheral register's definitions, bits
99
* definitions and memory mapping for STM32F0xx devices.

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/stm32f0xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS STM32F0xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -112,11 +112,11 @@
112112
#endif /* USE_HAL_DRIVER */
113113

114114
/**
115-
* @brief CMSIS Device version number V2.3.0
115+
* @brief CMSIS Device version number V2.3.1
116116
*/
117117
#define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
118118
#define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
119-
#define __STM32F0_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
119+
#define __STM32F0_DEVICE_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
120120
#define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
121121
#define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
122122
|(__STM32F0_DEVICE_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/system_stm32f0xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.c
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 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_STM32F0/TARGET_NUCLEO_F070RB/device/system_stm32f0xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device System Source File for STM32F0xx devices.
88
******************************************************************************
99
* @attention

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device/stm32f072xb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f072xb.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device Peripheral Access Layer Header File.
88
* This file contains all the peripheral register's definitions, bits
99
* definitions and memory mapping for STM32F0xx devices.

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device/stm32f0xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS STM32F0xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -112,11 +112,11 @@
112112
#endif /* USE_HAL_DRIVER */
113113

114114
/**
115-
* @brief CMSIS Device version number V2.3.0
115+
* @brief CMSIS Device version number V2.3.1
116116
*/
117117
#define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
118118
#define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
119-
#define __STM32F0_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
119+
#define __STM32F0_DEVICE_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
120120
#define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
121121
#define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
122122
|(__STM32F0_DEVICE_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device/system_stm32f0xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.c
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 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_STM32F0/TARGET_NUCLEO_F072RB/device/system_stm32f0xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file system_stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device System Source File for STM32F0xx devices.
88
******************************************************************************
99
* @attention

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/device/stm32f091xc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f091xc.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS Cortex-M0 Device Peripheral Access Layer Header File.
88
* This file contains all the peripheral register's definitions, bits
99
* definitions and memory mapping for STM32F0xx devices.

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/device/stm32f0xx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f0xx.h
44
* @author MCD Application Team
5-
* @version V2.3.0
6-
* @date 27-May-2016
5+
* @version V2.3.1
6+
* @date 04-November-2016
77
* @brief CMSIS STM32F0xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -112,11 +112,11 @@
112112
#endif /* USE_HAL_DRIVER */
113113

114114
/**
115-
* @brief CMSIS Device version number V2.3.0
115+
* @brief CMSIS Device version number V2.3.1
116116
*/
117117
#define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
118118
#define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
119-
#define __STM32F0_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
119+
#define __STM32F0_DEVICE_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
120120
#define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
121121
#define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
122122
|(__STM32F0_DEVICE_VERSION_SUB1 << 16)\

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/device/system_stm32f0xx.c

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

0 commit comments

Comments
 (0)