Initial commit

This commit is contained in:
2025-12-24 19:49:58 +03:00
commit 2cde55d401
16 changed files with 939 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@@ -0,0 +1,12 @@
[submodule "firmware/Drivers/CMSIS/Device/ST/STM32F1xx"]
path = firmware/Drivers/CMSIS/Device/ST/STM32F1xx
url = https://github.com/STMicroelectronics/cmsis_device_f1.git
[submodule "firmware/Middlewares/FreeRTOS"]
path = firmware/Middlewares/FreeRTOS
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
[submodule "firmware/Middlewares/TinyUSB"]
path = firmware/Middlewares/TinyUSB
url = https://github.com/hathach/tinyusb.git
[submodule "firmware/Drivers/CMSIS/Core"]
path = firmware/Drivers/CMSIS/Core
url = https://github.com/STMicroelectronics/cmsis_core.git