updated to catch up with gcc13 and other modern softwares
上级
显示
+625 -0
.gitignore
0 → 100644
.vscode/.gitignore
0 → 100644
.vscode/c_cpp_properties.json
0 → 100644
.vscode/launch.json
0 → 100644
.vscode/settings.json
0 → 100644
Makefile
0 → 100644
README.md
0 → 100644
doc/launch(方法一).json
0 → 100644
doc/tasks(方法一).json
0 → 100644
doc/使用VSCode进行OOS GDB调试 方法一 刘吉加 陈元哲.pdf
0 → 100644
+ 0
- 0
文件已添加
doc/使用VSCode配置GDB的远程开发环境 方法二.pdf
0 → 100644
+ 0
- 0
文件已添加
lib/include/file.h
0 → 100644
lib/include/malloc.h
0 → 100644
lib/include/stddef.h
0 → 100644
lib/include/stdio.h
0 → 100644
lib/include/stdlib.h
0 → 100644
lib/include/string.h
0 → 100644
lib/include/sys.h
0 → 100644
lib/include/time.h
0 → 100644
lib/src/CMakeLists.txt
0 → 100644
想要评论请 注册 或 登录