nsfs集成,完善posix文件系统接口支持

This commit is contained in:
zhangzheng
2025-02-25 23:59:56 +08:00
parent 8e4d821a1d
commit d8a8b2e3f7
44 changed files with 359 additions and 602 deletions

View File

@@ -195,10 +195,14 @@
"socket.h": "c",
"net_svr.h": "c",
"inet.h": "c",
"u_malloc.h": "c"
"u_malloc.h": "c",
"nsfs.h": "c"
},
"cortex-debug.showRTOS": false,
"cortex-debug.variableUseNaturalFormat": true,
"C_Cpp.default.systemIncludePath": [""],
"C_Cpp.default.forcedInclude": ["${workspaceFolder}/build/autoconf.h"]
"C_Cpp.default.forcedInclude": [
"${workspaceFolder}/build/autoconf.h"
],
"C_Cpp.errorSquiggles": "disabled"
}