-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 去除重复的代码 * 修复windows下脚本权限问题 * 更新第三方库,添加国内镜像
- Loading branch information
Showing
4 changed files
with
70 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[submodule "lib/host-protocol"] | ||
path = lib/host-protocol | ||
url =https://gitee.com/x-robot/host-protocol.git | ||
[submodule "stm32_cmsis"] | ||
path = hw/mcu/st/cmsis_device_f4 | ||
url = https://gitee.com/x-robot/cmsis_device_f4.git | ||
[submodule "stm32_hal"] | ||
path = hw/mcu/st/stm32f4xx_hal_driver | ||
url = https://gitee.com/x-robot/stm32f4xx_hal_driver.git | ||
[submodule "freertos"] | ||
path = lib/freertos | ||
url = https://gitee.com/x-robot/FreeRTOS-Kernel.git | ||
[submodule "arm_cmsis"] | ||
path = lib/cmsis_5 | ||
url = https://gitee.com/x-robot/CMSIS_5.git | ||
[submodule "tinyusb"] | ||
path = lib/tinyusb | ||
url = https://gitee.com/x-robot/tinyusb.git | ||
[submodule "lib/one-message"] | ||
path = lib/one-message | ||
url = https://gitee.com/Jiu-xiao/OneMessageCPP.git | ||
[submodule "lib/cmsis_svd"] | ||
path = lib/cmsis_svd | ||
url = https://gitee.com/x-robot/cmsis-svd.git | ||
[submodule "hw/mcu/st/stm32f1xx_hal_driver"] | ||
path = hw/mcu/st/stm32f1xx_hal_driver | ||
url = https://gitee.com/x-robot/stm32f1xx_hal_driver.git | ||
[submodule "hw/mcu/st/cmsis_device_f1"] | ||
path = hw/mcu/st/cmsis_device_f1 | ||
url = https://gitee.com/x-robot/cmsis_device_f1.git | ||
[submodule "lib/Kconfiglib"] | ||
path = lib/Kconfiglib | ||
url = https://gitee.com/x-robot/Kconfiglib.git | ||
[submodule "lib/mini_shell"] | ||
path = lib/mini_shell | ||
url = https://gitee.com/jiu-xiao/mini_shell.git | ||
[submodule "hw/mcu/st/cmsis_device_f3"] | ||
path = hw/mcu/st/cmsis_device_f3 | ||
url = https://gitee.com/x-robot/cmsis_device_f3.git | ||
[submodule "hw/mcu/st/stm32f3xx_hal_driver"] | ||
path = hw/mcu/st/stm32f3xx_hal_driver | ||
url = https://gitee.com/x-robot/stm32f3xx_hal_driver.git | ||
[submodule "lib/magic_enum"] | ||
path = lib/magic_enum | ||
url = https://gitee.com/x-robot/magic_enum.git | ||
[submodule "hw/mcu/st/stm32g4xx_hal_driver"] | ||
path = hw/mcu/st/stm32g4xx_hal_driver | ||
url = https://gitee.com/x-robot/stm32g4xx_hal_driver.git | ||
[submodule "hw/mcu/st/cmsis_device_g4"] | ||
path = hw/mcu/st/cmsis_device_g4 | ||
url = https://gitee.com/x-robot/cmsis_device_g4.git | ||
[submodule "lib/MiniFlashDB"] | ||
path = lib/MiniFlashDB | ||
url = https://gitee.com/jiu-xiao/MiniFlashDB.git | ||
[submodule "lib/printf"] | ||
path = lib/printf | ||
url = https://gitee.com/x-robot/printf.git | ||
[submodule "hw/mcu/st/stm32g0xx_hal_driver"] | ||
path = hw/mcu/st/stm32g0xx_hal_driver | ||
url = https://gitee.com/x-robot/stm32g0xx_hal_driver.git | ||
[submodule "hw/mcu/st/cmsis_device_g0"] | ||
path = hw/mcu/st/cmsis_device_g0 | ||
url = https://gitee.com/x-robot/cmsis_device_g0.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters