From e112a8a74f46f247adec15c056661d4de591f88b Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 21 Feb 2024 08:28:21 +0100 Subject: [PATCH] update gcc settings --- .vscode/c_cpp_properties.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 5354715..3b01449 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -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" }