-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
60 lines (60 loc) · 2.04 KB
/
.gitmodules
File metadata and controls
60 lines (60 loc) · 2.04 KB
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
[submodule "emlib"]
path = emlib
url = https://github.com/EnergyMicro/emlib.git
[submodule "CMSIS"]
path = CMSIS
url = https://github.com/EnergyMicro/CMSIS.git
[submodule "Device"]
path = Device
url = https://github.com/EnergyMicro/Device.git
[submodule "usb"]
path = usb
url = https://github.com/EnergyMicro/usb.git
[submodule "kits/common"]
path = kits/common
url = https://github.com/EnergyMicro/kit_common.git
[submodule "kits/EFM32WG_DK3850"]
path = kits/EFM32WG_DK3850
url = https://github.com/EnergyMicro/EFM32WG_DK3850.git
[submodule "kits/EFM32GG_DK3750"]
path = kits/EFM32GG_DK3750
url = https://github.com/EnergyMicro/EFM32GG_DK3750.git
[submodule "kits/EFM32LG_DK3650"]
path = kits/EFM32LG_DK3650
url = https://github.com/EnergyMicro/EFM32LG_DK3650.git
[submodule "kits/EFM32G_DK3550"]
path = kits/EFM32G_DK3550
url = https://github.com/EnergyMicro/EFM32G_DK3550.git
[submodule "kits/EFM32_Gxxx_DK"]
path = kits/EFM32_Gxxx_DK
url = https://github.com/EnergyMicro/EFM32_Gxxx_DK.git
[submodule "kits/EFM32WG_STK3800"]
path = kits/EFM32WG_STK3800
url = https://github.com/EnergyMicro/EFM32WG_STK3800.git
[submodule "kits/EFM32GG_STK3700"]
path = kits/EFM32GG_STK3700
url = https://github.com/EnergyMicro/EFM32GG_STK3700.git
[submodule "kits/EFM32LG_STK3600"]
path = kits/EFM32LG_STK3600
url = https://github.com/EnergyMicro/EFM32LG_STK3600.git
[submodule "kits/EFM32TG_STK3300"]
path = kits/EFM32TG_STK3300
url = https://github.com/EnergyMicro/EFM32TG_STK3300.git
[submodule "kits/EFM32_Gxxx_STK"]
path = kits/EFM32_Gxxx_STK
url = https://github.com/EnergyMicro/EFM32_Gxxx_STK.git
[submodule "reptile/glib"]
path = reptile/glib
url = https://github.com/EnergyMicro/glib
[submodule "reptile/fatfs"]
path = reptile/fatfs
url = https://github.com/EnergyMicro/fatfs.git
[submodule "reptile/FreeRTOS"]
path = reptile/FreeRTOS
url = https://github.com/EnergyMicro/FreeRTOS.git
[submodule "reptile/RTX"]
path = reptile/RTX
url = https://github.com/EnergyMicro/RTX.git
[submodule "emdrv"]
path = emdrv
url = https://github.com/EnergyMicro/emdrv.git