[components/driver] update serial (#8567)

This commit is contained in:
fangjianzhou
2024-03-01 10:29:21 +08:00
committed by GitHub
parent 7eccdb471e
commit 00c6800e4e
5 changed files with 229 additions and 9 deletions
+5
View File
@@ -519,3 +519,8 @@ rt_weak void rt_hw_secondary_cpu_idle_exec(void)
rt_hw_wfe();
}
#endif
void rt_hw_console_output(const char *str)
{
rt_fdt_earlycon_output(str);
}