You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
491 B
15 lines
491 B
|
1 day ago
|
{
|
||
|
|
"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++*"
|
||
|
|
]
|
||
|
|
}
|