Remove useless codes, supplementary license and descriptions clearer

This commit is contained in:
Huang_Yuqing
2021-04-30 16:00:51 +08:00
parent 3ba05d0a71
commit bd275f2f2a
10 changed files with 36 additions and 26 deletions

View File

@@ -42,13 +42,24 @@
*/
/**
* @file coreclock.c
* @file interrupt_vector.S
* @brief derived from ST standard peripheral library
* @version 1.0
* @author AIIT XUOS Lab
* @date 2021-04-25
*/
/*************************************************
File name: interrupt_vector.S
Description: Interrupt Vectors
Others:
History:
1. Date: 2021-04-29
Author: AIIT XUOS Lab
Modification:
1. take startup_stm32f407xx.s for XiUOS
*************************************************/
.globl InterruptVectors
/******************************************************************************