Skip to content

Commit e16454c

Browse files
authored
Merge pull request #20 from thcu-gp/remove_unused_modules
remove unused submodules
2 parents 1046660 + 8fb49b9 commit e16454c

File tree

45 files changed

+9
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+9
-240
lines changed

.gitmodules

+9-196
Original file line numberDiff line numberDiff line change
@@ -1,236 +1,49 @@
11
[submodule "nlassert"]
22
path = third_party/nlassert/repo
33
url = https://github.com/nestlabs/nlassert.git
4-
branch = master
4+
branch = master
55
[submodule "nlfaultinjection"]
66
path = third_party/nlfaultinjection/repo
77
url = https://github.com/nestlabs/nlfaultinjection.git
8-
branch = master
8+
branch = master
99
[submodule "nlio"]
1010
path = third_party/nlio/repo
1111
url = https://github.com/nestlabs/nlio.git
12-
branch = master
12+
branch = master
1313
[submodule "nlunit-test"]
1414
path = third_party/nlunit-test/repo
1515
url = https://github.com/nestlabs/nlunit-test.git
16-
branch = master
16+
branch = master
1717
[submodule "mbedtls"]
1818
path = third_party/mbedtls/repo
1919
url = https://github.com/ARMmbed/mbedtls.git
2020
branch = mbedtls-2.28
21-
[submodule "qrcode"]
22-
path = examples/common/QRCode/repo
23-
url = https://github.com/nayuki/QR-Code-generator.git
24-
branch = master
25-
[submodule "m5stack-tft"]
26-
path = examples/common/m5stack-tft/repo
27-
url = https://github.com/jeremyjh/ESP32_TFT_library.git
28-
branch = master
29-
platforms = esp32
3021
[submodule "pigweed"]
3122
path = third_party/pigweed/repo
3223
url = https://github.com/google/pigweed.git
33-
branch = main
24+
branch = main
3425
[submodule "openthread"]
3526
path = third_party/openthread/repo
3627
url = https://github.com/openthread/openthread.git
37-
branch = main
38-
[submodule "ot-br-posix"]
39-
path = third_party/ot-br-posix/repo
40-
url = https://github.com/openthread/ot-br-posix.git
41-
branch = main
42-
platforms = linux
43-
[submodule "cirque"]
44-
path = third_party/cirque/repo
45-
url = https://github.com/openweave/cirque.git
46-
branch = master
47-
platforms = linux
48-
[submodule "nanopb"]
49-
path = third_party/nanopb/repo
50-
url = https://github.com/nanopb/nanopb.git
51-
branch = master
28+
branch = main
5229
[submodule "qpg_sdk"]
5330
path = third_party/qpg_sdk/repo
5431
url = https://github.com/Qorvo/qpg-connectedhomeip
55-
branch = master
32+
branch = master
5633
platforms = qpg
5734
[submodule "zap"]
5835
path = third_party/zap/repo
5936
url = https://github.com/project-chip/zap.git
60-
branch = master
37+
branch = master
6138
[submodule "freertos"]
6239
path = third_party/freertos/repo
6340
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
64-
branch = V10.3.1-kernel-only
41+
branch = V10.3.1-kernel-only
6542
platforms = ameba,cc13x2_26x2,bl602,efr32,esp32,k32w0,p6,qpg
66-
[submodule "efr32_sdk"]
67-
path = third_party/efr32_sdk/repo
68-
url = https://github.com/SiliconLabs/sdk_support.git
69-
branch = master
70-
platforms = efr32
71-
[submodule "simw-top-mini"]
72-
path = third_party/simw-top-mini/repo
73-
url = https://github.com/NXP/plug-and-trust.git
74-
branch = int/CHIPSE_Release
75-
platforms = k32w0
76-
[submodule "third_party/openthread/ot-nxp"]
77-
path = third_party/openthread/ot-nxp
78-
url = https://github.com/openthread/ot-nxp.git
79-
platforms = k32w0
8043
[submodule "third_party/openthread/ot-qorvo"]
8144
path = third_party/openthread/ot-qorvo
8245
url = https://github.com/openthread/ot-qorvo.git
8346
platforms = qpg
84-
[submodule "third_party/openthread/ot-efr32"]
85-
path = third_party/openthread/ot-efr32
86-
url = https://github.com/openthread/ot-efr32.git
87-
platforms = efr32
88-
[submodule "third_party/mbed-os/repo"]
89-
path = third_party/mbed-os/repo
90-
url = https://github.com/ARMmbed/mbed-os.git
91-
branch = master
92-
platforms = mbed
93-
[submodule "third_party/mbed-os-posix-socket/repo"]
94-
path = third_party/mbed-os-posix-socket/repo
95-
url = https://github.com/ARMmbed/mbed-os-posix-socket.git
96-
branch = main
97-
platforms = mbed
98-
[submodule "mbed-os-cypress-capsense-button"]
99-
path = third_party/mbed-os-cypress-capsense-button/repo
100-
url = https://github.com/ARMmbed/mbed-os-cypress-capsense-button.git
101-
branch = main
102-
platforms = mbed
103-
[submodule "p6/abstraction-rtos"]
104-
path = third_party/p6/p6_sdk/libs/abstraction-rtos
105-
url = https://github.com/Infineon/abstraction-rtos
106-
platforms = p6
107-
[submodule "p6/bluetooth-freertos"]
108-
path = third_party/p6/p6_sdk/libs/bluetooth-freertos
109-
url = https://github.com/Infineon/bluetooth-freertos
110-
branch = v2.X
111-
platforms = p6
112-
[submodule "p6/btstack"]
113-
path = third_party/p6/p6_sdk/libs/btstack
114-
url = https://github.com/Infineon/btstack
115-
platforms = p6
116-
[submodule "p6/clib-support"]
117-
path = third_party/p6/p6_sdk/libs/clib-support
118-
url = https://github.com/Infineon/clib-support
119-
platforms = p6
120-
[submodule "p6/connectivity-utilities"]
121-
path = third_party/p6/p6_sdk/libs/connectivity-utilities
122-
url = https://github.com/Infineon/connectivity-utilities
123-
platforms = p6
124-
[submodule "p6/core-lib"]
125-
path = third_party/p6/p6_sdk/libs/core-lib
126-
url = https://github.com/Infineon/core-lib
127-
platforms = p6
128-
[submodule "p6/core-make"]
129-
path = third_party/p6/p6_sdk/libs/core-make
130-
url = https://github.com/Infineon/core-make
131-
platforms = p6
132-
[submodule "p6/kv-store"]
133-
path = third_party/p6/p6_sdk/libs/kv-store
134-
url = https://github.com/Infineon/kv-store
135-
platforms = p6
136-
[submodule "p6/mtb-hal-cat1"]
137-
path = third_party/p6/p6_sdk/libs/mtb-hal-cat1
138-
url = https://github.com/Infineon/mtb-hal-cat1
139-
platforms = p6
140-
[submodule "p6/mtb-pdl-cat1"]
141-
path = third_party/p6/p6_sdk/libs/mtb-pdl-cat1
142-
url = https://github.com/Infineon/mtb-pdl-cat1
143-
platforms = p6
144-
[submodule "p6/psoc6cm0p"]
145-
path = third_party/p6/p6_sdk/libs/psoc6cm0p
146-
url = https://github.com/Infineon/psoc6cm0p
147-
platforms = p6
148-
[submodule "p6/whd-bsp-integration"]
149-
path = third_party/p6/p6_sdk/libs/whd-bsp-integration
150-
url = https://github.com/Infineon/whd-bsp-integration
151-
platforms = p6
152-
[submodule "p6/wifi-connection-manager"]
153-
path = third_party/p6/p6_sdk/libs/wifi-connection-manager
154-
url = https://github.com/Infineon/wifi-connection-manager
155-
platforms = p6
156-
[submodule "p6/wifi-host-driver"]
157-
path = third_party/p6/p6_sdk/libs/wifi-host-driver
158-
url = https://github.com/Infineon/wifi-host-driver
159-
platforms = p6
160-
[submodule "p6/wifi-mw-core"]
161-
path = third_party/p6/p6_sdk/libs/wifi-mw-core
162-
url = https://github.com/Infineon/wifi-mw-core
163-
platforms = p6
164-
[submodule "p6/TARGET_CY8CKIT-062S2-43012"]
165-
path = third_party/p6/p6_sdk/libs/TARGET_CY8CKIT-062S2-43012
166-
url = https://github.com/Infineon/TARGET_CY8CKIT-062S2-43012
167-
platforms = p6
168-
[submodule "p6/freertos"]
169-
path = third_party/p6/p6_sdk/libs/freertos
170-
url = https://github.com/Infineon/freertos
171-
platforms = p6
172-
[submodule "p6/retarget-io"]
173-
path = third_party/p6/p6_sdk/libs/retarget-io
174-
url = https://github.com/Infineon/retarget-io
175-
platforms = p6
176-
[submodule "p6/mbedtls"]
177-
path = third_party/p6/p6_sdk/libs/mbedtls
178-
url = https://github.com/ARMmbed/mbedtls
179-
platforms = p6
180-
[submodule "p6/secure-sockets"]
181-
path = third_party/p6/p6_sdk/libs/secure-sockets
182-
url = https://github.com/Infineon/secure-sockets
183-
platforms = p6
184-
[submodule "p6/recipe-make-cat1a"]
185-
path = third_party/p6/p6_sdk/libs/recipe-make-cat1a
186-
url = https://github.com/Infineon/recipe-make-cat1a
187-
platforms = p6
188-
[submodule "third_party/pybind11/repo"]
189-
path = third_party/pybind11/repo
190-
url = https://github.com/pybind/pybind11
191-
branch = stable
192-
[submodule "p6/lwip"]
193-
path = third_party/p6/p6_sdk/libs/lwip
194-
url = https://github.com/lwip-tcpip/lwip.git
195-
platforms = p6
19647
[submodule "third_party/jsoncpp/repo"]
19748
path = third_party/jsoncpp/repo
19849
url = https://github.com/open-source-parsers/jsoncpp.git
199-
[submodule "cyw30739_sdk/include"]
200-
path = third_party/cyw30739_sdk/repos/btsdk-include
201-
url = https://github.com/Infineon/btsdk-include.git
202-
platforms = cyw30739
203-
[submodule "cyw30739_sdk/tools"]
204-
path = third_party/cyw30739_sdk/repos/btsdk-tools
205-
url = https://github.com/Infineon/btsdk-tools.git
206-
platforms = cyw30739
207-
[submodule "third_party/p6/p6_sdk/libs/anycloud-ota"]
208-
path = third_party/p6/p6_sdk/libs/anycloud-ota
209-
url = https://github.com/Infineon/anycloud-ota
210-
platforms = p6
211-
[submodule "third_party/mbed-mcu-boot/repo"]
212-
path = third_party/mbed-mcu-boot/repo
213-
url = https://github.com/ATmobica/mcuboot.git
214-
platforms = mbed
215-
[submodule "p6/serial-flash"]
216-
path = third_party/p6/p6_sdk/libs/serial-flash
217-
url = https://github.com/Infineon/serial-flash
218-
platforms = p6
219-
[submodule "third_party/telink_sdk/repo"]
220-
path = third_party/telink_sdk/repo
221-
url = https://github.com/rikorsev/telink_b91_ble_sdk
222-
platforms = telink
223-
[submodule "ti_simplelink_sdk"]
224-
path = third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx
225-
url = https://github.com/TexasInstruments/cc13xx_cc26xx_sdk.git
226-
branch = main
227-
platforms = cc13x2_26x2
228-
[submodule "third_party/efr32_sdk/wiseconnect-wifi-bt-sdk"]
229-
path = third_party/efr32_sdk/wiseconnect-wifi-bt-sdk
230-
url = https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk
231-
platforms = efr32
232-
[submodule "third_party/bouffalolab/bl602"]
233-
path = third_party/bouffalolab/bl602_sdk/repo
234-
url = https://github.com/bouffalolab/bl_iot_sdk_matter.git
235-
branch = bl602_release
236-
platforms = bl602

examples/common/QRCode/repo

-1
This file was deleted.

examples/common/m5stack-tft/repo

-1
This file was deleted.
-1
This file was deleted.

third_party/cirque/repo

-1
This file was deleted.
This file was deleted.
This file was deleted.

third_party/efr32_sdk/repo

-1
This file was deleted.
This file was deleted.

third_party/mbed-mcu-boot/repo

-1
This file was deleted.
This file was deleted.

third_party/mbed-os-posix-socket/repo

-1
This file was deleted.

third_party/mbed-os/repo

-1
This file was deleted.

third_party/nanopb/repo

-1
This file was deleted.

third_party/openthread/ot-efr32

-1
This file was deleted.

third_party/openthread/ot-nxp

-1
This file was deleted.

third_party/ot-br-posix/repo

-1
This file was deleted.
This file was deleted.
This file was deleted.
-1
This file was deleted.
This file was deleted.

third_party/p6/p6_sdk/libs/btstack

-1
This file was deleted.
-1
This file was deleted.
This file was deleted.

third_party/p6/p6_sdk/libs/core-lib

-1
This file was deleted.

third_party/p6/p6_sdk/libs/core-make

-1
This file was deleted.

third_party/p6/p6_sdk/libs/freertos

-1
This file was deleted.

third_party/p6/p6_sdk/libs/kv-store

-1
This file was deleted.

third_party/p6/p6_sdk/libs/lwip

-1
This file was deleted.

third_party/p6/p6_sdk/libs/mbedtls

-1
This file was deleted.
-1
This file was deleted.
-1
This file was deleted.

third_party/p6/p6_sdk/libs/psoc6cm0p

-1
This file was deleted.
This file was deleted.
-1
This file was deleted.
This file was deleted.
-1
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
-1
This file was deleted.

third_party/pybind11/repo

-1
This file was deleted.

third_party/simw-top-mini/repo

-1
This file was deleted.

third_party/telink_sdk/repo

-1
This file was deleted.
This file was deleted.

0 commit comments

Comments
 (0)