增加内存管理,但是还存在问题

This commit is contained in:
zhangzheng
2024-04-06 16:08:27 +00:00
parent 8a6213adf4
commit dd5886e642
62 changed files with 2597 additions and 116 deletions

25
.vscode/settings.json vendored
View File

@@ -34,8 +34,31 @@
"u_sys.h": "c",
"arch.h": "c",
"*.in": "c",
"buddy.h": "c"
"buddy.h": "c",
"thread_arch.h": "c",
"random": "c",
"chrono": "c",
"compare": "c",
"functional": "c",
"ratio": "c",
"tuple": "c",
"type_traits": "c",
"variant": "c",
"mln_rbtree.h": "c",
"rbtree_mm.h": "c",
"early_boot.h": "c",
"obj_space.h": "c",
"mm.h": "c",
"asm_config.h": "c",
"u_types.h": "c",
"err.h": "c",
"u_prot.h": "c",
"vma.h": "c",
"thread.h": "c",
"thread_knl.h": "c"
},
"cortex-debug.showRTOS": false,
"cortex-debug.variableUseNaturalFormat": false,
"C_Cpp.default.systemIncludePath": [""],
"C_Cpp.default.forcedInclude": ["${workspaceFolder}/build/autoconf.h"]
}