update version to v2.0.8

This commit is contained in:
Artery-MCU
2022-11-22 18:18:07 +08:00
parent d95c5fb9e8
commit d4910499d3
1365 changed files with 13037 additions and 14600 deletions

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file at32f415.h
* @version v2.0.7
* @date 2022-08-16
* @brief at32f415 header file
**************************************************************************
* Copyright notice & Disclaimer
@@ -70,6 +68,23 @@ extern "C" {
#define AT32F415xx
#endif
#if defined (AT32F415RCT7) || defined (AT32F415RCT7_7) || defined (AT32F415RBT7) || \
defined (AT32F415RBT7_7) || defined (AT32F415R8T7) || defined (AT32F415R8T7_7)
#define AT32F415Rx
#endif
#if defined (AT32F415CCT7) || defined (AT32F415CCU7) || defined (AT32F415CBT7) || \
defined (AT32F415CBU7) || defined (AT32F415C8T7)
#define AT32F415Cx
#endif
#if defined (AT32F415KCU7_4) || defined (AT32F415KBU7_4) || defined (AT32F415K8U7_4)
#define AT32F415Kx
#endif
#ifndef USE_STDPERIPH_DRIVER
/**
* @brief comment the line below if you will not use the peripherals drivers.
@@ -89,7 +104,7 @@ extern "C" {
*/
#define __AT32F415_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
#define __AT32F415_LIBRARY_VERSION_MIDDLE (0x00) /*!< [23:16] middle version */
#define __AT32F415_LIBRARY_VERSION_MINOR (0x07) /*!< [15:8] minor version */
#define __AT32F415_LIBRARY_VERSION_MINOR (0x08) /*!< [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) | \

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file at32f415_conf.h
* @version v2.0.7
* @date 2022-08-16
* @brief at32f415 config header file
**************************************************************************
* Copyright notice & Disclaimer

View File

@@ -1,8 +1,6 @@
/**
******************************************************************************
* @file startup_at32f415.s
* @version v2.0.7
* @date 2022-08-16
* @brief at32f415xx devices vector table for gcc toolchain.
* this module performs:
* - set the initial sp

View File

@@ -1,7 +1,5 @@
;**************************************************************************
;* @file startup_at32f415.s
;* @version v2.0.7
;* @date 2022-08-16
;* @brief at32f415 startup file for IAR Systems
;**************************************************************************
;

View File

@@ -1,7 +1,5 @@
;**************************************************************************
;* @file startup_at32f415.s
;* @version v2.0.7
;* @date 2022-08-16
;* @brief at32f415 startup file for keil
;* <<< Use Configuration Wizard in Context Menu >>>
;**************************************************************************

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file system_at32f415.c
* @version v2.0.7
* @date 2022-08-16
* @brief contains all the functions for cmsis cortex-m4 system source file
**************************************************************************
* Copyright notice & Disclaimer

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file system_at32f415.h
* @version v2.0.7
* @date 2022-08-16
* @brief cmsis cortex-m4 system header file.
**************************************************************************
* Copyright notice & Disclaimer

View File

@@ -1,8 +1,8 @@
/******************************************************************************
* @file arm_sorting.h
* @version v2.0.7
* @date 2022-08-16
* @brief Private header file for CMSIS DSP Library
* @version V1.7.0
* @date 2019
******************************************************************************/
/*
* Copyright (c) 2010-2019 Arm Limited or its affiliates. All rights reserved.

View File

@@ -1,8 +1,8 @@
/******************************************************************************
* @file arm_vec_fft.h
* @version v2.0.7
* @date 2022-08-16
* @brief Private header file for CMSIS DSP Library
* @version V1.7.0
* @date 07. January 2020
******************************************************************************/
/*
* Copyright (c) 2010-2020 Arm Limited or its affiliates. All rights reserved.

View File

@@ -1,8 +1,8 @@
/******************************************************************************
* @file arm_vec_filtering.h
* @version v2.0.7
* @date 2022-08-16
* @brief Private header file for CMSIS DSP Library
* @version V1.7.0
* @date 30. October 2019
******************************************************************************/
/*
* Copyright (c) 2010-2019 Arm Limited or its affiliates. All rights reserved.

View File

@@ -1,8 +1,8 @@
/******************************************************************************
* @file arm_math.h
* @version v2.0.7
* @date 2022-08-16
* @brief Public header file for CMSIS DSP Library
* @version V1.7.0
* @date 18. March 2019
******************************************************************************/
/*
* Copyright (c) 2010-2019 Arm Limited or its affiliates. All rights reserved.

View File

@@ -1,8 +1,8 @@
/******************************************************************************
* @file arm_vec_math.h
* @version v2.0.7
* @date 2022-08-16
* @brief Public header file for CMSIS DSP Library
* @version V1.7.0
* @date 15. October 2019
******************************************************************************/
/*
* Copyright (c) 2010-2019 Arm Limited or its affiliates. All rights reserved.