From f642febe243be802e2575aece69f41dded49997d Mon Sep 17 00:00:00 2001 From: Martin Loren <37680207+martinloren@users.noreply.github.com> Date: Mon, 6 Dec 2021 11:55:52 +0800 Subject: [PATCH] Delete .platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode directory --- .../.vscode/c_cpp_properties.json | 46 ------------------- .../cmsis-acd1_dma/.vscode/extensions.json | 7 --- .../cmsis-acd1_dma/.vscode/launch.json | 34 -------------- .../cmsis-acd1_dma/.vscode/settings.json | 5 -- 4 files changed, 92 deletions(-) delete mode 100644 .platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/c_cpp_properties.json delete mode 100644 .platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/extensions.json delete mode 100644 .platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/launch.json delete mode 100644 .platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/settings.json diff --git a/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/c_cpp_properties.json b/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/c_cpp_properties.json deleted file mode 100644 index cea2fd0..0000000 --- a/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,46 +0,0 @@ -// -// !!! WARNING !!! AUTO-GENERATED FILE! -// PLEASE DO NOT MODIFY IT AND USE "platformio.ini": -// https://docs.platformio.org/page/projectconf/section_env_build.html#build-flags -// -{ - "configurations": [ - { - "name": "PlatformIO", - "includePath": [ - "C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-acd1_dma/include", - "C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-acd1_dma/src", - "C:/Users/Xliloz/.platformio/packages/framework-cmsis@2.50501.200527/CMSIS/Include", - "C:/Users/Xliloz/.platformio/packages/framework-cmsis-at32f40/Include", - "C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-acd1_dma/lib/Delay", - "" - ], - "browse": { - "limitSymbolsToIncludedHeaders": true, - "path": [ - "C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-acd1_dma/include", - "C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-acd1_dma/src", - "C:/Users/Xliloz/.platformio/packages/framework-cmsis@2.50501.200527/CMSIS/Include", - "C:/Users/Xliloz/.platformio/packages/framework-cmsis-at32f40/Include", - "C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-acd1_dma/lib/Delay", - "" - ] - }, - "defines": [ - "PLATFORMIO=50200", - "AT32F403ACGT7", - "" - ], - "cStandard": "c11", - "compilerPath": "C:/Users/Xliloz/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/bin/arm-none-eabi-gcc.exe", - "compilerArgs": [ - "-mcpu=cortex-m4", - "-mthumb", - "-mcpu=cortex-m4", - "-mthumb", - "" - ] - } - ], - "version": 4 -} diff --git a/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/extensions.json b/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/extensions.json deleted file mode 100644 index e80666b..0000000 --- a/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/extensions.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} diff --git a/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/launch.json b/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/launch.json deleted file mode 100644 index 550195f..0000000 --- a/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/launch.json +++ /dev/null @@ -1,34 +0,0 @@ -// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY -// -// PIO Unified Debugger -// -// Documentation: https://docs.platformio.org/page/plus/debugging.html -// Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html - -{ - "version": "0.2.0", - "configurations": [ - { - "type": "platformio-debug", - "request": "launch", - "name": "PIO Debug", - "executable": "C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-acd1_dma/.pio/build/generic f403a/firmware.elf", - "projectEnvName": "generic f403a", - "toolchainBinDir": "C:/Users/Xliloz/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/bin", - "internalConsoleOptions": "openOnSessionStart", - "preLaunchTask": { - "type": "PlatformIO", - "task": "Pre-Debug" - } - }, - { - "type": "platformio-debug", - "request": "launch", - "name": "PIO Debug (skip Pre-Debug)", - "executable": "C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-acd1_dma/.pio/build/generic f403a/firmware.elf", - "projectEnvName": "generic f403a", - "toolchainBinDir": "C:/Users/Xliloz/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/bin", - "internalConsoleOptions": "openOnSessionStart" - } - ] -} diff --git a/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/settings.json b/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/settings.json deleted file mode 100644 index 9ae3c94..0000000 --- a/.platformio/platforms/at32/examples/cmsis-acd1_dma/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "at32f4xx.h": "c" - } -} \ No newline at end of file