Searched full:submodule (Results 1 – 10 of 10) sorted by relevance
1 # Macro utility to clone the CMock submodule.4 message( "Cloning submodule CMock." )6 COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive ${CMOCK_DIR}11 message( FATAL_ERROR "Failed to clone CMock submodule." )
34 execute_process( COMMAND git submodule update --init --checkout ${KERNEL_DIRECTORY}239 # Check if the CMock source directory exists, and if not present, clone the submodule246 …message( FATAL_ERROR "The required submodule CMock does not exist. Either clone it manually, or se…
28 - `git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel`
1 [submodule "tools/CMock"]5 [submodule "test/FreeRTOS-Kernel"]
84 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel90 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel114 …FreeRTOS/FreeRTOS-Kernel), and it is consumed by testing/PR checks as a submodule in this reposito…
223 # This will allow you to upgrade submodules and have one common submodule for
20 git submodule update --checkout22 git submodule update --init vendor/unity203 git submodule update --init --checkout --recursive
64 git submodule update --init --checkout --recursive
33 execute_process( COMMAND git submodule update --init --checkout ${KERNEL_DIRECTORY}
25 - `git submodule update --checkout --init --recursive`