File tree 3 files changed +12
-12
lines changed
os/common/ext/CMSIS/ArteryTek/AT32F415
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
******************************************************************************
3
3
* @file at32f415cx.h
4
4
* @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
7
7
* @brief AT32F415Cx header file.
8
8
*
9
9
******************************************************************************
42
42
#endif
43
43
44
44
/**
45
- * @brief CMSIS Device version number V2.1.2
45
+ * @brief CMSIS Device version number V2.1.4
46
46
*/
47
47
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
48
48
#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 */
50
50
#define __AT32F415_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
51
51
#define __AT32F415_LIBRARY_VERSION ((__AT32F415_LIBRARY_VERSION_MAJOR << 24)\
52
52
|(__AT32F415_LIBRARY_VERSION_MIDDLE << 16)\
Original file line number Diff line number Diff line change 2
2
******************************************************************************
3
3
* @file at32f415kx.h
4
4
* @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
7
7
* @brief AT32F415Kx header file.
8
8
*
9
9
******************************************************************************
42
42
#endif
43
43
44
44
/**
45
- * @brief CMSIS Device version number V2.1.2
45
+ * @brief CMSIS Device version number V2.1.4
46
46
*/
47
47
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
48
48
#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 */
50
50
#define __AT32F415_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
51
51
#define __AT32F415_LIBRARY_VERSION ((__AT32F415_LIBRARY_VERSION_MAJOR << 24)\
52
52
|(__AT32F415_LIBRARY_VERSION_MIDDLE << 16)\
Original file line number Diff line number Diff line change 2
2
******************************************************************************
3
3
* @file at32f415rx.h
4
4
* @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
7
7
* @brief AT32F415Rx header file.
8
8
*
9
9
******************************************************************************
42
42
#endif
43
43
44
44
/**
45
- * @brief CMSIS Device version number V2.1.2
45
+ * @brief CMSIS Device version number V2.1.4
46
46
*/
47
47
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
48
48
#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 */
50
50
#define __AT32F415_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
51
51
#define __AT32F415_LIBRARY_VERSION ((__AT32F415_LIBRARY_VERSION_MAJOR << 24)\
52
52
|(__AT32F415_LIBRARY_VERSION_MIDDLE << 16)\
You can’t perform that action at this time.
0 commit comments