Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/
D.gitlint7 # By default gitlint will ignore merge commits. Set to 'false' to disable.
8 ignore-merge-commits=false
52 # Whether to ignore this rule on merge commits (which typically only have a title)
54 ignore-merge-commits=false
/Zephyr-latest/boards/common/
Dnios2.board.cmake7 # TODO: merge this script into nios2.py
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst84 #. Create the pull request selecting ``v2.7-branch`` as the merge target.
95 1. Create the pull request selecting ``v2.7-branch`` as the merge target.
108 As a maintainer, these are the steps required before proceeding with the merge process:
128 To merge a backported fix after the pull request for the fix has gone through the review process,
147 #. Push the reviewed pull-request branch to the newly created branch and merge the backport branch
159 As an MCUmgr maintainer, you may not be able to merge the ``west.yml`` update, to introduce the fix…
160 However, you are responsible for such a merge to happen as soon as possible after the MCUmgr fixes …
/Zephyr-latest/subsys/testsuite/coverage/
Dcoverage.h116 void (*merge[GCOV_COUNTERS])(gcov_type *, unsigned int); member
Dcoverage.c111 if (!info->merge[iter_1]) { in gcov_calculate_buff_size()
201 if (!info->merge[iter_counts]) { in gcov_populate_buffer()
/Zephyr-latest/scripts/build/
Dmergehex.py28 ih.merge(to_merge, overlap=overlap)
/Zephyr-latest/tests/kernel/device/
DCMakeLists.txt14 # at all. So add this flag to merge string constants such that
/Zephyr-latest/subsys/net/lib/lwm2m/
DREADME_lwm2m24 If the patch fails to apply, you can attempt to use the 3-way merge capabilities by committing the …
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only-darkmode-toggle.css14 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Ddoxygen-awesome-sidebar-only.css13 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/Zephyr-latest/doc/project/
Dproject_roles.rst107 approvals needed to merge a PR. Other criteria for merging may apply.
141 required approvals needed to merge a PR. Other criteria for merging may apply.
215 * Right to merge code changes to the zephyr tree following the project rules.
220 * Responsibility to merge all contributions regardless of their
222 maintainers and follow the merge criteria of a change.
362 approvals, the merge criteria is extended with the guidelines below:
378 * Release engineers shall not merge code changes originating and reviewed
379 only by their own organisation. To be able to merge such changes, at least
Ddev_env_and_tools.rst26 release managers are allowed to merge a pull request into the main branch once
31 Give reviewers time to review before code merge
161 approvals are required to be able to merge a pull request. The person merging
162 the request can merge without approving or approve and merge to get to the 2
351 PR complexity, affects how long a merge should be held to ensure proper
Drelease_process.rst68 will be called 3.1.0-rc1. The -rc1 release is the signal that the time to merge
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake127 set_compiler_property(PROPERTY no_global_merge "-mno-global-merge")
/Zephyr-latest/scripts/west_commands/runners/
Dnrf_common.py456 net_hex.merge(self.hex_contents[start:end])
458 app_hex.merge(self.hex_contents[start:end])
/Zephyr-latest/doc/contribute/
Dcontributor_expectations.rst17 - Easier to rebase and merge. Smaller PRs are less likely to conflict with other
103 - PRs must pass all CI checks. This is a requirement to merge the PR.
149 Zephyr project does not require all comments to be resolved before merge.
Dguidelines.rst897 merge conflict. If so, rebase your local branch::
928 attention needed and it will be ready for merge sooner than later:
936 #. On the PR page, check if the change can still be merged with no merge
/Zephyr-latest/include/zephyr/arch/nios2/
Dlinker.ld217 * address, and one to merge them - but if we can put the most commonly
/Zephyr-latest/doc/develop/
Dmodules.rst125 *Rebase and merge*, or *Create a merge commit* option using Github UI). This
148 the *Rebase & merge* operation. This approach is simple and
162 Upstream changes brought in by performing a Git merge of the intended upstream
165 the *Create a merge commit* operation.
169 downside of this approach is that two additional merge commits are generated in
217 responsibility to merge approved pull requests in the main branch of a
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst692 merge. The build system will check that the resulting merged binding is
728 This relies on the dictionary merge to fill in the other keys for ``reg``, like
/Zephyr-latest/doc/develop/west/
Dworkspaces.rst27 rebase it on top of a new ``manifest-rev``, or merge ``manifest-rev`` into
Dbuilt-in.rst173 - in all other projects where no rebase or merge is needed it keeps
/Zephyr-latest/doc/services/tfm/
Doverview.rst267 sign the secure and non-secure images, and merge the three binaries into a
/Zephyr-latest/doc/build/cmake/
Dindex.rst84 C++). The C preprocessor is also used to merge in any devicetree
/Zephyr-latest/doc/safety/
Dsafety_overview.rst273 a path to merge these changes back into the main branch so that they are not lost, and to have

12