nsfs集成,完善posix文件系统接口支持
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user