| /Zephyr-4.2.1/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-4.2.1/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-4.2.1/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-4.2.1/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-4.2.1/tests/subsys/mgmt/mcumgr/settings_mgmt/src/ |
| D | settings.h | 41 void settings_state_get(bool *set, bool *get, bool *export, bool *commit);
|
| D | settings.c | 105 void settings_state_get(bool *set, bool *get, bool *export, bool *commit) in settings_state_get() argument 110 *commit = commit_called; in settings_state_get()
|
| /Zephyr-4.2.1/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-4.2.1/doc/contribute/ |
| D | guidelines.rst | 146 developer. In the commit message of the contribution, (described more fully 186 The "sign-off" in the DCO is a "Signed-off-by:" line in each commit's log 197 author the commit. Pseudo or anonymized emails such as 199 email must match the one you use to author the commit (CI will fail if 202 You can automatically add the Signed-off-by: line to your commit body using 203 ``git commit -s``. Use other commits in the zephyr git history as examples. 209 - If you are altering an existing commit created by someone else, you must add 396 Changes are submitted as Git commits. Each commit has a *commit 397 message* describing the change. Acceptable commit messages look like 409 fit your commit. [all …]
|
| D | contributor_expectations.rst | 58 in mind each commit in the PR must still build cleanly and pass all the CI 95 - Each commit in the PR must provide a commit message following the 96 :ref:`commit-guidelines`. 117 Each commit should correspond to a self-contained, meaningful change. For example, adding a 120 commit. 124 Every commit in the pull request must build successfully and pass all relevant tests. This 125 ensures that git bisect can be used effectively to identify the specific commit that introduced 139 Use interactive rebasing (git rebase -i) to clean up the commit history before submitting the 142 * Squashing small, incomplete commits into a single cohesive commit. 143 * Ensuring that each commit remains bisectable. [all …]
|
| /Zephyr-4.2.1/scripts/ci/ |
| D | guideline_check.py | 66 commit = sh.git("diff", args.commits, **sh_special_args) 67 patch_set = PatchSet(commit)
|
| /Zephyr-4.2.1/submanifests/ |
| D | example.yaml.sample | 11 # If you want to fetch a particular commit rather than the main
|
| /Zephyr-4.2.1/scripts/ |
| D | requirements-extras.txt | 12 # helper for developers - check git commit messages
|
| /Zephyr-4.2.1/ |
| D | .editorconfig | 85 # Git commit messages
|
| D | .gitlint | 40 # commit-msg title must be matched to. 61 # it in the commit message.
|
| D | CONTRIBUTING.rst | 33 to verify several aspects of the PR including Git commit formatting,
|
| /Zephyr-4.2.1/scripts/west_commands/ |
| D | patch.py | 487 subject = cm.commit.message.splitlines()[0] 497 "author": cm.commit.author.name or "Hidden", 498 "email": cm.commit.author.email or "hidden@github.com", 499 "date": cm.commit.author.date.strftime("%Y-%m-%d"),
|
| /Zephyr-4.2.1/scripts/checkpatch/ |
| D | check_known_checkpatch_issues.sh | 142 git commit -m "${msg}"
|
| /Zephyr-4.2.1/doc/contribute/style/ |
| D | python.rst | 33 to remove it from the list and format it in a separate commit.
|
| D | index.rst | 31 code, make the file *$ZEPHYR_BASE/.git/hooks/pre-commit* executable and edit 40 Instead of running checkpatch at each commit, you may prefer to run it only
|
| /Zephyr-4.2.1/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-4.2.1/drivers/flash/ |
| D | flash_stm32h7x.c | 93 bool commit) in write_opt() argument 118 if (commit) { in write_opt() 186 bool commit = false; in flash_stm32_update_wp_sectors() local 212 commit = true; in flash_stm32_update_wp_sectors() 220 if (commit) { in flash_stm32_update_wp_sectors()
|
| /Zephyr-4.2.1/lib/utils/getopt/ |
| D | README | 49 commit:
|
| /Zephyr-4.2.1/doc/develop/west/ |
| D | zephyr-cmds.rst | 393 merge-commit: 1234567890abcdef1234567890abcdef12345678 438 each individual commit associated with the given pull request. 444 │ ├── first-commit-from-pr.patch 445 │ ├── second-commit-from-pr.patch 446 │ └── third-commit-from-pr.patch
|