Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4

Merged
alex merged 79 commits from feature/test into main 2026-04-02 14:09:29 +01:00
Showing only changes of commit 4cfa80d7a6 - Show all commits

View File

@@ -63,5 +63,31 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON" "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
} }
} }
],
"buildPresets": [
{
"name": "Debug",
"configurePreset": "Debug"
},
{
"name": "Debug32",
"configurePreset": "Debug32"
},
{
"name": "Release",
"configurePreset": "Release"
},
{
"name": "Release32",
"configurePreset": "Release32"
},
{
"name": "MinSizeRel",
"configurePreset": "MinSizeRel"
},
{
"name": "MinSizeRel32",
"configurePreset": "MinSizeRel32"
}
] ]
} }