| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com> | 2 个月前 | |
arch: delete -fno-optimize-sibling-calls Signed-off-by: chenxiaoyi <chenxiaoyi@xiaomi.com> | 2 个月前 | |
arch: delete -fno-optimize-sibling-calls Signed-off-by: chenxiaoyi <chenxiaoyi@xiaomi.com> | 2 个月前 | |
arch/armv7-a: unify switch context from software interrupt Signed-off-by: chao.an <anchao@xiaomi.com> | 2 个月前 | |
uarch/make: use UOBJEXT When building KERNEL mode with PERF_EVENTS_HAVE_USER_ACCESS enabled via make system, we see two issues: - Warning target 'arm_perf.o' given more than once in the same rule - Non-parallel make -j1 often fails, though parallel make succeeds. Based on brainstorming with Xin, this fixes above by using UOBJEXT suffix for userspace objects so that same source can be used for both user and kernel space objects in the same folder. This is also extended to other archs, including ceva which uses sort approach to avoid warnings. Per test with qemu-armv7a sort approach still has make -j1 issue. Signed-off-by: Yanfeng Liu <p-liuyanfeng9@xiaomi.com> | 2 个月前 |