🔨 Rename "BTT" things, MCU-based SKR 2 (#27319)

Co-authored-by: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
This commit is contained in:
Scott Lahteine
2024-07-29 13:25:17 -05:00
committed by GitHub
parent 6e69ff93ef
commit dde89795c9
56 changed files with 102 additions and 63 deletions
@@ -20,7 +20,7 @@
"showDevDebugOutput": false,
"configFiles": [ "interface/stlink.cfg", "target/stm32f4x.cfg" ],
"device": "stlink",
"executable": "${workspaceRoot}/.pio/build/BIGTREE_SKR_2_USB_debug/firmware.elf",
"executable": "${workspaceRoot}/.pio/build/STM32F407VG_btt_USB_debug/firmware.elf",
"openOCDLaunchCommands": [ "init", "reset init" ],
"svdFile": "${env:HOME}/.platformio/platforms/ststm32@12.1.1/misc/svd/STM32F40x.svd",
},