/Zephyr-latest/scripts/footprint/ |
D | compare_footprint | 84 def get_git_commit(commit): argument 86 proc = subprocess.Popen('git rev-parse %s' % commit, stdout=subprocess.PIPE, 92 def sanity_results_filename(commit=None, cwd=os.environ.get('ZEPHYR_BASE')): argument 93 if not commit: 96 if commit == RELEASE_DATA: 99 file_name = "%s.csv" % commit 103 def git_checkout(commit, cwd=os.environ.get('ZEPHYR_BASE')): argument 109 proc = subprocess.Popen('git reset %s --hard' % commit, 119 def run_sanity_footprint(commit=None, cwd=os.environ.get('ZEPHYR_BASE'), argument 122 output_file = sanity_results_filename(commit) [all …]
|
D | upload_data.py | 27 def create_event(data, board, feature, commit, current_time, typ, application): argument 36 "commit": commit, 116 commit = file_data[1] 124 gitcommit = repo.commit(f'{commit}') 127 cidx = commit.find('-g') + 2 128 gitcommit = repo.commit(f'{commit[cidx:]}') 134 create_event(data, board, feature, commit, current_time, typ, app)
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 30 def validate(self, commit): argument 31 …filtered = [x for x in commit.message.body if not x.lower().startswith("signed-off-by") and x != '… 48 def validate(self, commit): argument 49 line_count = len(commit.message.body) 66 def validate(self, commit): argument 69 for line in commit.message.body:
|
/Zephyr-latest/tests/subsys/settings_commit_prio/ |
D | README.rst | 3 Settings Subsystem commit priority Test 9 This test is used to test the Settings Subsystem commit priority.
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/settings_mgmt/src/ |
D | settings.h | 12 void settings_state_get(bool *set, bool *get, bool *export, bool *commit);
|
D | settings.c | 99 void settings_state_get(bool *set, bool *get, bool *export, bool *commit) in settings_state_get() argument 104 *commit = commit_called; in settings_state_get()
|
/Zephyr-latest/doc/project/ |
D | issues.rst | 20 as the use case is known to be working on earlier commit or release. 21 In this case, providing directly the guilty commit when submitting the bug 24 To identify the commit causing the regression, several methods could be used,
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 96 developer. In the commit message of the contribution, (described more fully 136 The "sign-off" in the DCO is a "Signed-off-by:" line in each commit's log 147 author the commit (CI will fail if there is no match) 149 You can automatically add the Signed-off-by: line to your commit body using 150 ``git commit -s``. Use other commits in the zephyr git history as examples. 156 - If you are altering an existing commit created by someone else, you must add 160 commit by running ``git commit --amend -s``. 174 * the cherry-picked commits or portions of a commit shall preserve the original 378 Changes are submitted as Git commits. Each commit has a *commit 379 message* describing the change. Acceptable commit messages look like [all …]
|
D | contributor_expectations.rst | 58 in mind each commit in the PR must still build cleanly and pass all the CI 93 - Each commit in the PR must provide a commit message following the 94 :ref:`commit-guidelines`. 107 - When breaking a PR into multiple commits, each commit must build cleanly. The 161 only, add a comment to the PR indicating which commit is the rebase.
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor_regenerate.sh | 13 git commit -s -m"pre-patch"
|
D | README_lwm2m | 30 …e unpatched changes, then committing the desired patches in a subsequent commit, then creating the…
|
/Zephyr-latest/scripts/ci/ |
D | guideline_check.py | 68 commit = sh.git("diff", args.commits, **sh_special_args) 69 patch_set = PatchSet(commit)
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 11 # If you want to fetch a particular commit rather than the main
|
/Zephyr-latest/scripts/ |
D | requirements-extras.txt | 9 # helper for developers - check git commit messages
|
/Zephyr-latest/ |
D | .editorconfig | 85 # Git commit messages
|
D | .gitlint | 39 # commit-msg title must be matched to. 60 # it in the commit message.
|
D | CONTRIBUTING.rst | 33 to verify several aspects of the PR including Git commit formatting,
|
/Zephyr-latest/scripts/release/ |
D | list_devicetree_bindings_changes.py | 361 def load_compat2binding(commit: str) -> Compat2Binding: 366 def git_worktree(directory: os.PathLike, commit: str): 368 subprocess.run(['git', 'worktree', 'add', '--detach', fspath, commit], 376 with git_worktree(tmpdir, commit):
|
/Zephyr-latest/scripts/checkpatch/ |
D | check_known_checkpatch_issues.sh | 142 git commit -m "${msg}"
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 75 Even if some of the commits require changes, keep the commit messages of all the ported commits 80 "Backporting commit <sha>" 82 … ``<sha>`` indicates the SHA of the commit after it has been already merged in the current version.
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | README | 47 commit:
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 001_bug_report.md | 30 specific commit?
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 206 [00:00:00.181,112] <inf> app/spsc_pbuf: commit in 0x2f0df800 207 [00:00:00.189,090] <inf> app/spsc_pbuf: commit 0x2f0df800, len:20 wr_idx: 44 217 [00:00:05.077,098] <inf> rad/spsc_pbuf: commit in 0x2f0df000 218 [00:00:05.077,134] <inf> rad/spsc_pbuf: commit 0x2f0df000, len:20 wr_idx
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 125 *Rebase and merge*, or *Create a merge commit* option using Github UI). This 146 Upstream changes brought as a single *snapshot* commit (manual diff) in a 157 The commit message is expected to identify the upstream project URL, the 158 version to which the module is updated (upstream version, tag, commit SHA, 165 the *Create a merge commit* operation. 168 (that is, the original commit SHAs) is preserved in the module repository. The 350 * synchronization information with the external project (commit, SHA, version etc.) 1135 of the tree we use the commit hash, a tag, or a branch name. For pull requests 1143 be merged first and be assigned a permanent commit hash. Drafts reduce noise by 1147 maintainer to the commit hash of the module which reflects the changes. [all …]
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 162 See commit `9ba92b05`_ for details. 176 See commit `d9f00e24`_ for details. 200 .. _9ba92b05: https://github.com/zephyrproject-rtos/west/commit/9ba92b054500d75518ff4c4646590bfe134… 201 .. _d9f00e24: https://github.com/zephyrproject-rtos/west/commit/d9f00e242b8cb297b56e941982adf231281… 282 backwards-incompatible way. For more details, see commit 283 …[56cfe8d1d1](https://github.com/zephyrproject-rtos/west/commit/56cfe8d1d1f3c9b45de3e793c738acd62db… 525 has been fixed; see `commit 36f3f91e 526 <https://github.com/zephyrproject-rtos/west/commit/36f3f91e270782fb05f6da13800f433a9c48f130>`_
|