Initial folder structure. added read me. will explain more details later
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug",
|
||||
"executable": "/home/kymkim/Projects/modular-kbd/firmware/components/CAN/CAN-B/.pio/build/bluepill_f103c8/firmware.elf",
|
||||
"executable": "/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/.pio/build/bluepill_f103c8/firmware.elf",
|
||||
"projectEnvName": "bluepill_f103c8",
|
||||
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
@@ -26,7 +26,7 @@
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug (skip Pre-Debug)",
|
||||
"executable": "/home/kymkim/Projects/modular-kbd/firmware/components/CAN/CAN-B/.pio/build/bluepill_f103c8/firmware.elf",
|
||||
"executable": "/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/.pio/build/bluepill_f103c8/firmware.elf",
|
||||
"projectEnvName": "bluepill_f103c8",
|
||||
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
@@ -36,7 +36,7 @@
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug (without uploading)",
|
||||
"executable": "/home/kymkim/Projects/modular-kbd/firmware/components/CAN/CAN-B/.pio/build/bluepill_f103c8/firmware.elf",
|
||||
"executable": "/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/.pio/build/bluepill_f103c8/firmware.elf",
|
||||
"projectEnvName": "bluepill_f103c8",
|
||||
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
|
||||
Reference in New Issue
Block a user