update components & lwp. (#7888)

This commit is contained in:
geniusgogo
2023-08-07 12:22:14 -04:00
committed by GitHub
parent 7e7b303dd4
commit 4d20416b2f
19 changed files with 969 additions and 81 deletions
+7
View File
@@ -75,6 +75,13 @@ rt_weak const char *rt_hw_cpu_arch(void)
return "unknown";
}
rt_weak void rt_hw_cpu_reset(void)
{
LOG_D("rt_hw_cpu_reset() doesn't support for this board."
"Please consider implementing rt_hw_cpu_reset() in another file.");
return ;
}
static const char* rt_errno_strs[] =
{
"OK",