zhushengle
7657aadc20
feat: 修复低功耗下时间更新缺陷
1.注释说明低功耗框架中tickLock和tickUnlock两个钩子函数的要求
2.解决极端情况下OsTickTimerBaseReset断言失败的问题
BREAKING CHANGE:
修复低功耗下时间更新缺陷对外变更描述:
低功耗启用另一个低功耗timer时:
LosPmTickTimer 中tickLock函数的功能实现描述由原来的:暂停系统tick timer 修改为:关闭系统tick timer,并将timer的count值清零
LosPmTickTimer 中tickUnlock函数的功能实现描述由原来的:恢复系统tick timer 修改为:重新启动系统tick timer
Close #I5O80Z
Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I2ee17518e4a388ff5a1f9e3d8d7c61c81aa3e569
2022-12-05 17:01:37 +08:00
..
2022-05-06 07:44:02 +00:00
2022-01-19 02:27:14 +00:00
2022-07-29 08:30:38 +00:00
2022-06-23 09:46:16 +08:00
2022-08-26 04:45:26 +00:00
2022-07-29 08:30:38 +00:00
2022-12-01 06:18:16 +00:00
2022-06-14 11:31:18 +08:00
2022-07-29 08:30:38 +00:00
2022-08-15 19:56:39 +08:00
2022-10-17 20:33:11 +08:00
2022-12-05 17:01:37 +08:00
2022-09-24 22:11:27 +08:00
2022-10-25 12:19:46 +08:00
2022-02-15 18:53:30 +08:00
2022-11-08 18:32:41 +08:00
2022-05-06 07:44:02 +00:00