feat(components): add uname support

This commit is contained in:
xqyjlj
2023-03-31 10:56:37 +08:00
committed by guo
parent c3b08d4288
commit 157dc0959c
5 changed files with 94 additions and 0 deletions
+5
View File
@@ -348,6 +348,11 @@ rt_weak void rt_hw_secondary_cpu_idle_exec(void)
*/
/*@{*/
const char *rt_hw_cpu_arch(void)
{
return "aarch64";
}
/** shutdown CPU */
rt_weak void rt_hw_cpu_shutdown()
{