diff --git a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h index 56971de4eb..acb83d0a07 100644 --- a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h +++ b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415cx.h @@ -2,8 +2,8 @@ ************************************************************************** * @file at32f415cx.h * @author Artery Technology & HorrorTroll & Zhaqian - * @version v2.1.4 - * @date 01-February-2024 + * @version v2.1.6 + * @date 13-December-2024 * @brief AT32F415Cx header file. * ************************************************************************** @@ -42,11 +42,11 @@ #endif /** - * @brief CMSIS Device version number V2.1.4 + * @brief CMSIS Device version number V2.1.6 */ #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 (0x04) /*!< [15:8] minor version */ +#define __AT32F415_LIBRARY_VERSION_MINOR (0x06) /*!< [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 a5f1df878a..7b02735fa1 100644 --- a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415kx.h +++ b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415kx.h @@ -2,8 +2,8 @@ ************************************************************************** * @file at32f415kx.h * @author Artery Technology & HorrorTroll & Zhaqian - * @version v2.1.4 - * @date 01-February-2024 + * @version v2.1.6 + * @date 13-December-2024 * @brief AT32F415Kx header file. * ************************************************************************** @@ -42,11 +42,11 @@ #endif /** - * @brief CMSIS Device version number V2.1.4 + * @brief CMSIS Device version number V2.1.6 */ #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 (0x04) /*!< [15:8] minor version */ +#define __AT32F415_LIBRARY_VERSION_MINOR (0x06) /*!< [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 6367310ce1..9e8cee8114 100644 --- a/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415rx.h +++ b/os/common/ext/CMSIS/ArteryTek/AT32F415/at32f415rx.h @@ -2,8 +2,8 @@ ************************************************************************** * @file at32f415rx.h * @author Artery Technology & HorrorTroll & Zhaqian - * @version v2.1.4 - * @date 01-February-2024 + * @version v2.1.6 + * @date 13-December-2024 * @brief AT32F415Rx header file. * ************************************************************************** @@ -42,11 +42,11 @@ #endif /** - * @brief CMSIS Device version number V2.1.4 + * @brief CMSIS Device version number V2.1.6 */ #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 (0x04) /*!< [15:8] minor version */ +#define __AT32F415_LIBRARY_VERSION_MINOR (0x06) /*!< [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/hal/ports/AT32/AT32F415/at32_isr.h b/os/hal/ports/AT32/AT32F415/at32_isr.h index bfc4aa7cda..277b402f45 100644 --- a/os/hal/ports/AT32/AT32F415/at32_isr.h +++ b/os/hal/ports/AT32/AT32F415/at32_isr.h @@ -210,15 +210,6 @@ #define AT32_TMR4_NUMBER 30 #define AT32_TMR5_NUMBER 50 -/* Aliases.*/ -#define AT32_TMR9_HANDLER VectorA0 -#define AT32_TMR10_HANDLER VectorA4 -#define AT32_TMR11_HANDLER VectorA8 - -#define AT32_TMR9_NUMBER 24 -#define AT32_TMR10_NUMBER 25 -#define AT32_TMR11_NUMBER 26 - /* * USART units. */