support lcd & xtinygui

This commit is contained in:
zhangzheng
2024-02-24 14:30:37 +08:00
parent 0c7ed146c6
commit 433df229c3
147 changed files with 319516 additions and 1381 deletions

View File

@@ -185,6 +185,7 @@ void start_kernel(void)
sys_call_init();
printk("mkrtos init done..\n");
printk("mkrtos running..\n");
printk("sys freq:%d\n", arch_get_sys_clk());
print_mkrtos_info();
sti();
sys_startup(); //!< 开始调度