Home
last modified time | relevance | path

Searched full:repo (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-Core-3.6.0/
Dwest.yml36 repo-path: babblesim-manifest
43 repo-path: base.git
50 repo-path: ext_2G4_libPhyComv1.git
57 repo-path: ext_2G4_phy_v1.git
64 repo-path: ext_2G4_channel_NtNcable.git
71 repo-path: ext_2G4_channel_multiatt.git
78 repo-path: ext_2G4_modem_magic.git
85 repo-path: ext_2G4_modem_BLE_simple.git
92 repo-path: ext_2G4_device_burst_interferer.git
99 repo-path: ext_2G4_device_WLAN_actmod.git
[all …]
DCONTRIBUTING.rst27 * Source code for the project is maintained in the GitHub repo:
30 * Issue and feature tracking is done using GitHub issues in this repo.
/Zephyr-Core-3.6.0/scripts/release/
Dlist_backports.py78 parser.add_argument("-r", "--repo", default="zephyr",
121 def __init__(self, repo, base, pulls): argument
123 self._repo = repo
131 def by_date_range(repo, base, start_date, end_date, excludes): argument
132 """Create a Backport object with the provided repo,
138 unfiltered_pulls = repo.get_pulls(
158 return Backport(repo, base, pulls)
161 def by_included_prs(repo, base, includes): argument
162 """Create a Backport object with the provided repo,
169 p = repo.get_pull(i)
[all …]
/Zephyr-Core-3.6.0/scripts/footprint/
Dupload_data.py14 from git import Repo
99 repo = Repo(zephyr_base)
124 gitcommit = repo.commit(f'{commit}')
128 gitcommit = repo.commit(f'{commit[cidx:]}')
/Zephyr-Core-3.6.0/scripts/
Dset_assignees.py50 parser.add_argument("-r", "--repo", default="zephyr",
60 gh_repo = gh.get_repo(f"{args.org}/{args.repo}")
63 log(f"working on https://github.com/{args.org}/{args.repo}/pull/{pr.number} : {pr.title}")
235 gh_repo = gh.get_repo(f"{args.org}/{args.repo}")
314 for repo in repos:
315 query += f" repo:{repo}"
367 …common_prs = f'repo:{args.org}/{args.repo} is:open is:pr base:main -is:draft no:assignee created:>…
/Zephyr-Core-3.6.0/scripts/ci/stats/
Dmerged_prs.py27 parser.add_argument('--repo', help='github repo', default='zephyrproject-rtos/zephyr')
142 gh_repo = gh.get_repo(args.repo)
149 query = f'repo:{args.repo} merged:{args.range} is:pr is:closed sort:updated-desc base:main'
/Zephyr-Core-3.6.0/.github/workflows/
Dcodecov.yaml19 - /repo-cache/zephyrproject:/github/cache/zephyrproject
65 string(REPLACE "/" "_" repo ${{github.repository}})
66 string(REPLACE "-" "_" repo2 ${repo})
67 file(APPEND $ENV{GITHUB_OUTPUT} "repo=${repo2}\n")
73 …key: ${{ steps.ccache_cache_prop.outputs.repo }}-${{github.event_name}}-${{matrix.platform}}-codec…
Dclang.yaml17 - /repo-cache/zephyrproject:/github/cache/zephyrproject
82 string(REPLACE "/" "_" repo ${{github.repository}})
83 string(REPLACE "-" "_" repo2 ${repo})
84 file(APPEND $ENV{GITHUB_OUTPUT} "repo=${repo2}\n")
90 …key: ${{ steps.ccache_cache_timestamp.outputs.repo }}-${{ github.ref_name }}-clang-${{ matrix.plat…
Dstats_merged_prs.yml24 …ts/merged_prs.py --pull-request ${{ github.event.pull_request.number }} --repo ${{ github.reposito…
Dtwister.yaml30 - /repo-cache/zephyrproject:/github/cache/zephyrproject
129 - /repo-cache/zephyrproject:/github/cache/zephyrproject
204 string(REPLACE "/" "_" repo ${{github.repository}})
205 string(REPLACE "-" "_" repo2 ${repo})
206 file(APPEND $ENV{GITHUB_OUTPUT} "repo=${repo2}\n")
213 …key: ${{ steps.ccache_cache_timestamp.outputs.repo }}-${{ github.ref_name }}-${{github.event_name}…
Dgreet_first_time_contributor.yml18 repo-token: ${{ secrets.GITHUB_TOKEN }}
/Zephyr-Core-3.6.0/doc/develop/west/
Dmanifest.rst27 :alt: West multi-repo history
30 West multi-repo history
184 repo-path: my-path
205 - ``proj2`` has a ``remote`` and a ``repo-path``, so its fetch URL is
206 ``https://git.example.com/base2/my-path``. The ``repo-path`` attribute, if
244 combined with the project's ``name`` (or ``repo-path``, if it has one)
254 * - ``repo-path``
257 Projects may not have both ``url`` and ``repo-path`` attributes.
349 repo-path: my-path
410 ``https://git.example.com/project-repo``, the manifest repository would
[all …]
Dwhy.rst41 Google's `repo <https://gerrit.googlesource.com/git-repo/>`_.
47 * Google repo
Dworkspaces.rst268 - Analogy with existing mechanisms: Google repo-based source distribution
285 ├── manifest-repo/ # .git/ never modified by west
296 Here is an example T3 :file:`manifest-repo/west.yml` which uses
320 path: manifest-repo
Dindex.rst10 features inspired by Google's Repo tool and Git submodules. West is also
/Zephyr-Core-3.6.0/boards/arm/qomu/doc/
Dindex.rst58 Refer to `TinyFPGA Programmer Application repo`_ for detailed information on installation
76 .. _TinyFPGA Programmer Application repo:
/Zephyr-Core-3.6.0/scripts/west_commands/
DREADME.txt7 on the multi-repo need to be in upstream west, not here. Try to limit
/Zephyr-Core-3.6.0/submanifests/
Doptional.yaml51 repo-path: tflite-micro
/Zephyr-Core-3.6.0/samples/tfm_integration/tfm_regression_test/
DREADME.rst14 The TF-M regression tests are implemented in the tf-m-tests repo: https://git.trustedfirmware.org/T…
16 This sample is available for platforms that are supported in the trusted-firmware-m repo: https://g…
/Zephyr-Core-3.6.0/subsys/
DCMakeLists.txt5 # is pulled in as though the source files are in main repo. This results in
/Zephyr-Core-3.6.0/doc/develop/toolchains/
Dcrosstool_ng.rst22 You will need to clone the ``sdk-ng`` repo and run the following command:
/Zephyr-Core-3.6.0/doc/
Dindex.rst28 the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also
128 .. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr
/Zephyr-Core-3.6.0/doc/introduction/
Dindex.rst31 project's `GitHub repo`_). There are some
38 .. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr
/Zephyr-Core-3.6.0/doc/develop/application/
Dindex.rst115 | <zephyr-repo-app>` | |
127 .. _zephyr-repo-app:
262 git clone https://github.com/zephyrproject-rtos/example-application my-manifest-repo
263 west init -l my-manifest-repo
266 :file:`my-manifest-repo` as the manifest repository. The :file:`my-workspace`
267 and :file:`my-manifest-repo` names are arbitrary: change them as needed.
271 can then edit :file:`my-manifest-repo/west.yml` to your liking, changing the
284 If you push the resulting :file:`my-manifest-repo` repository somewhere else,
286 repository to ``https://git.example.com/my-manifest-repo``. Other people can
291 west init -m https://git.example.com/my-manifest-repo my-workspace
[all …]
/Zephyr-Core-3.6.0/samples/tfm_integration/psa_protected_storage/
DREADME.rst27 This sample is available for platforms that are supported in the trusted-firmware-m repo:

123