Skip to content

Commit 8ac9189

Browse files
committed
1 parent cbf9f06 commit 8ac9189

File tree

191 files changed

+79689
-66697
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

+79689
-66697
lines changed

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

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

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

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

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

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

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

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

targets/TARGET_STM/TARGET_STM32F7/device/stm32_hal_legacy.h

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

targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal.c

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,13 @@
2121
******************************************************************************
2222
* @attention
2323
*
24-
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
24+
* <h2><center>&copy; Copyright (c) 2017 STMicroelectronics.
25+
* All rights reserved.</center></h2>
2526
*
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.
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
4731
*
4832
******************************************************************************
4933
*/
@@ -66,11 +50,11 @@
6650
* @{
6751
*/
6852
/**
69-
* @brief STM32F7xx HAL Driver version number V1.2.5
53+
* @brief STM32F7xx HAL Driver version number V1.2.7
7054
*/
7155
#define __STM32F7xx_HAL_VERSION_MAIN (0x01) /*!< [31:24] main version */
7256
#define __STM32F7xx_HAL_VERSION_SUB1 (0x02) /*!< [23:16] sub1 version */
73-
#define __STM32F7xx_HAL_VERSION_SUB2 (0x05) /*!< [15:8] sub2 version */
57+
#define __STM32F7xx_HAL_VERSION_SUB2 (0x07) /*!< [15:8] sub2 version */
7458
#define __STM32F7xx_HAL_VERSION_RC (0x00) /*!< [7:0] release candidate */
7559
#define __STM32F7xx_HAL_VERSION ((__STM32F7xx_HAL_VERSION_MAIN << 24)\
7660
|(__STM32F7xx_HAL_VERSION_SUB1 << 16)\
@@ -83,8 +67,8 @@
8367
*/
8468

8569
/* Private macro -------------------------------------------------------------*/
86-
/* Private variables ---------------------------------------------------------*/
87-
/** @addtogroup HAL_Private_Variables
70+
/* Exported variables ---------------------------------------------------------*/
71+
/** @addtogroup HAL_Exported_Variables
8872
* @{
8973
*/
9074
__IO uint32_t uwTick;

targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal.h

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,13 @@
77
******************************************************************************
88
* @attention
99
*
10-
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
10+
* <h2><center>&copy; Copyright (c) 2017 STMicroelectronics.
11+
* All rights reserved.</center></h2>
1112
*
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.
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
3317
*
3418
******************************************************************************
3519
*/
@@ -204,6 +188,17 @@ HAL_StatusTypeDef HAL_DeInit(void);
204188
void HAL_MspInit(void);
205189
void HAL_MspDeInit(void);
206190
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;
207202
/**
208203
* @}
209204
*/

0 commit comments

Comments
 (0)