已开启
PR2需求,LOS接口替换为cmsis接口 #4967
huangzijian创建于 1 天前
PR2需求,LOS接口替换为cmsis接口 #4967
已开启
合并受阻
1 天前 添加了label:waiting_on_author
openharmony_ci
1 天前 评论:
1 天前 评论:
感谢提交 Pull Requests !此PR未通过DCO校验。
校验失败可能原因:
1. 未签署“DCO协议”(开发者原创声明协议),在线签署、查看签署状态。
2. Commits 中未包含 Signed-off-by信息,参考FAQ处理。
修复上述问题后,在PR的评论框输入“check dco” ,单击”评论”,系统将再次进行DCO校验。
当前检测到如下Commits 未包含Signed-off-by信息:
Thanks for submitting a pull request. This pull request has not passed the DCO check.
Possible causes:
1. You have not signed the Developer Certificate of Origin (DCO). Sign the DCO and check DCO status.
2. The commits do not contain the Signed-off-by information. To resolve this issue, see FAQs.
After resolving the preceding issues, enter check dco in the comment box of this pull request and click Comment. The system will check DCO status again.
The following commits do not contain the Signed-off-by information:


1 天前 添加了label:dco检查失败
相关的Issue
无
原因(目的、解决的问题等)
当前 param 模块在 LiteOS-M 平台下使用 LOS 内核接口(LOS_MuxCreate/Pend/Post/Delete)进行互斥锁操作。
需要将 LOS 接口替换为 CMSIS-RTOS 标准接口(osMutexNew/Acquire/Release/Delete),
以降低对 LiteOS-M 内核私有接口的依赖,提升代码的可移植性和标准化程度。
描述(做了什么,变更了什么)
param_common.h:
param_osadp.c:
测试用例(新增、改动、可能影响的功能)
验证产品:nearlink_dk_3863(LiteOS-M,RISC-V)
验证方式:
验证产品:hispark_taurus(Linux 内核)
验证方式:
可能影响的功能: