• Z
    refactor:重构ARM架构下的中断管理框架 · eb7e3073
    zhangdengyu 提交于
    方案描述:
    1、在最外层arch/include/los_interrupt.h中定义数据结构、声明对外接口;
    2、在arch/arm/common实现arm架构中断通用的接口定义与声明;
    3、在arch/arm/xxx中实现针对xxx架构的差异化实现;
    4、在cortex-m7/gcc中未实现SysTickHandler函数,现将其实现
    
    Close: #I76K6S
    Signed-off-by: Nzhangdengyu <zhangdengyu2@huawei.com>
    Change-Id: I741df02efb808ac64568b591e7ff460d99e21c30
    eb7e3073
los_common_interrupt.c 8.9 KB