0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. kernel_liteos_m
  2. /
  3. components
  4. /
  5. exchook
Zzhangdengyurefactor:重构ARM架构下的中断管理框架
eb7e3073创建于 2023年6月14日历史提交
文件最后提交记录最后更新时间
BUILD.gn
fix: 当前仓代码编译告警的问题 【背景】 当前仓代码存在编译告警需要处理 【修改方案】 在测试用例中屏蔽了-Werror选项 在对应的代码处添加了相应函数的声明头文件 【影响】 对现有的产品编译不会有影响。 re #I4N50W Signed-off-by: yinjiaming <yinjiaming@huawei.com> Change-Id: I7dc1e38105aa3d60f9f991f34f88875cccb48463 4 年前
los_exc_info.c
fix: 告警修复 Signed-off-by: arvinzzz <zhaotianyu9@huawei.com> Change-Id: Iaec45e835737c0ae7eea88408b2a1a4a79f1a40c 4 年前
los_exc_info.h
refactor:重构ARM架构下的中断管理框架 方案描述: 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: zhangdengyu <zhangdengyu2@huawei.com> Change-Id: I741df02efb808ac64568b591e7ff460d99e21c30 2 年前
los_exchook.c
fix: modify the return type of LOS_IntLock from UINTPTR to UINT32. Change-Id: I6207e5cb7d612a154a88de4e9e274c67127361d8 4 年前
los_exchook.h
remove __cplusplus guards in .c files Change-Id: Ie25b83a42d3ca35c3a6d624ef01f425a85957d7f 5 年前