5 changed files with 30 additions and 3 deletions
@ -0,0 +1,2 @@ |
|||
CompileFlags: |
|||
CompilationDatabase: build |
|||
@ -0,0 +1,8 @@ |
|||
{ |
|||
"configurations": [ |
|||
{ |
|||
"name": "STM32", |
|||
"compileCommands": "${workspaceFolder}/build/compile_commands.json" |
|||
} |
|||
] |
|||
} |
|||
@ -0,0 +1,15 @@ |
|||
{ |
|||
"cmake.cmakePath": "cube-cmake", |
|||
"cmake.configureArgs": [ |
|||
"-DCMAKE_COMMAND=cube-cmake" |
|||
], |
|||
"cmake.preferredGenerators": [ |
|||
"Ninja" |
|||
], |
|||
"stm32cube-ide-clangd.path": "cube", |
|||
"stm32cube-ide-clangd.arguments": [ |
|||
"starm-clangd", |
|||
"--query-driver=${env:CUBE_BUNDLE_PATH}/gnu-tools-for-stm32/14.3.1+st.2/bin/arm-none-eabi-gcc*", |
|||
"--query-driver=${env:CUBE_BUNDLE_PATH}/gnu-tools-for-stm32/14.3.1+st.2/bin/arm-none-eabi-g++*" |
|||
] |
|||
} |
|||
@ -1 +1 @@ |
|||
Subproject commit 807c9e444b571a585bb1bcf21abf0e625e59ca10 |
|||
Subproject commit 35274be076ac624c61342f01ac755b5ddd324578 |
|||
Loading…
Reference in new issue