diff --git a/.gitignore b/.gitignore index e3f69b1..8ef786c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build/ build.em/ build.stm32/ +.vscode/settings.json diff --git a/.vscode/cmake-kits.json b/.vscode/cmake-kits.json new file mode 100644 index 0000000..2d79cf5 --- /dev/null +++ b/.vscode/cmake-kits.json @@ -0,0 +1,6 @@ +[ + { + "name": "32blit", + "toolchainFile": "${env:PATH_32BLIT}/32blit.toolchain" + } +] \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ead1aa4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "cmake.configureSettings": { + "32BLIT_PATH": "${env:PATH_32BLIT}" + }, + "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" +} \ No newline at end of file