Home
last modified time | relevance | path

Searched refs:import (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-latest/doc/develop/sca/
Dcpptest.rst32 To import and generate a report file, something like the following should work.
39 You might need to set ``bdf.import.c.compiler.exec``, ``bdf.import.cpp.compiler.exec``, and
40 ``bdf.import.linker.exec`` to the toolchain :ref:`west build <west-building>` used.
/Zephyr-latest/doc/develop/west/
Dmanifest.rst289 * - ``import``
292 :ref:`west-manifest-import` for details.
417 * - ``import``
420 :ref:`west-manifest-import`.
467 - Support for ``import: path-prefix:`` (:ref:`west-manifest-import-map`)
485 - The ``import:`` feature now supports ``allowlist:`` and
489 compatibility. (:ref:`west-manifest-import`,
490 :ref:`west-manifest-import-map`)
537 :ref:`west-manifest-import` in an inactive project will be ignored by west.
572 :ref:`west-manifest-import` feature.
[all …]
Dworkspaces.rst194 │   └── west.yml # main manifest with optional import(s) and override(s)
198 │   └── zcbor/ # .git/ project from either the main manifest or some import.
206 :ref:`west-manifest-import`, available since west 0.7, to import Zephyr v2.5.0
220 import: true
225 ``import:`` in this way; see :ref:`west-manifest-ex1.3` for an example.
253 ``import``.)
255 The main advantage to using ``import`` is not having to track the revisions of
256 imported projects separately. In the above example, using ``import`` means
286 │   └── west.yml # main manifest with optional import(s) and override(s)
290 │ # from some import
[all …]
Dextensions.rst87 from textwrap import dedent # just for nicer code indentation
89 from west.commands import WestCommand # your extension must subclass this
160 This is because west won't import :file:`my_west_extension.py` until the user
Drelease-notes.rst302 <west-manifest-import-map>` or other compound value.
446 - A manifest file's ``group-filter`` is now propagated through an ``import``.
473 - West now warns if you combine ``import`` with ``group-filter``. Semantics for
544 - The :ref:`west-manifest-import` feature now supports the terms ``allowlist``
554 for a ``path-prefix:`` key in an ``import:`` mapping, along with some other
557 - Manifest import mappings now support a ``path-prefix:`` key, which places
579 - Fix an error where a failed import could leave the workspace in an unusable
606 The main user-visible feature in west 0.7 is the :ref:`west-manifest-import`
749 and makes it possible to import west modules from anywhere in the system,
/Zephyr-latest/tests/modules/nanopb/proto/
Dcomplex.proto9 import "sub/nested.proto";
/Zephyr-latest/cmake/modules/
Dwest.cmake38 "import west.version; print(west.version.__version__, end='')"
52 …message(FATAL_ERROR "Unable to import west.version from '${PYTHON_EXECUTABLE}':\n${west_version_er…
57 # WEST_PYTHON is undefined and we couldn't import west. That's
62 # We can import west from PYTHON_EXECUTABLE and have its version.
Dpython.cmake31 … "import sys; sys.stdout.write('.'.join([str(x) for x in sys.version_info[:2]]))"
Dzephyr_module.cmake8 # This cmake file provides functionality to import CMakeLists.txt and Kconfig
/Zephyr-latest/tests/bluetooth/qualification/
D.gitattributes4 # import them. Just treat them as binaries.
/Zephyr-latest/
D.ruff-excludes.toml55 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
61 "UP010", # https://docs.astral.sh/ruff/rules/unnecessary-future-import
65 "UP010", # https://docs.astral.sh/ruff/rules/unnecessary-future-import
73 "UP010", # https://docs.astral.sh/ruff/rules/unnecessary-future-import
79 "UP010", # https://docs.astral.sh/ruff/rules/unnecessary-future-import
86 "UP010", # https://docs.astral.sh/ruff/rules/unnecessary-future-import
94 "UP010", # https://docs.astral.sh/ruff/rules/unnecessary-future-import
102 "UP010", # https://docs.astral.sh/ruff/rules/unnecessary-future-import
110 "UP010", # https://docs.astral.sh/ruff/rules/unnecessary-future-import
115 "UP010", # https://docs.astral.sh/ruff/rules/unnecessary-future-import
[all …]
/Zephyr-latest/samples/modules/canopennode/
DREADME.rst178 import canopen
179 import os
180 import time
227 import canopen
228 import os
261 import canopen
262 import os
335 import canopen
336 import os
/Zephyr-latest/scripts/ci/
Dpylintrc82 useless-import-alias,
175 cyclic-import,
211 import-self,
214 unused-import,
/Zephyr-latest/arch/arm/core/cortex_m/tz/
DCMakeLists.txt13 # an import library that consists of a relocatable file containing
/Zephyr-latest/scripts/dts/
DREADME.txt26 Code in the zephyr repository which needs these libraries will import
/Zephyr-latest/scripts/coccinelle/
Dfind_dev_usage.cocci21 import pickle
Dfind_functions.cocci28 import pickle
/Zephyr-latest/doc/develop/manifest/
Dindex.rst52 file which includes them. See :ref:`west-manifest-import` for information on
/Zephyr-latest/doc/develop/tools/
Dstm32cubeide.rst97 #. Run STM32CubeIDE and import your project by going to :menuselection:`File --> Import...`:
127 import pykwalify.core
/Zephyr-latest/doc/develop/test/
Dpytest.rst120 from twister_harness import DeviceAdapter
137 from twister_harness import Shell
156 from twister_harness import DeviceAdapter, Shell, McuMgr
181 from twister_harness import DeviceAdapter
/Zephyr-latest/doc/contribute/
Dindex.rst93 This page describes in more details when and how to import external source code into Zephyr.
Dexternal.rst81 import the source code files into the main ``zephyr`` repository. This
99 The second way of integrating external source code into the project is to import
263 - Adding and removing ``import`` statements
/Zephyr-latest/subsys/bluetooth/mesh/
Dsubnet.c307 static int net_keys_create(struct bt_mesh_subnet_keys *keys, bool import, const uint8_t key[16]) in net_keys_create() argument
318 if (import) { in net_keys_create()
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/
Ddebug-with-arm-ds.rst82 :alt: Arm DS create new model configuration: import
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst36 - Generate/import a persistent key: secp256r1 (usage: ecdsa-with-SHA256)
45 - Generate/import a persistent key: secp256r1 (usage: ecdsa-with-SHA256)

12