Searched refs:git (Results 1 – 25 of 106) sorted by relevance
12345
/Zephyr-Core-3.5.0/boards/x86/common/scripts/ |
D | build_grub.sh | 23 git clone https://git.savannah.gnu.org/git/grub.git src 27 git checkout grub-2.12-rc1 28 git clean -fdx
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor_regenerate.sh | 12 git add -A 13 git commit -s -m"pre-patch" 15 git apply lwm2m_senml_cbor.patch
|
D | README_lwm2m | 26 git am -3 < lwm2m_senml_cbor.patch 32 git format-patch --stdout HEAD~1.. > lwm2m_senml_cbor.patch
|
/Zephyr-Core-3.5.0/ |
D | .gitattributes | 1 # used to remove files from deployment using `git archive` 2 # git files 7 # Tell git to not diff certain files
|
D | version.h.in | 5 * BUILD_VERSION related @template@ values will be 'git describe',
|
/Zephyr-Core-3.5.0/scripts/ |
D | series-push-hook.sh | 26 base_commit=`git rev-parse $remote/main` 30 ${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
|
/Zephyr-Core-3.5.0/doc/ |
D | LICENSING.rst | 17 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | workspaces.rst | 50 The ``west update`` command essentially runs ``git fetch YOUR_PROJECT_URL`` 62 https://git-scm.com/docs/gitcredentials 72 In general, you can store your credentials on disk using the "store" git 73 credential helper. See the `git-credential-store`_ manual page for details. 79 west forall -c "git config credential.helper store" 85 west forall -c "git config credential.helper store" foo bar 91 git config --global credential.helper store 103 echo "https://x-access-token:$GH_TOKEN@github.com" >> ~/.git-credentials 106 them in memory temporarily using `git-credential-cache`_ instead. 113 git config --global url."git@github.com:".insteadOf "https://github.com/" [all …]
|
D | built-in.rst | 114 HEAD <https://git-scm.com/docs/git-checkout#_detached_head>`_ 136 For safety, ``west update`` uses ``git checkout --detach`` to check out a 142 ``HEAD`` checked out by west, then git will warn you that you've left 157 ``west update --rebase`` will fail in projects that have git conflicts 160 ``git``, or you can use ``git -C <project_path> rebase --abort`` to 205 git submodule sync --recursive 213 git submodule update --init --checkout --recursive 216 git submodule update --init --rebase --recursive 223 git submodule sync --recursive -- <submodule-path> 231 git submodule update --init --checkout --recursive <submodule-path> [all …]
|
D | manifest.rst | 128 url-base: https://git.example.com/base1 130 url-base: https://git.example.com/base2 149 bases are respectively ``https://git.example.com/base1`` and 150 ``https://git.example.com/base2``. You can use SSH URL bases as well; for 151 example, you might use ``git@example.com:base1`` if ``remote1`` supported Git 190 ``https://git.example.com/base1/proj1``. The remote ``url-base`` is appended 202 ``https://git.example.com/base2/my-path``. The ``repo-path`` attribute, if 301 .. [#f1] In git, HEAD is a reference, whereas HEAD~<n> is a valid revision but 309 .. _Git submodules: https://git-scm.com/book/en/v2/Git-Tools-Submodules 328 url-base: https://git.example.com/base1 [all …]
|
/Zephyr-Core-3.5.0/scripts/checkpatch/ |
D | check_known_checkpatch_issues.sh | 75 commit_id_str=$(git log ${git_log_params} HEAD | head -n 1) 141 git add ${known_checkpatch_issues} 142 git commit -m "${msg}"
|
D | maintainer-checkpatch.bash | 92 git format-patch ${since} -o ${outdir} 2>/dev/null >/dev/null
|
/Zephyr-Core-3.5.0/cmake/ |
D | gen_version_h.cmake | 25 message(STATUS "git describe failed: ${stderr}") 27 message(STATUS "git describe warned: ${stderr}")
|
/Zephyr-Core-3.5.0/doc/project/ |
D | issues.rst | 28 For this, `git bisect`_ is the recommended tool. 36 https://git-scm.com/docs/git-bisect
|
D | release_process.rst | 176 sensible output for "git describe" on main branch, as typically used for 348 Tagging needs to be done via explicit git commands and not via GitHub's release 376 $ git pull 377 $ git tag -s -m "Zephyr 1.11.0-rc1" v1.11.0-rc1 378 $ git push git@github.com:zephyrproject-rtos/zephyr.git v1.11.0-rc1 405 $ git pull 406 $ git tag -s -m "Zephyr 1.11.0" v1.11.0 407 $ git push git@github.com:zephyrproject-rtos/zephyr.git v1.11.0
|
/Zephyr-Core-3.5.0/boards/arm/beagle_bcf/ |
D | board.cmake | 6 # Download cc2538-bsl.py from https://git.beagleboard.org/beagleconnect/zephyr/cc2538-bsl/-/tags/2.…
|
/Zephyr-Core-3.5.0/boards/arm64/fvp_base_revc_2xaemv8a/doc/ |
D | index.rst | 98 git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git --depth 1
|
/Zephyr-Core-3.5.0/samples/tfm_integration/tfm_regression_test/ |
D | README.rst | 14 … tests are implemented in the tf-m-tests repo: https://git.trustedfirmware.org/TF-M/tf-m-tests.git/ 16 … supported in the trusted-firmware-m repo: https://git.trustedfirmware.org/TF-M/trusted-firmware-m…
|
/Zephyr-Core-3.5.0/samples/net/gptp/ |
D | README.rst | 72 git clone git@github.com:AVnu/gptp.git 136 git clone git://git.code.sf.net/p/linuxptp/code
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/tflm_ethosu/ |
D | README.rst | 12 `Vela compiler <https://git.mlplatform.org/ml/ethos-u/ethos-u-vela.git>`_.
|
/Zephyr-Core-3.5.0/doc/contribute/ |
D | guidelines.rst | 150 ``git commit -s``. Use other commits in the zephyr git history as examples. 158 commit by running ``git commit --amend -s``. 161 your branch after this with ``git push -f``. 355 git config --global user.name "Zephyr Developer" 356 git config --global user.email "z.developer@example.com" 473 code, make the file *$ZEPHYR_BASE/.git/hooks/pre-commit* executable and edit 480 exec git diff --cached | ${ZEPHYR_BASE}/scripts/checkpatch.pl - 484 *$ZEPHYR_BASE/.git/hooks/pre-push* executable and edit it to contain: 505 issues, you can add option --no-verify to the git push command. 587 git remote rename origin upstream [all …]
|
/Zephyr-Core-3.5.0/samples/tfm_integration/ |
D | tfm_integration.rst | 44 `git.trustedfirmware.org <https://git.trustedfirmware.org>`_, although a fork
|
/Zephyr-Core-3.5.0/scripts/footprint/ |
D | upload_data.py | 14 from git import Repo 15 from git.exc import BadName
|
D | track.py | 8 from git import Git
|
/Zephyr-Core-3.5.0/boards/arm/mps3_an547/ |
D | mps3_an547_ns.dts | 120 …* https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/an547/…
|
12345