sample 2x2 modul

This commit is contained in:
2025-07-15 08:38:40 -07:00
parent 50981f9d2c
commit 7c3e08d5de
24 changed files with 1925 additions and 16 deletions

View File

@@ -0,0 +1,47 @@
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
//
// PlatformIO Debugging Solution
//
// Documentation: https://docs.platformio.org/en/latest/plus/debugging.html
// Configuration: https://docs.platformio.org/en/latest/projectconf/sections/env/options/debug/index.html
{
"version": "0.2.0",
"configurations": [
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "/home/kymkim/Projects/CSULB/modular-kbd/firmware/components/modules/sample_module/.pio/build/bluepill_f103c8/firmware.elf",
"projectEnvName": "bluepill_f103c8",
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/home/kymkim/.platformio/platforms/ststm32/misc/svd/STM32F103xx.svd",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/home/kymkim/Projects/CSULB/modular-kbd/firmware/components/modules/sample_module/.pio/build/bluepill_f103c8/firmware.elf",
"projectEnvName": "bluepill_f103c8",
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/home/kymkim/.platformio/platforms/ststm32/misc/svd/STM32F103xx.svd"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "/home/kymkim/Projects/CSULB/modular-kbd/firmware/components/modules/sample_module/.pio/build/bluepill_f103c8/firmware.elf",
"projectEnvName": "bluepill_f103c8",
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/home/kymkim/.platformio/platforms/ststm32/misc/svd/STM32F103xx.svd",
"loadMode": "manual"
}
]
}