From 150af159c86e3722487071d572cdf0ee54e3589b Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Sat, 10 Feb 2024 21:53:17 +0100 Subject: [PATCH] vscode config update --- .vscode/c_cpp_properties.json | 3 ++- .vscode/launch.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 1b5abeb..5354715 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -7,7 +7,8 @@ "${env:PICO_SDK_PATH}/**" ], "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", "cppStandard": "gnu++14", "intelliSenseMode": "linux-gcc-arm", diff --git a/.vscode/launch.json b/.vscode/launch.json index b2d3960..170de1a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "request": "launch", "type": "cortex-debug", "servertype": "openocd", - "gdbPath": "gdb-multiarch", + "gdbPath": "arm-none-eabi-gdb", "serverArgs": [ ],