🆕 完成了printk(暂不支持浮点数打印)

This commit is contained in:
fslongjin
2022-01-23 23:17:52 +08:00
parent ebb5ef2141
commit ead838bffd
8 changed files with 443 additions and 137 deletions

View File

@ -2,6 +2,8 @@
"files.associations": {
"stdlib.h": "c",
"stdbool.h": "c",
"printk.h": "c"
"printk.h": "c",
"stdarg.h": "c",
"font.h": "c"
}
}