Home
last modified time | relevance | path

Searched full:submodule (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.0.1/
DREADME.md7 ports only. This repository is referenced as a submodule in
49 In case you prefer to add it as a git submodule, do:
52 git submodule add https://github.com/FreeRTOS/FreeRTOS-Kernel.git <path of the submodule>
53 git submodule update --init
73 In case you installed FreeRTOS-Kernel as a submodule, you will have to add it as a subdirectory:
D.gitmodules1 [submodule "ThirdParty/FreeRTOS-Kernel-Partner-Supported-Ports"]
4 [submodule "ThirdParty/FreeRTOS-Kernel-Community-Supported-Ports"]
/Kernel-v11.0.1/.github/workflows/
Dkernel-demos.yml161 - name: Fetch Community-Supported-Demos Submodule
164 # Fetch Community-Supported-Demos Submodule
165 echo "::group::Fetch Community-Supported-Demos Submodule"
166 …git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos