创建空白工程,并且加入了FREERTOS

This commit is contained in:
2026-02-02 13:19:24 +08:00
commit 22380b09a1
981 changed files with 616071 additions and 0 deletions

10
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "STM32",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}