IssueNo:#I3IK07

Description:liteos_m scheduling optimization and low power design.
Sig:kernel
Feature or Bugfix:Feature
Binary Source:No

Change-Id: If913b673c9b69039b51ca416be0a77ebccf2773b
This commit is contained in:
zhushengle
2021-04-13 12:30:01 +08:00
parent c6a520b7f8
commit f685eeb97d
73 changed files with 2376 additions and 2717 deletions

4
kernel/src/los_init.c Executable file → Normal file
View File

@@ -175,10 +175,6 @@ LITE_OS_SEC_TEXT_INIT UINT32 LOS_KernelInit(VOID)
}
#endif
#if (LOSCFG_BASE_CORE_TIMESLICE == 1)
OsTimesliceInit();
#endif
ret = OsIdleTaskCreate();
if (ret != LOS_OK) {
return ret;