openharmony_kernel_liteos_m/arch/arm/arm9/gcc
zhangdengyu eb7e307355 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
2023-06-14 16:15:37 +08:00
..
BUILD.gn fix: 当前仓代码编译告警的问题 2022-01-19 02:27:14 +00:00
los_arch_atomic.h fix: iccarm编译修复 2022-08-01 16:53:18 +08:00
los_arch_context.h chore: move kernel/arch to arch 2021-11-16 00:45:24 +08:00
los_arch_interrupt.h refactor:重构ARM架构下的中断管理框架 2023-06-14 16:15:37 +08:00
los_arch_timer.h feat: 内核提供tick timer框架,支持多架构多平台通用化 2021-12-31 10:50:33 +08:00
los_context.c change LOS_IntLock() to (VOID)LOS_IntLock() 2022-08-15 20:51:29 +08:00
los_dispatch.S chore: move kernel/arch to arch 2021-11-16 00:45:24 +08:00
los_exc.S chore: move kernel/arch to arch 2021-11-16 00:45:24 +08:00
los_interrupt.c refactor:重构ARM架构下的中断管理框架 2023-06-14 16:15:37 +08:00
los_timer.c feat: 同步调度部分优化至liteos_m 2022-02-12 14:52:36 +08:00
reset_vector.S chore: move kernel/arch to arch 2021-11-16 00:45:24 +08:00