Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 106) sorted by relevance

12345

/Zephyr-Core-3.5.0/boards/x86/common/scripts/
Dbuild_grub.sh23 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/
Dlwm2m_senml_cbor_regenerate.sh12 git add -A
13 git commit -s -m"pre-patch"
15 git apply lwm2m_senml_cbor.patch
DREADME_lwm2m26 git am -3 < lwm2m_senml_cbor.patch
32 git format-patch --stdout HEAD~1.. > lwm2m_senml_cbor.patch
/Zephyr-Core-3.5.0/
D.gitattributes1 # used to remove files from deployment using `git archive`
2 # git files
7 # Tell git to not diff certain files
Dversion.h.in5 * BUILD_VERSION related @template@ values will be 'git describe',
/Zephyr-Core-3.5.0/scripts/
Dseries-push-hook.sh26 base_commit=`git rev-parse $remote/main`
30 ${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
/Zephyr-Core-3.5.0/doc/
DLICENSING.rst17 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
/Zephyr-Core-3.5.0/doc/develop/west/
Dworkspaces.rst50 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 …]
Dbuilt-in.rst114 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 …]
Dmanifest.rst128 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/
Dcheck_known_checkpatch_issues.sh75 commit_id_str=$(git log ${git_log_params} HEAD | head -n 1)
141 git add ${known_checkpatch_issues}
142 git commit -m "${msg}"
Dmaintainer-checkpatch.bash92 git format-patch ${since} -o ${outdir} 2>/dev/null >/dev/null
/Zephyr-Core-3.5.0/cmake/
Dgen_version_h.cmake25 message(STATUS "git describe failed: ${stderr}")
27 message(STATUS "git describe warned: ${stderr}")
/Zephyr-Core-3.5.0/doc/project/
Dissues.rst28 For this, `git bisect`_ is the recommended tool.
36 https://git-scm.com/docs/git-bisect
Drelease_process.rst176 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/
Dboard.cmake6 # 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/
Dindex.rst98 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/
DREADME.rst14 … 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/
DREADME.rst72 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/
DREADME.rst12 `Vela compiler <https://git.mlplatform.org/ml/ethos-u/ethos-u-vela.git>`_.
/Zephyr-Core-3.5.0/doc/contribute/
Dguidelines.rst150 ``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/
Dtfm_integration.rst44 `git.trustedfirmware.org <https://git.trustedfirmware.org>`_, although a fork
/Zephyr-Core-3.5.0/scripts/footprint/
Dupload_data.py14 from git import Repo
15 from git.exc import BadName
Dtrack.py8 from git import Git
/Zephyr-Core-3.5.0/boards/arm/mps3_an547/
Dmps3_an547_ns.dts120 …* https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/an547/…

12345