From fa5b3744c32b705077319f5d22a3d06e67c350ed Mon Sep 17 00:00:00 2001 From: bartool Date: Sun, 1 Oct 2023 10:45:12 +0200 Subject: [PATCH] own config --- .vscode/c_cpp_properties.json | 2 +- .vscode/launch.json | 1 - .vscode/tasks.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 73c7dc3..6ff448a 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -30,7 +30,7 @@ "USE_HAL_DRIVER", "ULOG_ENABLED" ], - "compilerPath": "C:/MyApps/arm-gcc/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe", + "compilerPath": "C:/Apps/gcc-arm/10.3/bin/arm-none-eabi-gcc.exe", "cStandard": "c11", "cppStandard": "gnu++17", "intelliSenseMode": "windows-gcc-arm" diff --git a/.vscode/launch.json b/.vscode/launch.json index ad2ee45..2b42f2f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,6 @@ "interface": "swd", "svdFile": "STM32F303xE.svd", "preLaunchTask": "${defaultBuildTask}", - "rtos": "C:/MyApps/SEGGER/JLink_V780a/GDBServer/RTOSPlugin_FreeRTOS.dll", "rttConfig": { "enabled": true, "address": "auto", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f5efa4c..26438b4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "f303-freertos", "type": "shell", - "command": "C:/MyApps/mingw64/bin/make.exe", + "command": "C:/Apps/mingw64/bin/make.exe", "options": { "cwd": "${workspaceFolder}" },