vscode config update
This commit is contained in:
parent
880bd0545f
commit
150af159c8
2 changed files with 3 additions and 2 deletions
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
|
@ -7,7 +7,8 @@
|
||||||
"${env:PICO_SDK_PATH}/**"
|
"${env:PICO_SDK_PATH}/**"
|
||||||
],
|
],
|
||||||
"defines": [],
|
"defines": [],
|
||||||
"compilerPath": "/usr/lib64/ccache/arm-none-eabi-gcc",
|
//"compilerPath": "/usr/lib64/ccache/arm-none-eabi-gcc",
|
||||||
|
"compilerPath": "${env:HOME}/pico/arm-gnu-toolchain/bin/arm-none-eabi-gcc",
|
||||||
"cStandard": "gnu17",
|
"cStandard": "gnu17",
|
||||||
"cppStandard": "gnu++14",
|
"cppStandard": "gnu++14",
|
||||||
"intelliSenseMode": "linux-gcc-arm",
|
"intelliSenseMode": "linux-gcc-arm",
|
||||||
|
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -11,7 +11,7 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"type": "cortex-debug",
|
"type": "cortex-debug",
|
||||||
"servertype": "openocd",
|
"servertype": "openocd",
|
||||||
"gdbPath": "gdb-multiarch",
|
"gdbPath": "arm-none-eabi-gdb",
|
||||||
"serverArgs": [
|
"serverArgs": [
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue