forked from zhaqian12/Cherryuf2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
63 lines (63 loc) · 3.21 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[submodule "lib/uf2"]
path = lib/uf2
url = https://github.com/microsoft/uf2.git
[submodule "sdk/ArteryTek/at32f413_library"]
path = sdk/ArteryTek/at32f413_library
url = https://github.com/ArteryTek/AT32F413_Firmware_Library.git
[submodule "sdk/ArteryTek/at32f415_library"]
path = sdk/ArteryTek/at32f415_library
url = https://github.com/ArteryTek/AT32F415_Firmware_Library.git
[submodule "sdk/ArteryTek/at32f403a_407_library"]
path = sdk/ArteryTek/at32f403a_407_library
url = https://github.com/ArteryTek/AT32F403A_407_Firmware_Library.git
[submodule "sdk/ST/stm32f1xx_library/stm32f1xx_hal_driver"]
path = sdk/ST/stm32f1xx_library/stm32f1xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f1xx_hal_driver.git
[submodule "sdk/ST/stm32f1xx_library/cmsis_device_f1"]
path = sdk/ST/stm32f1xx_library/cmsis_device_f1
url = https://github.com/STMicroelectronics/cmsis_device_f1.git
[submodule "sdk/CMSIS_5"]
path = sdk/CMSIS_5
url = https://github.com/ARM-software/CMSIS_5.git
[submodule "sdk/ST/stm32g4xx_library/stm32g4xx_hal_driver"]
path = sdk/ST/stm32g4xx_library/stm32g4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32g4xx_hal_driver.git
[submodule "sdk/ST/stm32g4xx_library/cmsis_device_g4"]
path = sdk/ST/stm32g4xx_library/cmsis_device_g4
url = https://github.com/STMicroelectronics/cmsis_device_g4.git
[submodule "sdk/ST/stm32l4xx_library/stm32l4xx_hal_driver"]
path = sdk/ST/stm32l4xx_library/stm32l4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32l4xx_hal_driver.git
[submodule "sdk/ST/stm32l4xx_library/cmsis_device_l4"]
path = sdk/ST/stm32l4xx_library/cmsis_device_l4
url = https://github.com/STMicroelectronics/cmsis_device_l4.git
[submodule "sdk/ST/stm32f0xx_library/stm32f0xx_hal_driver"]
path = sdk/ST/stm32f0xx_library/stm32f0xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f0xx_hal_driver.git
[submodule "sdk/ST/stm32f0xx_library/cmsis_device_f0"]
path = sdk/ST/stm32f0xx_library/cmsis_device_f0
url = https://github.com/STMicroelectronics/cmsis_device_f0.git
[submodule "sdk/ST/stm32f4xx_library/stm32f4xx_hal_driver"]
path = sdk/ST/stm32f4xx_library/stm32f4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
[submodule "sdk/ST/stm32f4xx_library/cmsis_device_f4"]
path = sdk/ST/stm32f4xx_library/cmsis_device_f4
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
[submodule "sdk/ArteryTek/at32f425_library"]
path = sdk/ArteryTek/at32f425_library
url = https://github.com/ArteryTek/AT32F425_Firmware_Library.git
[submodule "sdk/ArteryTek/at32f435_437_library"]
path = sdk/ArteryTek/at32f435_437_library
url = https://github.com/ArteryTek/AT32F435_437_Firmware_Library.git
[submodule "sdk/ArteryTek/at32f423_library"]
path = sdk/ArteryTek/at32f423_library
url = https://github.com/ArteryTek/AT32F423_Firmware_Library.git
[submodule "sdk/ArteryTek/at32f402_405_library"]
path = sdk/ArteryTek/at32f402_405_library
url = https://github.com/ArteryTek/AT32F402_405_Firmware_Library.git
[submodule "sdk/ArteryTek/at32wb415_library"]
path = sdk/ArteryTek/at32wb415_library
url = https://github.com/ArteryTek/AT32WB415_Firmware_Library.git
[submodule "lib/CherryUSB"]
path = lib/CherryUSB
url = https://github.com/cherry-embedded/CherryUSB.git