Home
last modified time | relevance | path

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

12345678910>>...67

/Zephyr-Core-3.6.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.6.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.rst161 - String, default empty. A comma-separated list of project groups to
170 * - ``manifest.project-filter``
180 Project names are matched against each regular expression (``re1``,
181 ``re2``, ``re3``, ...) in the list, in order. If the entire project name
183 deactivates or activates the project. The project is deactivated if the
184 element begins with ``-``. The project is activated if the element
185 begins with ``+``. (Project names cannot contain ``,`` if this option is
189 If a project's name matches multiple regular expressions in the list,
191 if ``manifest.project-filter`` is:
197 Then a project named ``hal_bar`` is inactive, but a project named
[all …]
Drelease-notes.rst52 string, which prints the project's ``description:`` value.
75 - ``west.manifest.Project`` now has a ``description`` attribute,
89 - Support for a new ``manifest.project-filter`` configuration option.
94 - Project names which contain comma (``,``) or whitespace now generate
95 warnings. These warnings are errors if the new ``manifest.project-filter``
117 ``manifest.project-filter`` configuration option's value.
324 project. See :ref:`west-project-userdata` for details.
334 - The ``west.manifest.Project.userdata`` attribute was added to support
335 project user data.
347 - The manifest file parser was incorrectly allowing project names which contain
[all …]
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/
Dmanifest_projects_table.py75 for project in manifest.projects:
76 if project.name == "manifest":
78 if active_filter == 'active' and manifest.is_active(project):
79 projects.append(project)
80 elif active_filter == 'inactive' and not manifest.is_active(project):
81 projects.append(project)
83 projects.append(project)
100 entry += nodes.paragraph(text="Project")
107 for project in projects:
112 entry += nodes.paragraph(text=project.name)
[all …]
/Zephyr-Core-3.6.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.6.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.6.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.6.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.6.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 …]
Dindex.rst6 Contributions from the community are the backbone of the project. Whether it is by submitting code,
23 Learn about the overall process and guidelines for contributing to the Zephyr project.
26 how to ensure your contribution can be considered for inclusion in the project and potentially
31 contributors to the project.
42 project.
47 The Zephyr project thrives on good documentation. Whether it is as part of a code contribution or
48 as a standalone effort, contributing documentation is particularly valuable to the project.
89 blobs <blobs-process>` to the project.
94 When your first contribution to the Zephyr project gets merged, you'll become eligible to claim your
96 profile, etc. It will allow you to showcase your involvement in the Zephyr project and help raise
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.6.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.6.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_includes.py12 -p path/to/zephyr-based-project
29 def update_includes(project, dry_run): argument
30 for p in project.glob("**/*"):
80 "-p", "--project", type=Path, required=True, help="Zephyr-based project path"
85 update_includes(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.6.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
113 project github. Developers shall make an attempt to not reveal the
139 The Zephyr project shall maintain a vulnerability-alerts mailing list.
140 This list will be seeded initially with a contact from each project
143 vetted by the project director to determine that they have a
151 status within the project. This information is intended to allow them
157 - The Zephyr Project security advisory link (GitHub).
[all …]
/Zephyr-Core-3.6.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.6.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.6.0/tests/benchmarks/latency_measure/
Dtestcase.yaml21 - "PROJECT EXECUTION SUCCESSFUL"
42 - "PROJECT EXECUTION SUCCESSFUL"
59 - "PROJECT EXECUTION SUCCESSFUL"
77 - "PROJECT EXECUTION SUCCESSFUL"
98 - "PROJECT EXECUTION SUCCESSFUL"
118 - "PROJECT EXECUTION SUCCESSFUL"
136 - "PROJECT EXECUTION SUCCESSFUL"
/Zephyr-Core-3.6.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>>...67