From fbdaa46d1a98295616063ab4e32f439c3e8cc34a Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Wed, 3 Jul 2024 14:04:41 +0700 Subject: [PATCH] Update version of CMSIS files --- os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415.h | 4 ++-- os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h | 12 ++++++------ os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415kx.h | 12 ++++++------ os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415rx.h | 12 ++++++------ 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415.h b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415.h index 07550788dd..ce0861468d 100644 --- a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415.h +++ b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415.h @@ -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 diff --git a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h index 1cd3e4e0f7..2507e3c7df 100644 --- a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h +++ b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h @@ -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 @@ -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)\ diff --git a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415kx.h b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415kx.h index 2bc82557c5..994bd9891b 100644 --- a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415kx.h +++ b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415kx.h @@ -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 @@ -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)\ diff --git a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415rx.h b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415rx.h index fdd170d7af..c3b77c5c92 100644 --- a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415rx.h +++ b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415rx.h @@ -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 @@ -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)\