refactor: Refactored the kernel boot process and added a init framework

close: #I3I768

Change-Id: I4f801df4abe1a9afdf43391c28276e96a5e81513
This commit is contained in:
arvinzzz
2021-05-20 16:45:43 +08:00
parent 8a48f4926a
commit 8cde768588
49 changed files with 824 additions and 668 deletions

View File

@@ -42,7 +42,7 @@ extern "C" {
#endif /* __cplusplus */
#ifdef LOSCFG_SHELL_LK
extern VOID OsLkLoggerInit(const CHAR *str);
extern UINT32 OsLkLoggerInit(VOID);
#endif
extern CmdItem g_shellcmd[];