Skip to content

Commit 0b17d3b

Browse files
committed
Update version of CMSIS files
1 parent afd0dc7 commit 0b17d3b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Diff for: os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file at32f415cx.h
44
* @author Artery Technology & HorrorTroll & Zhaqian
5-
* @version v2.1.2
6-
* @date 05-January-2024
5+
* @version v2.1.4
6+
* @date 01-February-2024
77
* @brief AT32F415Cx header file.
88
*
99
******************************************************************************
@@ -42,11 +42,11 @@
4242
#endif
4343

4444
/**
45-
* @brief CMSIS Device version number V2.1.2
45+
* @brief CMSIS Device version number V2.1.4
4646
*/
4747
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
4848
#define __AT32F415_LIBRARY_VERSION_MIDDLE (0x01) /*!< [23:16] middle version */
49-
#define __AT32F415_LIBRARY_VERSION_MINOR (0x02) /*!< [15:8] minor version */
49+
#define __AT32F415_LIBRARY_VERSION_MINOR (0x04) /*!< [15:8] minor version */
5050
#define __AT32F415_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
5151
#define __AT32F415_LIBRARY_VERSION ((__AT32F415_LIBRARY_VERSION_MAJOR << 24)\
5252
|(__AT32F415_LIBRARY_VERSION_MIDDLE << 16)\

Diff for: os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415kx.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file at32f415kx.h
44
* @author Artery Technology & HorrorTroll & Zhaqian
5-
* @version v2.1.2
6-
* @date 05-January-2024
5+
* @version v2.1.4
6+
* @date 01-February-2024
77
* @brief AT32F415Kx header file.
88
*
99
******************************************************************************
@@ -42,11 +42,11 @@
4242
#endif
4343

4444
/**
45-
* @brief CMSIS Device version number V2.1.2
45+
* @brief CMSIS Device version number V2.1.4
4646
*/
4747
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
4848
#define __AT32F415_LIBRARY_VERSION_MIDDLE (0x01) /*!< [23:16] middle version */
49-
#define __AT32F415_LIBRARY_VERSION_MINOR (0x02) /*!< [15:8] minor version */
49+
#define __AT32F415_LIBRARY_VERSION_MINOR (0x04) /*!< [15:8] minor version */
5050
#define __AT32F415_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
5151
#define __AT32F415_LIBRARY_VERSION ((__AT32F415_LIBRARY_VERSION_MAJOR << 24)\
5252
|(__AT32F415_LIBRARY_VERSION_MIDDLE << 16)\

Diff for: os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415rx.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file at32f415rx.h
44
* @author Artery Technology & HorrorTroll & Zhaqian
5-
* @version v2.1.2
6-
* @date 05-January-2024
5+
* @version v2.1.4
6+
* @date 01-February-2024
77
* @brief AT32F415Rx header file.
88
*
99
******************************************************************************
@@ -42,11 +42,11 @@
4242
#endif
4343

4444
/**
45-
* @brief CMSIS Device version number V2.1.2
45+
* @brief CMSIS Device version number V2.1.4
4646
*/
4747
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
4848
#define __AT32F415_LIBRARY_VERSION_MIDDLE (0x01) /*!< [23:16] middle version */
49-
#define __AT32F415_LIBRARY_VERSION_MINOR (0x02) /*!< [15:8] minor version */
49+
#define __AT32F415_LIBRARY_VERSION_MINOR (0x04) /*!< [15:8] minor version */
5050
#define __AT32F415_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
5151
#define __AT32F415_LIBRARY_VERSION ((__AT32F415_LIBRARY_VERSION_MAJOR << 24)\
5252
|(__AT32F415_LIBRARY_VERSION_MIDDLE << 16)\

0 commit comments

Comments
 (0)