Skip to content

Commit 5700890

Browse files
committed
Revert "F7 ST CUBE V1.10.0 => V1.15.0"
This reverts commit 8ac9189.
1 parent 0960359 commit 5700890

File tree

191 files changed

+66578
-79570
lines changed

Some content is hidden

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

191 files changed

+66578
-79570
lines changed

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/stm32f746xx.h

Lines changed: 5710 additions & 5741 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/stm32f756xx.h

Lines changed: 5786 additions & 5823 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/stm32f767xx.h

Lines changed: 6032 additions & 6066 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/stm32f769xx.h

Lines changed: 7018 additions & 7052 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/device/stm32_hal_legacy.h

Lines changed: 112 additions & 251 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal.c

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,29 @@
2121
******************************************************************************
2222
* @attention
2323
*
24-
* <h2><center>&copy; Copyright (c) 2017 STMicroelectronics.
25-
* All rights reserved.</center></h2>
24+
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
2625
*
27-
* This software component is licensed by ST under BSD 3-Clause license,
28-
* the "License"; You may not use this file except in compliance with the
29-
* License. You may obtain a copy of the License at:
30-
* opensource.org/licenses/BSD-3-Clause
26+
* Redistribution and use in source and binary forms, with or without modification,
27+
* are permitted provided that the following conditions are met:
28+
* 1. Redistributions of source code must retain the above copyright notice,
29+
* this list of conditions and the following disclaimer.
30+
* 2. Redistributions in binary form must reproduce the above copyright notice,
31+
* this list of conditions and the following disclaimer in the documentation
32+
* and/or other materials provided with the distribution.
33+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
34+
* may be used to endorse or promote products derived from this software
35+
* without specific prior written permission.
36+
*
37+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
38+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
39+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
41+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
42+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
43+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
44+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
45+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
46+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3147
*
3248
******************************************************************************
3349
*/
@@ -50,11 +66,11 @@
5066
* @{
5167
*/
5268
/**
53-
* @brief STM32F7xx HAL Driver version number V1.2.7
69+
* @brief STM32F7xx HAL Driver version number V1.2.5
5470
*/
5571
#define __STM32F7xx_HAL_VERSION_MAIN (0x01) /*!< [31:24] main version */
5672
#define __STM32F7xx_HAL_VERSION_SUB1 (0x02) /*!< [23:16] sub1 version */
57-
#define __STM32F7xx_HAL_VERSION_SUB2 (0x07) /*!< [15:8] sub2 version */
73+
#define __STM32F7xx_HAL_VERSION_SUB2 (0x05) /*!< [15:8] sub2 version */
5874
#define __STM32F7xx_HAL_VERSION_RC (0x00) /*!< [7:0] release candidate */
5975
#define __STM32F7xx_HAL_VERSION ((__STM32F7xx_HAL_VERSION_MAIN << 24)\
6076
|(__STM32F7xx_HAL_VERSION_SUB1 << 16)\
@@ -67,8 +83,8 @@
6783
*/
6884

6985
/* Private macro -------------------------------------------------------------*/
70-
/* Exported variables ---------------------------------------------------------*/
71-
/** @addtogroup HAL_Exported_Variables
86+
/* Private variables ---------------------------------------------------------*/
87+
/** @addtogroup HAL_Private_Variables
7288
* @{
7389
*/
7490
__IO uint32_t uwTick;

targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal.h

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,29 @@
77
******************************************************************************
88
* @attention
99
*
10-
* <h2><center>&copy; Copyright (c) 2017 STMicroelectronics.
11-
* All rights reserved.</center></h2>
10+
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
1211
*
13-
* This software component is licensed by ST under BSD 3-Clause license,
14-
* the "License"; You may not use this file except in compliance with the
15-
* License. You may obtain a copy of the License at:
16-
* opensource.org/licenses/BSD-3-Clause
12+
* Redistribution and use in source and binary forms, with or without modification,
13+
* are permitted provided that the following conditions are met:
14+
* 1. Redistributions of source code must retain the above copyright notice,
15+
* this list of conditions and the following disclaimer.
16+
* 2. Redistributions in binary form must reproduce the above copyright notice,
17+
* this list of conditions and the following disclaimer in the documentation
18+
* and/or other materials provided with the distribution.
19+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
20+
* may be used to endorse or promote products derived from this software
21+
* without specific prior written permission.
22+
*
23+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
27+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
29+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
30+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
31+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1733
*
1834
******************************************************************************
1935
*/
@@ -188,17 +204,6 @@ HAL_StatusTypeDef HAL_DeInit(void);
188204
void HAL_MspInit(void);
189205
void HAL_MspDeInit(void);
190206
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
191-
/**
192-
* @}
193-
*/
194-
195-
/* Exported variables ---------------------------------------------------------*/
196-
/** @addtogroup HAL_Exported_Variables
197-
* @{
198-
*/
199-
extern __IO uint32_t uwTick;
200-
extern uint32_t uwTickPrio;
201-
extern HAL_TickFreqTypeDef uwTickFreq;
202207
/**
203208
* @}
204209
*/

0 commit comments

Comments
 (0)