Oopenvela-robotapps: replace atomic_fetch_xxx with atomic_xxx
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
sched/tcb: add a reference count to the TCB to prevent it from being deleted. To replace the large lock with smaller ones and reduce the large locks related to the TCB, in many scenarios, we only need to ensure that the TCB won't be released instead of locking, thus reducing the possibility of lock recursion. Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
Revert "crypto/mbedtls: add BYTE_ORDER to fix compile warning in tasking" This reverts commit 884b342c3f054b04dbbfb450ebf2d304d411827b. Reason for revert: conflict with libcxx byte order check Signed-off-by: makejian <makejian@xiaomi.com> | 2 个月前 | |
apps: replace atomic_fetch_xxx with atomic_xxx Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com> | 2 个月前 | |
tinycrypto: add unix as compile flags to use dev/random Signed-off-by: makejian <makejian@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
webclient: Add _s suffix to internal structures To follow our coding standard. I left the structures which is a part of the API for now. (E.g. struct webclient_context) | 2 个月前 | |
fix cmake code smell issues Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
webclient: Add _s suffix to internal structures To follow our coding standard. I left the structures which is a part of the API for now. (E.g. struct webclient_context) | 2 个月前 | |
webclient: Add _s suffix to internal structures To follow our coding standard. I left the structures which is a part of the API for now. (E.g. struct webclient_context) | 2 个月前 |