parent
ce6b581f65
commit
e7d358e0d3
@ -0,0 +1,20 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"/home/jerome/Arduino/libraries/**",
|
||||
"/home/jerome/.arduino15/packages/STM32/tools/**",
|
||||
"/home/jerome/.arduino15/packages/STM32/hardware/stm32/1.8.0/**"
|
||||
],
|
||||
"forcedInclude": [
|
||||
"/home/jerome/.arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/Arduino.h"
|
||||
],
|
||||
"intelliSenseMode": "gcc-x64",
|
||||
"compilerPath": "/usr/bin/clang",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
@ -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": "/home/jerome/spare/hoverboard/hoverboard-firmware-hack-FOC/02_Arduino/hoverserial/.pio/build/bluepill_f103c8_128k/firmware.elf",
|
||||
"toolchainBinDir": "/home/jerome/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
||||
"svdPath": "/home/jerome/.platformio/platforms/ststm32/misc/svd/STM32F103xx.svd",
|
||||
"preLaunchTask": {
|
||||
"type": "PlatformIO",
|
||||
"task": "Pre-Debug"
|
||||
},
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
},
|
||||
{
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug (skip Pre-Debug)",
|
||||
"executable": "/home/jerome/spare/hoverboard/hoverboard-firmware-hack-FOC/02_Arduino/hoverserial/.pio/build/bluepill_f103c8_128k/firmware.elf",
|
||||
"toolchainBinDir": "/home/jerome/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
||||
"svdPath": "/home/jerome/.platformio/platforms/ststm32/misc/svd/STM32F103xx.svd",
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in new issue