update version to v2.1.2

This commit is contained in:
Artery-MCU
2024-01-25 10:06:54 +08:00
parent 35a0cb1069
commit b8dfb37772
103 changed files with 3348 additions and 235 deletions

View File

@@ -124,7 +124,7 @@ extern "C" {
*/
#define __AT32F413_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
#define __AT32F413_LIBRARY_VERSION_MIDDLE (0x01) /*!< [23:16] middle version */
#define __AT32F413_LIBRARY_VERSION_MINOR (0x01) /*!< [15:8] minor version */
#define __AT32F413_LIBRARY_VERSION_MINOR (0x02) /*!< [15:8] minor version */
#define __AT32F413_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
#define __AT32F413_LIBRARY_VERSION ((__AT32F413_LIBRARY_VERSION_MAJOR << 24) | \
(__AT32F413_LIBRARY_VERSION_MIDDLE << 16) | \
@@ -230,7 +230,7 @@ typedef enum IRQn
ACC_IRQn = 72, /*!< acc interrupt */
USBFS_MAPH_IRQn = 73, /*!< usb map hp interrupt */
USBFS_MAPL_IRQn = 74, /*!< usb map lp interrupt */
DMA2_Channel6_7_IRQn = 75, /*!< dma2 channel 6 and channel 7 global interrupt */
DMA2_Channel6_7_IRQn = 75 /*!< dma2 channel 6 and channel 7 global interrupt */
} IRQn_Type;

View File

@@ -1,6 +1,6 @@
;**************************************************************************
;* @file startup_at32f403a_407.s
;* @brief at32f403a_407 startup file for keil
;* @file startup_at32f413.s
;* @brief at32f413 startup file for keil
;* <<< Use Configuration Wizard in Context Menu >>>
;**************************************************************************
;