Initial commit
This commit is contained in:
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal 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
|
||||
Reference in New Issue
Block a user