Oopenvela-robotsched/event: fix event module for MISRA compliance
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
sched/event: add nxevent_clear api Add nxevent_clear to clear event mask to an event object. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com> Signed-off-by: Gao Jiawei <gaojiawei@xiaomi.com> | 2 个月前 | |
sched/event: add nxevent_clear api Add nxevent_clear to clear event mask to an event object. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com> Signed-off-by: Gao Jiawei <gaojiawei@xiaomi.com> | 2 个月前 | |
sched/event: add a new event function nxevent_tickwait_wait There are cases that users do not want the event wait object to be allocated automatically in the stack as a temporary varialbe in nxevent_tickwait, since multiple threads will access the varialbe, they want to allocate the object as a global variable for safety control or easy debug. To solve this problem, this patch add a new function nxevent_tickwait_wait implementation to give user the chance to pass the global wait object to it. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com> Signed-off-by: Gao Jiawei <gaojiawei@xiaomi.com> | 2 个月前 | |
sched/event: add nxevent_clear api Add nxevent_clear to clear event mask to an event object. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com> Signed-off-by: Gao Jiawei <gaojiawei@xiaomi.com> | 2 个月前 | |
sched/event: fix event module for MISRA compliance fix multiple implicit casting issues, and use single return pattern Signed-off-by: Gao Jiawei <gaojiawei@xiaomi.com> | 2 个月前 | |
sched: remove csection in event Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
sched/event: fix event module for MISRA compliance fix multiple implicit casting issues, and use single return pattern Signed-off-by: Gao Jiawei <gaojiawei@xiaomi.com> | 2 个月前 | |
sched: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
sched/event: fix event module for MISRA compliance fix multiple implicit casting issues, and use single return pattern Signed-off-by: Gao Jiawei <gaojiawei@xiaomi.com> | 2 个月前 |