.gitmodules 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. [submodule "nlassert"]
  2. path = third_party/nlassert/repo
  3. url = https://github.com/nestlabs/nlassert.git
  4. branch = master
  5. [submodule "nlio"]
  6. path = third_party/nlio/repo
  7. url = https://github.com/nestlabs/nlio.git
  8. branch = master
  9. [submodule "nlunit-test"]
  10. path = third_party/nlunit-test/repo
  11. url = https://github.com/nestlabs/nlunit-test.git
  12. branch = master
  13. [submodule "mbedtls"]
  14. path = third_party/mbedtls/repo
  15. url = https://github.com/ARMmbed/mbedtls.git
  16. branch = mbedtls-2.28
  17. [submodule "qrcode"]
  18. path = examples/common/QRCode/repo
  19. url = https://github.com/nayuki/QR-Code-generator.git
  20. branch = master
  21. [submodule "m5stack-tft"]
  22. path = examples/common/m5stack-tft/repo
  23. url = https://github.com/jeremyjh/ESP32_TFT_library.git
  24. branch = master
  25. platforms = esp32
  26. [submodule "pigweed"]
  27. path = third_party/pigweed/repo
  28. url = https://github.com/google/pigweed.git
  29. branch = main
  30. [submodule "openthread"]
  31. path = third_party/openthread/repo
  32. url = https://github.com/openthread/openthread.git
  33. branch = main
  34. [submodule "ot-br-posix"]
  35. path = third_party/ot-br-posix/repo
  36. url = https://github.com/openthread/ot-br-posix.git
  37. branch = main
  38. platforms = linux
  39. [submodule "cirque"]
  40. path = third_party/cirque/repo
  41. url = https://github.com/openweave/cirque.git
  42. branch = master
  43. platforms = linux
  44. [submodule "nanopb"]
  45. path = third_party/nanopb/repo
  46. url = https://github.com/nanopb/nanopb.git
  47. branch = master
  48. [submodule "qpg_sdk"]
  49. path = third_party/qpg_sdk/repo
  50. url = https://github.com/Qorvo/QMatter
  51. branch = vlatest-libs
  52. platforms = qpg
  53. [submodule "freertos"]
  54. path = third_party/freertos/repo
  55. url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
  56. branch = V10.3.1-kernel-only
  57. platforms = ameba,cc13xx_26xx,bouffalolab,efr32,esp32,k32w0,infineon,qpg,cc32xx,silabs_docker
  58. [submodule "simw-top-mini"]
  59. path = third_party/simw-top-mini/repo
  60. url = https://github.com/NXP/plug-and-trust.git
  61. branch = int/CHIPSE_Release
  62. platforms = k32w0
  63. [submodule "third_party/openthread/ot-nxp"]
  64. path = third_party/openthread/ot-nxp
  65. url = https://github.com/openthread/ot-nxp.git
  66. platforms = k32w0
  67. [submodule "third_party/openthread/ot-qorvo"]
  68. path = third_party/openthread/ot-qorvo
  69. url = https://github.com/openthread/ot-qorvo.git
  70. platforms = qpg
  71. [submodule "third_party/openthread/ot-efr32"]
  72. path = third_party/openthread/ot-efr32
  73. url = https://github.com/SiliconLabs/ot-efr32.git
  74. branch = matter_sve
  75. platforms = efr32,silabs_docker
  76. [submodule "third_party/openthread/ot-ifx"]
  77. path = third_party/openthread/ot-ifx
  78. url = https://github.com/Infineon/ot-ifx-release.git
  79. platforms = infineon
  80. [submodule "third_party/mbed-os/repo"]
  81. path = third_party/mbed-os/repo
  82. url = https://github.com/ARMmbed/mbed-os.git
  83. branch = master
  84. platforms = mbed
  85. [submodule "third_party/mbed-os-posix-socket/repo"]
  86. path = third_party/mbed-os-posix-socket/repo
  87. url = https://github.com/ARMmbed/mbed-os-posix-socket.git
  88. branch = main
  89. platforms = mbed
  90. [submodule "mbed-os-cypress-capsense-button"]
  91. path = third_party/mbed-os-cypress-capsense-button/repo
  92. url = https://github.com/ARMmbed/mbed-os-cypress-capsense-button.git
  93. branch = main
  94. platforms = mbed
  95. [submodule "p6/abstraction-rtos"]
  96. path = third_party/infineon/psoc6/psoc6_sdk/libs/abstraction-rtos
  97. url = https://github.com/Infineon/abstraction-rtos
  98. platforms = infineon
  99. [submodule "p6/bluetooth-freertos"]
  100. path = third_party/infineon/psoc6/psoc6_sdk/libs/bluetooth-freertos
  101. url = https://github.com/Infineon/bluetooth-freertos
  102. branch = v2.X
  103. platforms = infineon
  104. [submodule "p6/btstack"]
  105. path = third_party/infineon/psoc6/psoc6_sdk/libs/btstack
  106. url = https://github.com/Infineon/btstack
  107. platforms = infineon
  108. [submodule "p6/clib-support"]
  109. path = third_party/infineon/psoc6/psoc6_sdk/libs/clib-support
  110. url = https://github.com/Infineon/clib-support
  111. platforms = infineon
  112. [submodule "p6/connectivity-utilities"]
  113. path = third_party/infineon/psoc6/psoc6_sdk/libs/connectivity-utilities
  114. url = https://github.com/Infineon/connectivity-utilities
  115. platforms = infineon
  116. [submodule "p6/core-lib"]
  117. path = third_party/infineon/psoc6/psoc6_sdk/libs/core-lib
  118. url = https://github.com/Infineon/core-lib
  119. platforms = infineon
  120. [submodule "p6/core-make"]
  121. path = third_party/infineon/psoc6/psoc6_sdk/libs/core-make
  122. url = https://github.com/Infineon/core-make
  123. platforms = infineon
  124. [submodule "p6/kv-store"]
  125. path = third_party/infineon/psoc6/psoc6_sdk/libs/kv-store
  126. url = https://github.com/Infineon/kv-store
  127. platforms = infineon
  128. [submodule "p6/mtb-hal-cat1"]
  129. path = third_party/infineon/psoc6/psoc6_sdk/libs/mtb-hal-cat1
  130. url = https://github.com/Infineon/mtb-hal-cat1
  131. platforms = infineon
  132. [submodule "p6/mtb-pdl-cat1"]
  133. path = third_party/infineon/psoc6/psoc6_sdk/libs/mtb-pdl-cat1
  134. url = https://github.com/Infineon/mtb-pdl-cat1
  135. platforms = infineon
  136. [submodule "p6/psoc6cm0p"]
  137. path = third_party/infineon/psoc6/psoc6_sdk/libs/psoc6cm0p
  138. url = https://github.com/Infineon/psoc6cm0p
  139. platforms = infineon
  140. [submodule "p6/whd-bsp-integration"]
  141. path = third_party/infineon/psoc6/psoc6_sdk/libs/whd-bsp-integration
  142. url = https://github.com/Infineon/whd-bsp-integration
  143. platforms = infineon
  144. [submodule "p6/wifi-connection-manager"]
  145. path = third_party/infineon/psoc6/psoc6_sdk/libs/wifi-connection-manager
  146. url = https://github.com/Infineon/wifi-connection-manager
  147. platforms = infineon
  148. [submodule "p6/wifi-host-driver"]
  149. path = third_party/infineon/psoc6/psoc6_sdk/libs/wifi-host-driver
  150. url = https://github.com/Infineon/wifi-host-driver
  151. platforms = infineon
  152. [submodule "p6/wifi-mw-core"]
  153. path = third_party/infineon/psoc6/psoc6_sdk/libs/wifi-mw-core
  154. url = https://github.com/Infineon/wifi-mw-core
  155. platforms = infineon
  156. [submodule "p6/TARGET_CY8CKIT-062S2-43012"]
  157. path = third_party/infineon/psoc6/psoc6_sdk/libs/TARGET_CY8CKIT-062S2-43012
  158. url = https://github.com/Infineon/TARGET_CY8CKIT-062S2-43012
  159. platforms = infineon
  160. [submodule "p6/freertos"]
  161. path = third_party/infineon/psoc6/psoc6_sdk/libs/freertos
  162. url = https://github.com/Infineon/freertos
  163. platforms = infineon
  164. [submodule "p6/retarget-io"]
  165. path = third_party/infineon/psoc6/psoc6_sdk/libs/retarget-io
  166. url = https://github.com/Infineon/retarget-io
  167. platforms = infineon
  168. [submodule "p6/mbedtls"]
  169. path = third_party/infineon/psoc6/psoc6_sdk/libs/mbedtls
  170. url = https://github.com/ARMmbed/mbedtls
  171. platforms = infineon
  172. [submodule "p6/secure-sockets"]
  173. path = third_party/infineon/psoc6/psoc6_sdk/libs/secure-sockets
  174. url = https://github.com/Infineon/secure-sockets
  175. platforms = infineon
  176. [submodule "p6/recipe-make-cat1a"]
  177. path = third_party/infineon/psoc6/psoc6_sdk/libs/recipe-make-cat1a
  178. url = https://github.com/Infineon/recipe-make-cat1a
  179. platforms = infineon
  180. [submodule "third_party/pybind11/repo"]
  181. path = third_party/pybind11/repo
  182. url = https://github.com/pybind/pybind11
  183. branch = stable
  184. [submodule "p6/lwip"]
  185. path = third_party/infineon/psoc6/psoc6_sdk/libs/lwip
  186. url = https://github.com/lwip-tcpip/lwip.git
  187. platforms = infineon
  188. [submodule "third_party/jsoncpp/repo"]
  189. path = third_party/jsoncpp/repo
  190. url = https://github.com/open-source-parsers/jsoncpp.git
  191. [submodule "cyw30739_sdk/30739A0"]
  192. path = third_party/infineon/cyw30739_sdk/repos/30739A0
  193. url = https://github.com/Infineon/OT-Matter-30739A0.git
  194. platforms = infineon
  195. [submodule "cyw30739_sdk/include"]
  196. path = third_party/infineon/cyw30739_sdk/repos/btsdk-include
  197. url = https://github.com/Infineon/btsdk-include.git
  198. platforms = infineon
  199. [submodule "cyw30739_sdk/target"]
  200. path = third_party/infineon/cyw30739_sdk/repos/CYW930739M2EVB-01
  201. url = https://github.com/Infineon/OT-Matter-TARGET_CYW930739M2EVB-01.git
  202. platforms = infineon
  203. [submodule "cyw30739_sdk/tools"]
  204. path = third_party/infineon/cyw30739_sdk/repos/btsdk-tools
  205. url = https://github.com/Infineon/btsdk-tools.git
  206. platforms = infineon
  207. [submodule "third_party/p6/p6_sdk/libs/anycloud-ota"]
  208. path = third_party/infineon/psoc6/psoc6_sdk/libs/anycloud-ota
  209. url = https://github.com/Infineon/anycloud-ota
  210. platforms = infineon
  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/infineon/psoc6/psoc6_sdk/libs/serial-flash
  217. url = https://github.com/Infineon/serial-flash
  218. platforms = infineon
  219. [submodule "ti_simplelink_sdk"]
  220. path = third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx
  221. url = https://github.com/TexasInstruments/cc13xx_cc26xx_sdk.git
  222. branch = main
  223. platforms = cc13xx_26xx
  224. [submodule "third_party/ti_simplelink_sdk/repo_cc32xx"]
  225. path = third_party/ti_simplelink_sdk/repo_cc32xx
  226. url = https://github.com/TexasInstruments/cc32xx_open_sdk.git
  227. branch = main
  228. platforms = cc32xx
  229. [submodule "third_party/openthread/ot-ti"]
  230. path = third_party/openthread/ot-ti
  231. url = https://github.com/TexasInstruments/ot-ti.git
  232. branch = main
  233. platforms = cc13xx_26xx
  234. [submodule "third_party/nxp/mw320_sdk/repo"]
  235. path = third_party/nxp/mw320_sdk/repo
  236. url = https://github.com/nxptest/mw320_sdk
  237. platforms = mw320
  238. [submodule "third_party/silabs/matter_support"]
  239. path = third_party/silabs/matter_support
  240. url = https://github.com/SiliconLabs/sdk_support.git
  241. branch = main
  242. platforms = efr32,silabs_docker
  243. [submodule "third_party/silabs/gecko_sdk"]
  244. path = third_party/silabs/gecko_sdk
  245. url = https://github.com/SiliconLabs/gecko_sdk.git
  246. branch = v4.2.3
  247. platforms = efr32
  248. [submodule "third_party/silabs/wiseconnect-wifi-bt-sdk"]
  249. path = third_party/silabs/wiseconnect-wifi-bt-sdk
  250. url = https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git
  251. branch = 2.7.1-Matter
  252. platforms = efr32,silabs_docker
  253. [submodule "editline"]
  254. path = third_party/editline/repo
  255. url = https://github.com/troglobit/editline.git
  256. [submodule "third_party/boringssl/repo/src"]
  257. path = third_party/boringssl/repo/src
  258. url = https://github.com/google/boringssl.git
  259. [submodule "third_party/mt793x_sdk/filogic"]
  260. path = third_party/mt793x_sdk/filogic
  261. url = https://github.com/MediaTek-Labs/genio-matter-bsp.git
  262. branch = main
  263. platforms = genio
  264. [submodule "third_party/mt793x_sdk/mDNSResponder"]
  265. path = third_party/mt793x_sdk/mDNSResponder
  266. url = https://github.com/matter-mtk/genio-matter-mdnsresponder.git
  267. branch = main
  268. platforms = genio
  269. [submodule "third_party/mt793x_sdk/lwip"]
  270. path = third_party/mt793x_sdk/lwip
  271. url = https://github.com/matter-mtk/genio-matter-lwip.git
  272. branch = main
  273. platforms = genio
  274. [submodule "open-iot-sdk"]
  275. path = third_party/open-iot-sdk/sdk
  276. url = https://git.gitlab.arm.com/iot/open-iot-sdk/sdk.git
  277. branch = main
  278. platforms = openiotsdk
  279. [submodule "bouffalolab_sdk"]
  280. path = third_party/bouffalolab/repo
  281. url = https://github.com/bouffalolab/bl_iot_sdk_tiny.git
  282. branch = main
  283. platforms = bouffalolab
  284. [submodule "third_party/libwebsockets/repo"]
  285. path = third_party/libwebsockets/repo
  286. url = https://github.com/warmcat/libwebsockets
  287. platforms = linux,darwin,tizen
  288. [submodule "third_party/imgui/repo"]
  289. path = third_party/imgui/repo
  290. url = https://github.com/ocornut/imgui
  291. platforms = linux
  292. [submodule "third_party/asr/asr582x/asr_sdk"]
  293. path = third_party/asr/asr582x/asr_sdk
  294. url = https://github.com/asriot/ASR582X_Freertos.git
  295. branch = matter
  296. platforms = asr
  297. [submodule "third_party/asr/asr595x/asr_sdk"]
  298. path = third_party/asr/asr595x/asr_sdk
  299. url = https://github.com/asriot/ASR595X_Freertos.git
  300. branch = matter
  301. platforms = asr
  302. [submodule "perfetto"]
  303. path = third_party/perfetto/repo
  304. url = https://github.com/google/perfetto.git
  305. branch = master
  306. platforms = linux,android,darwin
  307. [submodule "third_party/asr/components"]
  308. path = third_party/asr/components
  309. url = https://github.com/asriot/asriot_components.git
  310. branch = matter
  311. platforms = asr
  312. [submodule "third_party/asr/asr550x/asr_sdk"]
  313. path = third_party/asr/asr550x/asr_sdk
  314. url = https://github.com/asriot/ASR550X_Freertos.git
  315. branch = matter
  316. platforms = asr
  317. [submodule "third_party/silabs/wifi_sdk"]
  318. path = third_party/silabs/wifi_sdk
  319. url = https://github.com/SiliconLabs/wiseconnect
  320. branch = master
  321. platforms = efr32
  322. [submodule "third_party/st/STM32CubeWB"]
  323. path = third_party/st/STM32CubeWB
  324. url = https://github.com/STMicroelectronics/STM32CubeWB.git
  325. branch = v1.17.0
  326. platform = stm32