Home
last modified time | relevance | path

Searched refs:modules (Results 26 – 50 of 274) sorted by relevance

1234567891011

/Zephyr-latest/modules/nanopb/
Dnanopb.cmake14 and in path. See https://docs.zephyrproject.org/latest/samples/modules/nanopb/README.html")
22 # list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_BASE}/modules/nanopb)
/Zephyr-latest/subsys/demand_paging/
DKconfig4 menu "Demand Paging modules"
/Zephyr-latest/scripts/west_commands/sdk/
Dlistsdk.cmake7 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ZEPHYR_BASE}/cmake/modules)
/Zephyr-latest/modules/hal_infineon/btstack-integration/
DCMakeLists.txt38 # CYW43012 modules
43 # CYW4343W modules
48 # CYW43439 modules
53 # CYW4373 modules
/Zephyr-latest/samples/modules/canopennode/
DREADME.rst44 :zephyr-app: samples/modules/canopennode
63 :zephyr-app: samples/modules/canopennode
82 :zephyr-app: samples/modules/canopennode
101 :zephyr-app: samples/modules/canopennode
120 :zephyr-app: samples/modules/canopennode
183 EDS = os.path.join(ZEPHYR_BASE, 'samples', 'modules', 'canopennode',
231 EDS = os.path.join(ZEPHYR_BASE, 'samples', 'modules', 'canopennode',
265 EDS = os.path.join(ZEPHYR_BASE, 'samples', 'modules', 'canopennode',
339 EDS = os.path.join(ZEPHYR_BASE, 'samples', 'modules', 'canopennode',
408 :zephyr-app: samples/modules/canopennode
[all …]
/Zephyr-latest/doc/develop/west/
Dzephyr-cmds.rst113 - :file:`modules-deps.spdx`: BOM for modules dependencies. Check
114 :ref:`modules <modules-vulnerability-monitoring>` for more details.
154 <bin-blobs>` declared in one or more :ref:`modules <modules>` via their
171 Note that, as described in :ref:`the modules section <modules-bin-blobs>`,
179 Additionally the tool allows you to specify the modules you want to list,
Dworkspaces.rst164 its :ref:`modules` in its :file:`west.yml`
179 includes the zephyr repository and any modules.
196 ├── modules/
207 and its modules into the application manifest file:
224 You can still selectively "override" individual Zephyr modules if you use
233 # Equivalent to the above, but with manually maintained Zephyr modules.
247 # ... other Zephyr modules go here ...
257 Zephyr's :ref:`module <modules>` versions are automatically determined from the
287 ├── modules/
298 v2.5.0 and its modules, then add the ``app1`` and ``app2`` projects:
/Zephyr-latest/doc/services/modem/
Dindex.rst3 Modem modules
6 This service provides modules necessary to communicate with modems.
12 The modem modules are inter-connected dynamically using
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_snippets.cmake12 include(${ZEPHYR_BASE}/cmake/modules/snippets.cmake)
Dsysbuild_default.cmake6 # Sysbuild default list of CMake modules to include in a regular sysbuild session.
/Zephyr-latest/scripts/
Dzephyr_module.py548 def process_meta(zephyr_base, west_projs, modules, extra_modules=None, argument
639 for module in modules:
727 def parse_modules(zephyr_base, manifest=None, west_projs=None, modules=None, argument
730 if modules is None:
732 modules = ([p.posixpath for p in west_projs['projects']]
748 for project in modules + extra_modules:
844 modules = parse_modules(args.zephyr_base, None, west_projs,
845 args.modules, args.extra_modules)
847 for module in modules:
891 meta = process_meta(args.zephyr_base, west_projs, modules,
/Zephyr-latest/boards/shields/dvp_fpc24_mt9m114/doc/
Dindex.rst9 This shield supports mt9m114 camera modules which use a 24-pin FPC connector and a DVP
10 (Digital Video Port), aka parallel interface. These camera modules are compatible and provided
/Zephyr-latest/doc/develop/
Dindex.rst18 modules.rst
/Zephyr-latest/subsys/shell/
DCMakeLists.txt3 add_subdirectory(modules)
/Zephyr-latest/samples/modules/nanopb/
DCMakeLists.txt8 list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_BASE}/modules/nanopb)
/Zephyr-latest/tests/crypto/mbedtls/
DCMakeLists.txt12 ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/modules/mbedtls/create_psa_files.py --check
/Zephyr-latest/tests/modules/nanopb/
DCMakeLists.txt8 list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_BASE}/modules/nanopb)
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/
DCMakeLists.txt6 # This adds the example module to the list of extra zephyr modules
/Zephyr-latest/doc/contribute/
Dexternal.rst101 repository, and then include it under the form of a :ref:`module <modules>`.
113 The integration of modules in this group is validated by the Zephyr project CI,
116 Integrated modules will not be removed from the tree without a detailed
119 Integration as optional modules
122 Standalone or loose integration of modules/projects without any incoming
135 This is valid for all new optional modules. Existing optional modules with
139 Integration as external modules
142 Similar to optional modules, but added to the Zephyr project as an entry in the
143 documentation using a pre-defined template. This type of modules exists outside the
238 will not be a :ref:`module <modules>`, because tooling does not make use of the
[all …]
/Zephyr-latest/subsys/modem/
DKconfig5 bool "Modem modules"
72 buffers across the modem modules. The statistics are useful for
/Zephyr-latest/boards/shields/nxp_btb44_ov5640/doc/
Dindex.rst9 This shield supports ov5640 camera modules which use a 44-pin board-to-board connector and
10 a MIPI CSI or DVP (parallel) interface. These camera modules are made specifically for and
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst72 * List the available modules and their current logging level
90 * Disable logging for all modules
96 * Enable warning logs for all modules
/Zephyr-latest/boards/shields/reyax_lora/doc/
Dindex.rst9 These modules expose a simple uart interface for the Semtech SX1276 chip,which implements the LoRa …
/Zephyr-latest/samples/modules/lvgl/screen_transparency/
DREADME.rst26 :zephyr-app: samples/modules/lvgl/screen_transparency
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/
DCMakeLists.txt23 zephyr_include_directories(${ZEPHYR_BASE}/../modules/crypto/mbedtls/include/)

1234567891011