Home
last modified time | relevance | path

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

123

/Zephyr-latest/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-latest/
Dwest.yml38 repo-path: base
45 repo-path: ext_2G4_channel_NtNcable
52 repo-path: ext_2G4_channel_multiatt
59 repo-path: ext_2G4_device_WLAN_actmod
66 repo-path: ext_2G4_device_burst_interferer
73 repo-path: ext_2G4_device_playback
80 repo-path: ext_2G4_libPhyComv1
87 repo-path: ext_2G4_modem_BLE_simple
94 repo-path: ext_2G4_modem_magic
101 repo-path: ext_2G4_phy_v1
[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-latest/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-latest/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}")
236 gh_repo = gh.get_repo(f"{args.org}/{args.repo}")
315 for repo in repos:
316 query += f" repo:{repo}"
368 …common_prs = f'repo:{args.org}/{args.repo} is:open is:pr base:main -is:draft no:assignee created:>…
/Zephyr-latest/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-latest/.github/workflows/
Dtwister-prep.yaml22 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
55 git clone --shared /repo-cache/zephyrproject/zephyr .
77repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrpro…
Dbsim-tests.yaml41 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
66 git clone --shared /repo-cache/zephyrproject/zephyr .
88repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrpro…
Dstats_merged_prs.yml24 …ts/merged_prs.py --pull-request ${{ github.event.pull_request.number }} --repo ${{ github.reposito…
Dtwister.yaml32 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
72 git clone --shared /repo-cache/zephyrproject/zephyr .
99repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrpro…
Dscorecards.yml57 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
Dgreet_first_time_contributor.yml18 repo-token: ${{ secrets.GITHUB_TOKEN }}
/Zephyr-latest/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
325 .. _workspace-as-git-repo:
Dindex.rst10 features inspired by Google's Repo tool and Git submodules. West is also
/Zephyr-latest/boards/quicklogic/qomu/doc/
Dindex.rst48 Refer to `TinyFPGA Programmer Application repo`_ for detailed information on installation
66 .. _TinyFPGA Programmer Application repo:
/Zephyr-latest/scripts/west_commands/
DREADME.txt7 on the multi-repo need to be in upstream west, not here. Try to limit
/Zephyr-latest/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-latest/doc/
Dindex.rst90 the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also
122 .. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr
/Zephyr-latest/submanifests/
Doptional.yaml52 repo-path: tflite-micro
/Zephyr-latest/subsys/
DCMakeLists.txt5 # is pulled in as though the source files are in main repo. This results in
/Zephyr-latest/boards/adafruit/itsybitsy/doc/
Dindex.rst99 ItsyBitsy bootloader can be found in the `Adafruit nRF52 Bootloader repo`_.
146 .. _Adafruit nRF52 Bootloader repo:
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst47 to Zephyr, but if your SoC is placed in a local repo, then any folder
48 structure under ``<your-repo>/soc`` is permitted.
148 SoC devicetree include files are located in the :file:`<zephyr-repo>/dts` folder
/Zephyr-latest/doc/contribute/style/
Dindex.rst39 before pushing on zephyr repo. To do this, make the file

123