openharmony_kernel_liteos_m/kernel/include
zhushengle c1b2b15a87 fixed c6600d9 from https://gitee.com/zhushengle/kernel_liteos_m/pulls/281
fix: 优化低功耗流程

1.normal和其它模式分离,流程分层化,使得结构较为清晰
2.tick timer处理实现优化为注册对应机制则默认支持,不注册则不执行,简化使用逻辑
3.添加 pm测试用例
Close #I46VXK

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I7810ce0ca12dce96972399adf88e8319bb487905
2021-09-09 07:50:56 +00:00
..
los_config.h feat: 按任务统计已经alloc的内存大小 2021-08-28 06:14:34 +00:00
los_event.h fix: fix destroy typo 2021-05-18 10:53:39 +08:00
los_membox.h fix: fix LOS_MEMBOX_ALIGNED macro name 2021-04-26 09:42:24 +08:00
los_memory.h feat: 按任务统计已经alloc的内存大小 2021-08-28 06:14:34 +00:00
los_mux.h fix:Fixed kernel error with header protector and header comment description. 2021-04-26 21:13:55 +08:00
los_queue.h fix: 修复QUEUE_INFO_S中waitReadTask无法保存大于32的任务编号 2021-07-28 11:19:39 +08:00
los_sched.h !267 fix: 删除延时节点后,存在时间无法有效刷新的场景 2021-08-19 00:39:21 +00:00
los_sem.h feat: m核新增posix接口sem_getvalue 2021-06-24 10:43:44 +08:00
los_sortlink.h fix: tick 动态化计算优化,减小中断执行时间对系统总体时间的影响,保证软件定时器的响应精度。 2021-08-09 21:16:22 +08:00
los_swtmr.h fix: tick 动态化计算优化,减小中断执行时间对系统总体时间的影响,保证软件定时器的响应精度。 2021-08-09 21:16:22 +08:00
los_task.h fixed c6600d9 from https://gitee.com/zhushengle/kernel_liteos_m/pulls/281 2021-09-09 07:50:56 +00:00
los_tick.h feat: L0 支持低功耗框架 2021-06-22 13:15:06 +08:00