Skip to content

Commit

Permalink
Update version of CMSIS files
Browse files Browse the repository at this point in the history
  • Loading branch information
HorrorTroll committed Jul 3, 2024
1 parent e234b69 commit fbdaa46
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
******************************************************************************
**************************************************************************
* @file at32f415.h
* @author Artery Technology & HorrorTroll & Zhaqian
* @brief AT32F415 header file
*
******************************************************************************
**************************************************************************
* Copyright notice & Disclaimer
*
* The software Board Support Package (BSP) that is made available to
Expand Down
12 changes: 6 additions & 6 deletions os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
******************************************************************************
**************************************************************************
* @file at32f415cx.h
* @author Artery Technology & HorrorTroll & Zhaqian
* @version v2.1.2
* @date 05-January-2024
* @version v2.1.4
* @date 01-February-2024
* @brief AT32F415Cx header file.
*
******************************************************************************
**************************************************************************
* Copyright notice & Disclaimer
*
* The software Board Support Package (BSP) that is made available to
Expand Down Expand Up @@ -42,11 +42,11 @@
#endif

/**
* @brief CMSIS Device version number V2.1.2
* @brief CMSIS Device version number V2.1.4
*/
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
#define __AT32F415_LIBRARY_VERSION_MIDDLE (0x01) /*!< [23:16] middle version */
#define __AT32F415_LIBRARY_VERSION_MINOR (0x02) /*!< [15:8] minor version */
#define __AT32F415_LIBRARY_VERSION_MINOR (0x04) /*!< [15:8] minor version */
#define __AT32F415_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
#define __AT32F415_LIBRARY_VERSION ((__AT32F415_LIBRARY_VERSION_MAJOR << 24)\
|(__AT32F415_LIBRARY_VERSION_MIDDLE << 16)\
Expand Down
12 changes: 6 additions & 6 deletions os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415kx.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
******************************************************************************
**************************************************************************
* @file at32f415kx.h
* @author Artery Technology & HorrorTroll & Zhaqian
* @version v2.1.2
* @date 05-January-2024
* @version v2.1.4
* @date 01-February-2024
* @brief AT32F415Kx header file.
*
******************************************************************************
**************************************************************************
* Copyright notice & Disclaimer
*
* The software Board Support Package (BSP) that is made available to
Expand Down Expand Up @@ -42,11 +42,11 @@
#endif

/**
* @brief CMSIS Device version number V2.1.2
* @brief CMSIS Device version number V2.1.4
*/
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
#define __AT32F415_LIBRARY_VERSION_MIDDLE (0x01) /*!< [23:16] middle version */
#define __AT32F415_LIBRARY_VERSION_MINOR (0x02) /*!< [15:8] minor version */
#define __AT32F415_LIBRARY_VERSION_MINOR (0x04) /*!< [15:8] minor version */
#define __AT32F415_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
#define __AT32F415_LIBRARY_VERSION ((__AT32F415_LIBRARY_VERSION_MAJOR << 24)\
|(__AT32F415_LIBRARY_VERSION_MIDDLE << 16)\
Expand Down
12 changes: 6 additions & 6 deletions os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415rx.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
******************************************************************************
**************************************************************************
* @file at32f415rx.h
* @author Artery Technology & HorrorTroll & Zhaqian
* @version v2.1.2
* @date 05-January-2024
* @version v2.1.4
* @date 01-February-2024
* @brief AT32F415Rx header file.
*
******************************************************************************
**************************************************************************
* Copyright notice & Disclaimer
*
* The software Board Support Package (BSP) that is made available to
Expand Down Expand Up @@ -42,11 +42,11 @@
#endif

/**
* @brief CMSIS Device version number V2.1.2
* @brief CMSIS Device version number V2.1.4
*/
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
#define __AT32F415_LIBRARY_VERSION_MIDDLE (0x01) /*!< [23:16] middle version */
#define __AT32F415_LIBRARY_VERSION_MINOR (0x02) /*!< [15:8] minor version */
#define __AT32F415_LIBRARY_VERSION_MINOR (0x04) /*!< [15:8] minor version */
#define __AT32F415_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
#define __AT32F415_LIBRARY_VERSION ((__AT32F415_LIBRARY_VERSION_MAJOR << 24)\
|(__AT32F415_LIBRARY_VERSION_MIDDLE << 16)\
Expand Down

0 comments on commit fbdaa46

Please sign in to comment.