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

@@ -8,14 +8,13 @@
{
"name": "PlatformIO",
"includePath": [
"/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/Inc",
"/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/Src",
"/home/kymkim/Projects/CSULB/modular-kbd/firmware/components/can_testing/canblinker/Inc",
"/home/kymkim/Projects/CSULB/modular-kbd/firmware/components/can_testing/canblinker/Src",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/Include",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/STM32F1xx_HAL_Driver/Inc",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/STM32F1xx_HAL_Driver/Src",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/DSP/Include",
"/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/.pio/libdeps/bluepill_f103c8/Unity/src",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/Common",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/ak4343",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/cs43l22",
@@ -62,14 +61,13 @@
"browse": {
"limitSymbolsToIncludedHeaders": true,
"path": [
"/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/Inc",
"/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/Src",
"/home/kymkim/Projects/CSULB/modular-kbd/firmware/components/can_testing/canblinker/Inc",
"/home/kymkim/Projects/CSULB/modular-kbd/firmware/components/can_testing/canblinker/Src",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/Include",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/STM32F1xx_HAL_Driver/Inc",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/STM32F1xx_HAL_Driver/Src",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/DSP/Include",
"/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/.pio/libdeps/bluepill_f103c8/Unity/src",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/Common",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/ak4343",
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/cs43l22",

View File

@@ -12,7 +12,7 @@
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/.pio/build/bluepill_f103c8/firmware.elf",
"executable": "/home/kymkim/Projects/CSULB/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_testing/canblinker/.pio/build/bluepill_f103c8/firmware.elf",
"executable": "/home/kymkim/Projects/CSULB/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_testing/canblinker/.pio/build/bluepill_f103c8/firmware.elf",
"executable": "/home/kymkim/Projects/CSULB/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",