Home
last modified time | relevance | path

Searched refs:submodule (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/
A D.gitmodules1 [submodule "googletest"]
4 [submodule "cpuinfo"]
A DCMakeLists.txt46 # Test if the third_party/cpuinfo submodule was checked out before
72 "git directory:\n git submodule update --init")
/AliOS-Things-master/components/py_engine/engine/tools/autobuild/
A Dautobuild.sh48 git -C ${MICROPY_AUTOBUILD_MICROPYTHON_REPO} submodule update --init
49 git -C ${MICROPY_AUTOBUILD_MICROPYTHON_REPO}/lib/pico-sdk submodule update --init
/AliOS-Things-master/components/ota/ota_agent/transport/
A Dota_transport_mqtt.c61 cJSON *submodule = cJSON_GetObjectItem(json_obj, "module"); in ota_sevice_parse_msg() local
62 if (NULL != submodule) { in ota_sevice_parse_msg()
64 strncpy(ctx->module_name, submodule->valuestring, sizeof(ctx->module_name) - 1); in ota_sevice_parse_msg()
65 OTA_LOG_I("submode = %s\r\n", submodule->valuestring); in ota_sevice_parse_msg()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dci.sh88 git -C esp-idf submodule update --init \
95 git -C esp-idf submodule update --init \
99 git -C esp-idf submodule update --init \
241 git submodule update --init lib/pico-sdk lib/tinyusb
270 git submodule update --init lib/btstack
271 git submodule update --init lib/mynewt-nimble
282 git submodule update --init lib/mynewt-nimble
/AliOS-Things-master/components/py_engine/engine/py/
A Dmkrules.mk217 $(Q)git submodule sync $(addprefix $(TOP)/,$(GIT_SUBMODULES))
218 $(Q)git submodule update --init $(addprefix $(TOP)/,$(GIT_SUBMODULES))

Completed in 15 milliseconds