添加completion模块+wait_queue_head模块+schedule_timeout (#70)

* 添加completion模块+wait_queue_head模块+schedule_timeout

* 修复一些bug

* 实现设置pcb名字和vsnprintf (#72)

* 实现pcb设置名字

* 实现设置pcb名字,实现vsnprintf

* 修改set_pcb_name和va_end

* bugfix: 修正一些小问题

Co-authored-by: longjin <longjin@RinGoTek.cn>

* new: FAT32删除文件的功能 (#73)

* new: 将sys_rmdir更改为sys_unlink,.且完成删除文件操作的vfs部分

* new: fat32删除文件

*bugfix: 解决创建文件时的bug

* new: 将可执行文件移动到bin目录下

* 完善completion和wait_queue_head文档,并确保测试ok。

Co-authored-by: longjin <longjin@RinGoTek.cn>
Co-authored-by: houmkh <100781004+houmkh@users.noreply.github.com>
This commit is contained in:
guanjinquan
2022-11-03 21:54:59 +08:00
committed by GitHub
parent c811947dd0
commit 09f8d6f577
15 changed files with 822 additions and 55 deletions

View File

@ -148,6 +148,11 @@
"timer.h": "c",
"hid.h": "c",
"cfs.h": "c",
"rtc.h": "c",
"wait_queue_head.h": "c",
"list.h": "c",
"compiler.h": "c",
"completion.h": "c",
"fat32.h": "c"
},
"C_Cpp.errorSquiggles": "Enabled",