Skip to content

Commit ad67068

Browse files
committed
Update STM32 Drivers (Generated with STM32CubeMX v6.13.0)
1 parent 85a3900 commit ad67068

File tree

1,446 files changed

+1337466
-846822
lines changed

Some content is hidden

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

1,446 files changed

+1337466
-846822
lines changed

Drivers/CMSIS/Core/Include/cmsis_armcc.h

Lines changed: 894 additions & 865 deletions
Large diffs are not rendered by default.

Drivers/CMSIS/Core/Include/cmsis_armclang.h

Lines changed: 1444 additions & 1869 deletions
Large diffs are not rendered by default.

Drivers/CMSIS/Core/Include/cmsis_armclang_ltm.h

Lines changed: 1891 additions & 0 deletions
Large diffs are not rendered by default.

Drivers/CMSIS/Core/Include/cmsis_compiler.h

Lines changed: 283 additions & 266 deletions
Large diffs are not rendered by default.

Drivers/CMSIS/Core/Include/cmsis_gcc.h

Lines changed: 2168 additions & 2085 deletions
Large diffs are not rendered by default.

Drivers/CMSIS/Core/Include/cmsis_iccarm.h

Lines changed: 964 additions & 935 deletions
Large diffs are not rendered by default.
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
/**************************************************************************//**
2-
* @file cmsis_version.h
3-
* @brief CMSIS Core(M) Version definitions
4-
* @version V5.0.2
5-
* @date 19. April 2017
6-
******************************************************************************/
7-
/*
8-
* Copyright (c) 2009-2017 ARM Limited. All rights reserved.
9-
*
10-
* SPDX-License-Identifier: Apache-2.0
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the License); you may
13-
* not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an AS IS BASIS, WITHOUT
20-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
23-
*/
24-
25-
#if defined ( __ICCARM__ )
26-
#pragma system_include /* treat file as system include file for MISRA check */
27-
#elif defined (__clang__)
28-
#pragma clang system_header /* treat file as system include file */
29-
#endif
30-
31-
#ifndef __CMSIS_VERSION_H
32-
#define __CMSIS_VERSION_H
33-
34-
/* CMSIS Version definitions */
35-
#define __CM_CMSIS_VERSION_MAIN ( 5U) /*!< [31:16] CMSIS Core(M) main version */
36-
#define __CM_CMSIS_VERSION_SUB ( 1U) /*!< [15:0] CMSIS Core(M) sub version */
37-
#define __CM_CMSIS_VERSION ((__CM_CMSIS_VERSION_MAIN << 16U) | \
38-
__CM_CMSIS_VERSION_SUB ) /*!< CMSIS Core(M) version number */
39-
#endif
1+
/**************************************************************************//**
2+
* @file cmsis_version.h
3+
* @brief CMSIS Core(M) Version definitions
4+
* @version V5.0.3
5+
* @date 24. June 2019
6+
******************************************************************************/
7+
/*
8+
* Copyright (c) 2009-2019 ARM Limited. All rights reserved.
9+
*
10+
* SPDX-License-Identifier: Apache-2.0
11+
*
12+
* Licensed under the Apache License, Version 2.0 (the License); you may
13+
* not use this file except in compliance with the License.
14+
* You may obtain a copy of the License at
15+
*
16+
* www.apache.org/licenses/LICENSE-2.0
17+
*
18+
* Unless required by applicable law or agreed to in writing, software
19+
* distributed under the License is distributed on an AS IS BASIS, WITHOUT
20+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
* See the License for the specific language governing permissions and
22+
* limitations under the License.
23+
*/
24+
25+
#if defined ( __ICCARM__ )
26+
#pragma system_include /* treat file as system include file for MISRA check */
27+
#elif defined (__clang__)
28+
#pragma clang system_header /* treat file as system include file */
29+
#endif
30+
31+
#ifndef __CMSIS_VERSION_H
32+
#define __CMSIS_VERSION_H
33+
34+
/* CMSIS Version definitions */
35+
#define __CM_CMSIS_VERSION_MAIN ( 5U) /*!< [31:16] CMSIS Core(M) main version */
36+
#define __CM_CMSIS_VERSION_SUB ( 3U) /*!< [15:0] CMSIS Core(M) sub version */
37+
#define __CM_CMSIS_VERSION ((__CM_CMSIS_VERSION_MAIN << 16U) | \
38+
__CM_CMSIS_VERSION_SUB ) /*!< CMSIS Core(M) version number */
39+
#endif

0 commit comments

Comments
 (0)