mirror of
https://github.com/martinloren/Artery-AT32-PlatformIO.git
synced 2026-05-21 09:22:14 +00:00
Delete .platformio/platforms/at32/examples/cmsis-blink/.vscode directory
This commit is contained in:
@@ -1,51 +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-blink/include",
|
|
||||||
"C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-blink/src",
|
|
||||||
"C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-blink/lib/Delay",
|
|
||||||
"C:/Users/Xliloz/.platformio/packages/framework-cmsis@2.50501.200527/CMSIS/Include",
|
|
||||||
"C:/Users/Xliloz/.platformio/packages/framework-cmsis-at32f40/Include",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"browse": {
|
|
||||||
"limitSymbolsToIncludedHeaders": true,
|
|
||||||
"path": [
|
|
||||||
"C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-blink/include",
|
|
||||||
"C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-blink/src",
|
|
||||||
"C:/Users/Xliloz/.platformio/platforms/at32/examples/cmsis-blink/lib/Delay",
|
|
||||||
"C:/Users/Xliloz/.platformio/packages/framework-cmsis@2.50501.200527/CMSIS/Include",
|
|
||||||
"C:/Users/Xliloz/.platformio/packages/framework-cmsis-at32f40/Include",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"defines": [
|
|
||||||
"PLATFORMIO=50200",
|
|
||||||
"AT32F403ACGT7",
|
|
||||||
"DFU_MODE",
|
|
||||||
"USER_VECT_TAB_ADDRESS",
|
|
||||||
"VECT_TAB_OFFSET=0x2000",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"cStandard": "c11",
|
|
||||||
"compilerPath": "C:/Users/Xliloz/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/bin/arm-none-eabi-gcc.exe",
|
|
||||||
"compilerArgs": [
|
|
||||||
"-mfpu=fpv4-sp-d16",
|
|
||||||
"-mfloat-abi=hard",
|
|
||||||
"-mcpu=cortex-m4",
|
|
||||||
"-mthumb",
|
|
||||||
"-mfpu=fpv4-sp-d16",
|
|
||||||
"-mfloat-abi=hard",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
||||||
// for the documentation about the extensions.json format
|
|
||||||
"recommendations": [
|
|
||||||
"platformio.platformio-ide"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -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-blink/.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-blink/.pio/build/generic f403a/firmware.elf",
|
|
||||||
"projectEnvName": "generic f403a",
|
|
||||||
"toolchainBinDir": "C:/Users/Xliloz/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/bin",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"files.associations": {
|
|
||||||
"at32f4xx.h": "c"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user