You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.5 KiB
34 lines
1.5 KiB
// 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"
|
|
}
|
|
]
|
|
} |