Initial folder structure. added read me. will explain more details later
This commit is contained in:
@@ -7,4 +7,4 @@ docs: BOM, build instructions, and documentation for functions if necessary
|
|||||||
|
|
||||||
firmware: Code for the microcontrollers or modules
|
firmware: Code for the microcontrollers or modules
|
||||||
|
|
||||||
hardware: KiCad/EasyEDA files for the PCB
|
hardware: KiCad/EasyEDA files for the PCBMainboard for the keyboard.
|
||||||
|
|||||||
@@ -8,14 +8,14 @@
|
|||||||
{
|
{
|
||||||
"name": "PlatformIO",
|
"name": "PlatformIO",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"/home/kymkim/Projects/modular-kbd/firmware/components/CAN/CAN-B/Inc",
|
"/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/Inc",
|
||||||
"/home/kymkim/Projects/modular-kbd/firmware/components/CAN/CAN-B/Src",
|
"/home/kymkim/Projects/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/Include",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/Device/ST/STM32F1xx/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/Inc",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/STM32F1xx_HAL_Driver/Src",
|
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/STM32F1xx_HAL_Driver/Src",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/DSP/Include",
|
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/DSP/Include",
|
||||||
"/home/kymkim/Projects/modular-kbd/firmware/components/CAN/CAN-B/.pio/libdeps/bluepill_f103c8/Unity/src",
|
"/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/Common",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/ak4343",
|
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/ak4343",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/cs43l22",
|
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/cs43l22",
|
||||||
@@ -62,14 +62,14 @@
|
|||||||
"browse": {
|
"browse": {
|
||||||
"limitSymbolsToIncludedHeaders": true,
|
"limitSymbolsToIncludedHeaders": true,
|
||||||
"path": [
|
"path": [
|
||||||
"/home/kymkim/Projects/modular-kbd/firmware/components/CAN/CAN-B/Inc",
|
"/home/kymkim/Projects/modular-kbd/firmware/components/can_testing/canblinker/Inc",
|
||||||
"/home/kymkim/Projects/modular-kbd/firmware/components/CAN/CAN-B/Src",
|
"/home/kymkim/Projects/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/Include",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/Device/ST/STM32F1xx/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/Inc",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/STM32F1xx_HAL_Driver/Src",
|
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/STM32F1xx_HAL_Driver/Src",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/DSP/Include",
|
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/CMSIS/DSP/Include",
|
||||||
"/home/kymkim/Projects/modular-kbd/firmware/components/CAN/CAN-B/.pio/libdeps/bluepill_f103c8/Unity/src",
|
"/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/Common",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/ak4343",
|
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/ak4343",
|
||||||
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/cs43l22",
|
"/home/kymkim/.platformio/packages/framework-stm32cubef1/Drivers/BSP/Components/cs43l22",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"type": "platformio-debug",
|
"type": "platformio-debug",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "PIO Debug",
|
"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",
|
"projectEnvName": "bluepill_f103c8",
|
||||||
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
||||||
"internalConsoleOptions": "openOnSessionStart",
|
"internalConsoleOptions": "openOnSessionStart",
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
"type": "platformio-debug",
|
"type": "platformio-debug",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "PIO Debug (skip Pre-Debug)",
|
"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",
|
"projectEnvName": "bluepill_f103c8",
|
||||||
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
||||||
"internalConsoleOptions": "openOnSessionStart",
|
"internalConsoleOptions": "openOnSessionStart",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"type": "platformio-debug",
|
"type": "platformio-debug",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "PIO Debug (without uploading)",
|
"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",
|
"projectEnvName": "bluepill_f103c8",
|
||||||
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
"toolchainBinDir": "/home/kymkim/.platformio/packages/toolchain-gccarmnoneeabi/bin",
|
||||||
"internalConsoleOptions": "openOnSessionStart",
|
"internalConsoleOptions": "openOnSessionStart",
|
||||||
|
|||||||
1
firmware/components/mainboard/README.md
Normal file
1
firmware/components/mainboard/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Mainboard for the keyboard. Would add more info here later.
|
||||||
Reference in New Issue
Block a user