- vscode with
ms-vscode.cmake-tools
extensions - cmake >= 3.20 (must in your system environment)
MinGW Make
orninja
(must in your system environment)- toolchain:
arm-none-eabi 8.3.x
(must in your system environment)
-
Open
./.vscode/settings.json
config file and set your CMake Generator by modifycmake.generator
field.By default, we use
MinGW Make
{ "cmake.generator": "MinGW Makefiles", "cmake.buildDirectory": "${workspaceFolder}/build", "files.associations": { "*.h": "c", "*.c": "c", ".cpp": "cpp" } }