FreeRTOS Add Boot Time

This commit is contained in:
2024-12-29 17:24:29 +08:00
parent dbfdce8ec9
commit f4f1772db6
8 changed files with 85 additions and 6 deletions

View File

@@ -4,7 +4,9 @@
"files.associations": {
"cstring": "cpp",
"random": "cpp",
"system_error": "c"
"system_error": "c",
"*.tcc": "cpp",
"streambuf": "cpp"
},
"cmake.ignoreCMakeListsMissing": true
}