Home
last modified time | relevance | path

Searched full:projects (Results 1 – 25 of 59) sorted by relevance

123

/Zephyr-Core-2.7.6/doc/guides/west/
Dmanifest.rst48 - Projects can be added (like ``P1`` between manifest repository
68 the projects it cares about. This can be relaxed by using a branch
85 projects:
86 # a list of projects managed by west
101 ``projects``, and ``self``. In YAML terms, the value of the ``manifest`` key is
105 The ``projects`` value is a list of repositories managed by west and associated
107 section, which can be used to save typing in the ``projects`` list.
113 where projects can be fetched from.
118 below, projects can also specify their complete fetch URLs.)
154 .. _west-manifests-projects:
[all …]
Dbasics.rst9 West's built-in commands allow you to work with *projects* (Git
29 │ # Projects managed by west:
34 └── [ ... other projects ...]
76 The manifest file is a YAML file that defines *projects*, which are the
82 workspace's projects based on the contents of the manifest file.
84 projects
85 Projects are Git repositories managed by west. Projects are defined in the
87 example workspace, ``tinycbor`` and ``net-tools`` are projects.
90 the locations of all the projects in the workspace, so any code they contain
106 workspace except :file:`.west`, the manifest repository, and the projects
[all …]
Dbuilt-in.rst13 Some commands take projects as arguments. These arguments can be project
17 to using all projects in the manifest file plus the manifest repository
91 **Which projects are updated:**
96 only the active projects are updated.
98 To operate on a subset of projects only, give ``PROJECT`` argument(s). Each
101 projects explicitly, they are updated regardless of whether they are active.
157 ``west update --rebase`` will fail in projects that have git conflicts
168 never fails either but does not treat all projects the same:
170 - in projects where your branch diverged from the incoming commits, it
173 - in all other projects where no rebase or merge is needed it keeps
[all …]
Dworkspaces.rst81 To use this helper on just the projects ``foo`` and ``bar``, run:
125 Projects can be located anywhere inside the workspace, but they may not
130 projects must have paths inside the workspace.
164 and names other projects required to build it in its :file:`west.yml`. This
167 the super-project, zephyr and other projects as submodules
202 projects:
226 projects:
242 imported projects separately. In the above example, using ``import`` means
253 and specifies a list of projects all at the same "level"
284 v2.5.0 and its modules, then add the ``app1`` and ``app2`` projects:
[all …]
Drelease-notes.rst11 - ``west status`` now only prints output for projects which have a nonempty
23 :ref:`west-manifests-projects` for examples.
74 - ``west update`` now synchronizes Git submodules in projects by default. This
167 enabled and disabled to determine what projects are "active", and therefore
171 - ``west update`` no longer updates inactive projects by default. It now
176 with no arguments does not print information for inactive projects by
177 default. If the user specifies a list of projects explicitly at the command
181 projects, even inactive ones.
369 commands can operate on multiple projects; if a subprocess related to one
371 projects. All of them also now report a nonzero error code from the west
[all …]
/Zephyr-Core-2.7.6/doc/guides/
Dzephyr_cmake_package.rst89 <projects>/zephyr-workspace
111 <projects>/zephyr-workspace
138 <projects>/zephyr-workspace
180 <projects>/zephyr-workspace/zephyr
184 in this example, ``hello_world`` will use ``<projects>/zephyr-workspace/zephyr``.
192 <projects>/zephyr-workspace
198 in this example, ``my_first_app`` will use ``<projects>/zephyr-workspace/zephyr`` as this Zephyr
207 <projects>/zephyr-workspace-1
210 <projects>/zephyr-workspace-2
219 in this example, only ``<projects>/zephyr-workspace-2/zephyr`` is exported to the CMake package
[all …]
/Zephyr-Core-2.7.6/scripts/
Dzephyr_module.py7 '''Tool for parsing a list of projects to determine if they are Zephyr
8 projects. If no projects are given then the output from `west list` will be
260 projects = [p.posixpath for p in manifest.get_projects([])
263 projects = [p.posixpath for p in manifest.get_projects([])]
268 projects = []
270 projects = modules.copy()
275 projects += extra_modules
285 for project in projects:
331 Process a list of projects and create Kconfig / CMake include files for
332 projects which are also a Zephyr module''')
/Zephyr-Core-2.7.6/doc/templates/
Dsample.tmpl17 [For simple projects, a description of how to wire the board for the demo. For
18 complex projects, provide a graphic with more details, preferably using
/Zephyr-Core-2.7.6/scripts/west_commands/zspdx/
Dcmakefileapijson.py113 projects_arr = cfg_dict.get("projects", [])
122 cfg.projects.append(prj)
344 for cfgPrj in cfg.projects:
360 cfgDir.project = cfg.projects[cfgDir.projectIndex]
376 cfgPrj.parent = cfg.projects[cfgPrj.parentIndex]
380 cfgPrj.children.append(cfg.projects[childIndex])
401 cfgTarget.project = cfg.projects[cfgTarget.projectIndex]
Dcmakefileapi.py27 self.projects = []
60 # A member of the configuration.projects array
/Zephyr-Core-2.7.6/boards/xtensa/esp32/doc/
Dindex.rst261 .. _`installing prerequisites`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-sta…
262 .. _`set up the tools`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/ind…
263 .. _`set up environment variables`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get…
264 .. _`ESP32 Toolchain`: https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-guides/tools/i…
265 .. _`OpenOCD for ESP32 download`: https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-gui…
/Zephyr-Core-2.7.6/samples/net/cloud/google_iot_mqtt/
Dprj.conf61 CONFIG_CLOUD_CLIENT_ID="projects/<PROJECT_ID>/locations/<REGION>/registries/<REGISTRY_ID>/devices/<…
DREADME.rst58 CLOUD_CLIENT_ID="projects/PROJECT_ID/locations/REGION/registries/REGISTRY_ID/devices/DEVICE_ID"
/Zephyr-Core-2.7.6/boards/nios2/altera_max10/doc/
Dindex.rst231 Reading symbols from /projects/zephyr/samples/hello_world/build/zephyr/zephyr.elf...done.
236 isr_tables_syms () at /projects/zephyr/arch/common/isr_tables.c:63
239 Breakpoint 1 at 0xdf0: file /projects/zephyr/arch/nios2/core/prep_c.c, line 36.
241 Breakpoint 2 at 0x1254: file /projects/zephyr/kernel/init.c, line 348.
245 Breakpoint 2, _Cstart () at /projects/zephyr/kernel/init.c:348
/Zephyr-Core-2.7.6/doc/contribute/
Dexternal.rst3 Contributing source code from external projects
8 available in other open source projects.
25 Integrating code into the Zephyr Project from other projects that use a license
/Zephyr-Core-2.7.6/scripts/dts/
DREADME.txt10 projects.
/Zephyr-Core-2.7.6/.github/ISSUE_TEMPLATE/
Drfc-proposal.md42 modifications in other areas), or other teams/projects.
/Zephyr-Core-2.7.6/
DREADME.rst9 <a href="https://bestpractices.coreinfrastructure.org/projects/74"><img
10 src="https://bestpractices.coreinfrastructure.org/projects/74/badge"></a>
/Zephyr-Core-2.7.6/samples/bluetooth/st_ble_sensor/
DREADME.rst46 …https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/STM32WB_Copro_Wireless_Bina…
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dscl.py8 # Set of code that other projects can also import to do things on
/Zephyr-Core-2.7.6/boards/riscv/tlsr9518adk80d/doc/
Dindex.rst79 The following example projects are supported:
103 For the rest example projects use the default jumpers configuration.
105 Other hardware features and example projects are not supported yet.
/Zephyr-Core-2.7.6/doc/reference/libc/
Dindex.rst16 manipulation and display. It is very low footprint and is suitable for projects
/Zephyr-Core-2.7.6/doc/
Dglossary.rst78 A YAML file, usually named :file:`west.yml`, which describes projects, or
/Zephyr-Core-2.7.6/share/zephyr-package/cmake/
Dzephyr_package_search.cmake29 # - WORKSPACE_DIR : Search for projects in specified workspace.
/Zephyr-Core-2.7.6/doc/guides/docs/
Dindex.rst264 Linking external Doxygen projects against Zephyr
267 External projects that build upon Zephyr functionality and wish to refer to

123