Put timing information in cpu structure

This commit is contained in:
2022-01-20 21:51:55 +01:00
parent 7e3febe699
commit 9ef3c195d0
4 changed files with 21 additions and 5 deletions

View File

@@ -12,4 +12,10 @@
"C_Cpp.default.includePath": ["src/kernel/include", "sysroot/usr/include"],
"C_Cpp.default.cStandard": "c17",
"files.associations": {
"cpu.h": "c"
},
"[c]": {
"editor.tabSize": 2,
},
}