Home
last modified time | relevance | path

Searched full:project (Results 1 – 25 of 1558) sorted by relevance

12345678910>>...63

/Zephyr-Core-3.4.0/doc/project/
Dproposals.rst37 importance to the project. Often, the requester may have a readiness and
47 the project goals and other timeline considerations. The priority is
59 by any project member or the community. You should contact an assigned owner if
66 Project roadmaps and release plans are both important tools for the project, but
67 they have very different purposes and should not be confused. A project roadmap
68 communicates the high-level overview of a project's strategy, while a release
72 - The project roadmap communicates the why; a release plan details the what
77 Project Roadmap
80 The project roadmap should serve as a high-level, visual summary of the
81 project's strategic objectives and expectations.
[all …]
Dindex.rst3 Project and Governance
22 The Zephyr project defines a development process workflow using GitHub
33 project's :ref:`development processes and tools <dev-environment-and-tools>`
35 project's goals and guidelines for our active developer community.
37 :ref:`project_roles` describes in detail the Zephyr project roles and associated permissions
/Zephyr-Core-3.4.0/
DCODE_OF_CONDUCT.md6 contributors and maintainers pledge to making participation in our project and
36 Project maintainers are responsible for clarifying the standards of acceptable
40 Project maintainers have the right and responsibility to remove, edit, or
48 This Code of Conduct applies both within project spaces and in public spaces
49 when an individual is representing the project or its community. Examples of
50 representing a project or community include using an official project e-mail
52 representative at an online or offline event. Representation of a project may be
53 further defined and clarified by project maintainers.
58 reported by contacting the project team at conduct@zephyrproject.org.
62 project team is obligated to maintain confidentiality with regard to the
[all …]
DCONTRIBUTING.rst4 As an open-source project, we welcome and encourage the community to submit
5 patches directly to the project. In our collaborative open source environment,
17 * There are some imported or reused components of the Zephyr project that
27 * Source code for the project is maintained in the GitHub repo:
/Zephyr-Core-3.4.0/doc/develop/west/
Dbuilt-in.rst13 Some commands take projects as arguments. These arguments can be project
15 on the local file system. Omitting project arguments to commands which
89 [--group-filter FILTER] [--stats] [PROJECT ...]
94 :file:`west.yml`, and updates each project specified there.
95 If your manifest uses :ref:`project groups <west-manifest-groups>`, then
98 To operate on a subset of projects only, give ``PROJECT`` argument(s). Each
99 ``PROJECT`` is either a project name as given in the manifest file, or a
100 path that points to the project within the workspace. If you specify
103 **Project update procedure:**
105 For each project that is updated, this command:
[all …]
Dmanifest.rst35 repositories in the workspace, with each project repository boxed in by a
42 project repositories. This relationship is shown using dotted line arrows in the
44 to a corresponding commit in a project repository.
52 - Project and manifest repository histories don't have to move
60 One use for moving backward in project history is to "revert" a regression by
63 - Project repository commits can be "skipped": ``P3`` moves forward
66 - In the above diagram, no project repository has two revisions "at
84 # short names for project URLs
88 # default project attributes
94 # a list of project groups to enable or disable
[all …]
Dconfig.rst143 - String, default empty. A comma-separated list of project groups to
152 * - ``manifest.project-filter``
162 Project names are matched against each regular expression (``re1``,
163 ``re2``, ``re3``, ...) in the list, in order. If the entire project name
165 deactivates or activates the project. The project is deactivated if the
166 element begins with ``-``. The project is activated if the element
167 begins with ``+``. (Project names cannot contain ``,`` if this option is
171 If a project's name matches multiple regular expressions in the list,
173 if ``manifest.project-filter`` is:
179 Then a project named ``hal_bar`` is inactive, but a project named
[all …]
Drelease-notes.rst14 - Support for a new ``manifest.project-filter`` configuration option.
19 - Project names which contain comma (``,``) or whitespace now generate
20 warnings. These warnings are errors if the new ``manifest.project-filter``
42 ``manifest.project-filter`` configuration option's value.
249 project. See :ref:`west-project-userdata` for details.
259 - The ``west.manifest.Project.userdata`` attribute was added to support
260 project user data.
272 - The manifest file parser was incorrectly allowing project names which contain
276 Note: if you need to place a project within a subdirectory of the workspace
277 topdir, use the ``path:`` key. If you need to customize a project's fetch URL
[all …]
Dworkspaces.rst15 project. This branch points to the revision that the manifest file
16 specified for the project at the time :ref:`west-update` was last run.
20 as project revisions.
39 ``refs/west/foo``) for itself in local project repositories. Unlike
51 when a project's ``manifest-rev`` branch must be updated to a newly fetched
136 Project locations
142 In other words, project repositories need not be located in subdirectories of
146 You may replace a project's repository directory within the workspace with a
166 super-project
181 the super-project, zephyr and other projects as submodules
[all …]
/Zephyr-Core-3.4.0/.github/ISSUE_TEMPLATE/
D006_nomination.md3 about: Nominate a GitHub user for additional rights on the Zephyr Project
12 The [TSC Project Roles] defines the main roles for the Zephyr Project, including
36 Add links to 3-5 GitHub pull requests, in the Zephyr project, authored or
38 Zephyr project.
41 [TSC Project Roles]: <https://docs.zephyrproject.org/latest/project/project_roles.html>
/Zephyr-Core-3.4.0/samples/net/sockets/dumb_http_server/src/
Dresponse_big.html.bin18 <a href="https://www.zephyrproject.org/about/what-is-zephyr-project">Zephyr About page</a>
22 <h1>What is Zephyr™ Project?</h1>
27Project, is a Linux Foundation hosted Collaboration Project, an open source collaborative effort u…
31Project is perfect for building simple connected sensors, LED wearables, up to modems and small Io…
/Zephyr-Core-3.4.0/samples/net/sockets/dumb_http_server_mt/src/
Dresponse_big.html.bin18 <a href="https://www.zephyrproject.org/about/what-is-zephyr-project">Zephyr About page</a>
22 <h1>What is Zephyr™ Project?</h1>
27Project, is a Linux Foundation hosted Collaboration Project, an open source collaborative effort u…
31Project is perfect for building simple connected sensors, LED wearables, up to modems and small Io…
/Zephyr-Core-3.4.0/tests/ztest/fail/
DCMakeLists.txt12 # Set the target binary for the 'core' external project. The path to this must match the one set
18 # Set the target binary for the 'core' external project. The path to this must match the one set
23 # Create the project and set the sources for the target
24 project(fail)
27 # Find which CONFIG_ZTEST_FAIL_TEST_* choice was set so we can pass it to the external project
29 # 'core' project as a cmake argument.
37 # Add the 'core' external project which will mirror the configs of this project.
/Zephyr-Core-3.4.0/doc/contribute/
Dexternal.rst31 Integrating code into the Zephyr Project from other projects that use a license
34 `Zephyr project charter`_. The board will automatically reject licenses that
41 .. _Zephyr project charter:
49 with the Zephyr Project without concerns over patent or copyright issues.
56 comes from an existing project, there are additional questions that must be
60 into the project:
62 - Is this the most optimal way to introduce the functionality to the project?
65 - Is the external project being actively maintained? This is particularly
68 Are there other open source project that implement the same functionality?
73 There are two ways of integrating external source code into the Zephyr Project,
[all …]
Dbin_blobs.rst39 The Zephyr Project does not host binary blobs in its Git repositories or
118 be unconditionally accepted by the project; any blob may be rejected for other
130 meets these requirements. The project may remove a blob from the upstream
150 APIs may change and such blobs cannot be modified by all project maintainers
161 can be linked by a toolchain supported by the Zephyr Project. This is required
175 project maintainers define an open source test suite that an upstream
187 At the discretion of the release team, the project may remove support for a
193 The Zephyr Project is not expected to be responsible for the maintenance and
195 Zephyr Project release team, and on a case-by-case basis:
199 - Such issues may be closed as out of scope of the Zephyr project
[all …]
/Zephyr-Core-3.4.0/samples/net/cloud/google_iot_mqtt/
DKconfig12 Set required client string that matches Google Cloud project
18 Set required audience string that matches Google Cloud project
24 Set required subscription string that matches Google Cloud project
31 Set publish topics string that matches Google Cloud project
/Zephyr-Core-3.4.0/scripts/utils/
Dtwister_to_list.py8 -p path/to/zephyr-based-project
48 def twister_to_list(project, dry_run): argument
53 for p in project.glob("**/*"):
77 "-p", "--project", type=Path, required=True, help="Zephyr-based project path"
82 twister_to_list(args.project, args.dry_run)
Dmigrate_sys_init.py11 -p path/to/zephyr-based-project
22 def update_sys_init(project, dry_run): argument
23 for p in project.glob("**/*"):
85 "-p", "--project", type=Path, required=True, help="Zephyr-based project path"
90 update_sys_init(args.project, args.dry_run)
/Zephyr-Core-3.4.0/doc/_doxygen/
Dmainpage.md9 information about the project and becoming a member, and this [summary
11 to help you find your way around the project.
23 in the [project's GitHub LICENSE
25 There are some imported or reused components of the Zephyr project that
26 use other licensing, as described in [Licensing of Zephyr Project
/Zephyr-Core-3.4.0/doc/security/
Dsecure-coding.rst17 security is addressed within the Zephyr project. All code submitted
25 This document covers guidelines for the `Zephyr Project`_, from a
31 .. _Zephyr Project: https://www.zephyrproject.org/
36 gives basic requirements that a developer working on the project will
47 project.
68 of the Zephyr project, this can be realized, e.g., by modular code
84 of the Zephyr project, this could encompass split keys [PAUL09]_.
115 threshold of 80% is given in [MS12]_). For the Zephyr project, this can
137 The Zephyr project must have at least one primary developer who knows
187 A "primary developer" in a project is anyone who is familiar with the
[all …]
Dreporting.rst9 Vulnerabilities to the Zephyr project may be reported via email to the
12 Each vulnerability will be entered into the Zephyr Project security
102 Zephyr project bug tracking system.
106 within the Zephyr project to fix the issues, and 60 days for external
111 project github. Developers shall make an attempt to not reveal the
137 The Zephyr project shall maintain a vulnerability-alerts mailing list.
138 This list will be seeded initially with a contact from each project
141 vetted by the project director to determine that they have a
149 status within the project. This information is intended to allow them
155 - The Zephyr Project security advisory link (GitHub).
[all …]
/Zephyr-Core-3.4.0/doc/
Dindex.rst2 Zephyr Project documentation main file
6 Zephyr Project Documentation
11 Welcome to the Zephyr Project's documentation for version |version|.
18 **Welcome to the Zephyr Project's documentation
28 the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also
41 <p>Introducing the Zephyr Project: overview, architecture, features, and licensing</p>
56 <p>As an open-source project, we welcome and encourage the community
57 to submit patches directly to the project.</p>
79 …ocesses, and developer guidelines for ensuring security is addressed within the Zephyr project.</p>
112 project/index.rst
Dindex-tex.rst4 Zephyr Project documentation main file
8 Zephyr Project Documentation
24 project/index.rst
/Zephyr-Core-3.4.0/tests/arch/arm/arm_irq_vector_table/
DREADME.txt5 Verify a project can install ISRs directly in the vector table. Only for
10 Building and Running Project:
12 This project outputs to the console. It can be built and executed on QEMU as
21 Problems caused by out-dated project information can be addressed by
22 issuing one of the following commands then rebuilding the project:
40 PROJECT EXECUTION SUCCESSFUL
/Zephyr-Core-3.4.0/subsys/net/lib/http/
DREADME_http_parser4 The http-parser library* from the nodejs project is a downstream of an
5 externally maintained open source project. The original upstream code
14 * "http-parser" is the project's name, "http_parser" is used in filenames.

12345678910>>...63