vscode config update

This commit is contained in:
Martin Brodbeck 2024-02-10 21:53:17 +01:00
parent 880bd0545f
commit 150af159c8
2 changed files with 3 additions and 2 deletions

View file

@ -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
View file

@ -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": [
], ],