update gcc settings
This commit is contained in:
parent
b37c39bc36
commit
e112a8a74f
1 changed files with 2 additions and 3 deletions
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
|
@ -7,10 +7,9 @@
|
|||
"${env:PICO_SDK_PATH}/**"
|
||||
],
|
||||
"defines": [],
|
||||
//"compilerPath": "/usr/lib64/ccache/arm-none-eabi-gcc",
|
||||
"compilerPath": "${env:HOME}/pico/arm-gnu-toolchain/bin/arm-none-eabi-gcc",
|
||||
"compilerPath": "arm-none-eabi-gcc",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "gnu++14",
|
||||
"cppStandard": "gnu++20",
|
||||
"intelliSenseMode": "linux-gcc-arm",
|
||||
"configurationProvider" : "ms-vscode.cmake-tools"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue