nsfs集成,完善posix文件系统接口支持

This commit is contained in:
zhangzheng
2025-02-25 23:59:56 +08:00
parent 8e4d821a1d
commit d8a8b2e3f7
44 changed files with 359 additions and 602 deletions

View File

@@ -15,7 +15,10 @@ umword_t sys_tick_cnt_get(void)
void SysTick_Handler(void)
{
// 进行上下文切换
thread_sched(TRUE);
if (!thread_sched(TRUE))
{
atomic_inc(&thread_get_current()->time_count);
}
sys_tick_cnt++;
#if 0
thread_timeout_check(1);