mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
✨ feat(components): add uname support
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user