Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 209) sorted by relevance

123456789

/Zephyr-Core-3.5.0/modules/
DKconfig11 comment "Available modules."
13 osource "$(KCONFIG_BINARY_DIR)/Kconfig.modules"
15 comment "Optional modules. Make sure they're installed, via the project manifest."
17 source "modules/Kconfig.altera"
18 source "modules/Kconfig.atmel"
19 source "modules/Kconfig.chre"
20 source "modules/Kconfig.cypress"
21 source "modules/Kconfig.eos_s3"
22 source "modules/Kconfig.esp32"
23 source "modules/Kconfig.imx"
[all …]
DKconfig.sysbuild6 comment "Available modules."
8 source "$(KCONFIG_BINARY_DIR)/Kconfig.sysbuild.modules"
10 comment "Unavailable modules, please install those via the project manifest."
12 # List of comments to display when Zephyr modules are not available, please
25 # modules are not present in the workspace
27 osource "modules/*/Kconfig.sysbuild"
/Zephyr-Core-3.5.0/tests/subsys/openthread/
DCMakeLists.txt8 ${ZEPHYR_BASE}/../modules/lib/openthread/include/
9 ${ZEPHYR_BASE}/../modules/lib/openthread/src/posix/platform/
10 ${ZEPHYR_BASE}/modules/openthread/platform/
11 ${ZEPHYR_BASE}/../modules/lib/openthread/examples/platforms/
/Zephyr-Core-3.5.0/samples/modules/thrift/hello/client/
DCMakeLists.txt12 include(${ZEPHYR_BASE}/modules/thrift/cmake/thrift.cmake)
26 ${ZEPHYR_BASE}/samples/modules/thrift/hello/hello.thrift
41 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
47 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
53 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-cert.pem
59 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-key.pem
/Zephyr-Core-3.5.0/samples/modules/thrift/hello/server/
DCMakeLists.txt12 include(${ZEPHYR_BASE}/modules/thrift/cmake/thrift.cmake)
26 ${ZEPHYR_BASE}/samples/modules/thrift/hello/hello.thrift
41 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
47 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
53 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-cert.pem
59 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-key.pem
/Zephyr-Core-3.5.0/share/sysbuild/
DCMakeLists.txt16 # Add sysbuild/cmake/modules to CMAKE_MODULE_PATH which allows us to integrate
17 # sysbuild CMake modules with general Zephyr CMake modules.
18 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake/modules)
19 # List of Zephyr and sysbuild CMake modules we need for sysbuild.
/Zephyr-Core-3.5.0/modules/hal_infineon/btstack-integration/
DCMakeLists.txt13 # CYW43012 modules
18 # CYW4343W modules
23 # CYW43439 modules
28 # CYW4373 modules
/Zephyr-Core-3.5.0/doc/develop/manifest/
Dindex.rst15 call `west update`. Many of the projects or modules listed below are
19 To disable any of the active modules, for example a specific HAL, use the
33 call `west update`. You can add any of the the projects or modules listed below
37 To enable any of the modules below, use the following commands::
53 recommended ways to do this while still inheriting the mandatory modules from
/Zephyr-Core-3.5.0/cmake/modules/
Dzephyr_module.cmake9 # files for Zephyr modules into Zephyr build system.
16 # A list of Zephyr modules can be provided to the build system using:
36 set(ZEPHYR_MODULES_ARG "--modules" ${ZEPHYR_MODULES})
41 set(EXTRA_ZEPHYR_MODULES_ARG "--extra-modules" ${EXTRA_ZEPHYR_MODULES})
45 set(kconfig_modules_file ${KCONFIG_BINARY_DIR}/Kconfig.modules)
46 set(kconfig_sysbuild_file ${KCONFIG_BINARY_DIR}/Kconfig.sysbuild.modules)
125 set(module_cmake_file_path modules/modules.cmake)
148 ${MODULE_NAME_UPPER} is a restricted name for Zephyr modules as it is used for \
168 ${MODULE_NAME_UPPER} is a restricted name for Zephyr modules as it is used for \
175 "# No west and no Zephyr modules\n"
[all …]
Ddoc.cmake5 # This CMake module will load all Zephyr CMake modules required for a
8 # The following CMake modules will be loaded:
/Zephyr-Core-3.5.0/scripts/west_commands/
Dblobs.py83 modules = args.modules
87 if len(modules) and module_name not in modules:
/Zephyr-Core-3.5.0/share/sysbuild/images/
DCMakeLists.txt16 # Include zephyr modules generated sysbuild CMake file.
28 ${CMAKE_BINARY_DIR}/modules/${SYSBUILD_CURRENT_MODULE_NAME})
31 # Done processing modules, clear SYSBUILD_CURRENT_MODULE_DIR and SYSBUILD_CURRENT_CMAKE_DIR.
/Zephyr-Core-3.5.0/doc/develop/
Dmodules.rst9 system those are called *modules*. These modules must be integrated with the
14 modules, an external project is required to have its own life-cycle outside
16 contribution and maintenance workflow and release process. Zephyr modules
27 Zephyr depends on several categories of modules, including but not limited to:
35 Additionally, in some cases modules (particularly vendor HALs) can contain
39 better organizing the workflow in Zephyr modules.
46 Zephyr modules, described in this page, are not the same as :ref:`west projects
47 <west-workspace>`. In fact, modules :ref:`do not require west
48 <modules_without_west>` at all. However, when using modules :ref:`with west
49 <modules_using_west>`, then the build system uses west in order to find modules.
[all …]
/Zephyr-Core-3.5.0/subsys/logging/
DKconfig.filtering18 Sets log level for modules which don't specify it explicitly. When
19 set to 0 it means log will not be activated for those modules.
33 Forces a minimum log level for all modules. Modules use their
50 Forces a maximal log level for all modules. Modules saturates their
/Zephyr-Core-3.5.0/samples/modules/lvgl/demos/
DREADME.rst30 :zephyr-app: samples/modules/lvgl/demos
38 :zephyr-app: samples/modules/lvgl/demos
46 :zephyr-app: samples/modules/lvgl/demos
/Zephyr-Core-3.5.0/tests/lib/thrift/ThriftTest/
DCMakeLists.txt10 include(${ZEPHYR_BASE}/modules/thrift/cmake/thrift.cmake)
49 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
55 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
/Zephyr-Core-3.5.0/modules/nanopb/
Dnanopb.cmake12 and in path. See https://docs.zephyrproject.org/latest/samples/modules/nanopb/README.html")
18 # list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_BASE}/modules/nanopb)
/Zephyr-Core-3.5.0/scripts/tests/twister/
Dtest_scl.py46 modules_mock = sys.modules.copy()
76 assert sys.modules['scl'].Loader == loader_mock if fail_c else \
79 assert sys.modules['scl'].SafeLoader == safeloader_mock if fail_c else \
82 assert sys.modules['scl'].Dumper == dumper_mock if fail_c else \
105 modules_mock = sys.modules.copy()
/Zephyr-Core-3.5.0/scripts/
Dzephyr_module.py402 def process_meta(zephyr_base, west_projs, modules, extra_modules=None, argument
483 for module in modules:
562 def parse_modules(zephyr_base, manifest=None, west_projs=None, modules=None, argument
565 if modules is None:
567 modules = ([p.posixpath for p in west_projs['projects']]
583 for project in modules + extra_modules:
679 modules = parse_modules(args.zephyr_base, None, west_projs,
680 args.modules, args.extra_modules)
682 for module in modules:
725 meta = process_meta(args.zephyr_base, west_projs, modules,
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/net/l2/openthread/
DCMakeLists.txt5 ${ZEPHYR_BASE}/modules/openthread/platform
/Zephyr-Core-3.5.0/samples/modules/thrift/hello/
DREADME.rst43 interface described in :zephyr_file:`samples/modules/thrift/hello/hello.thrift`.
71 $ make -j -C samples/modules/thrift/hello/client/
72 $ make -j -C samples/modules/thrift/hello/server/
102 :zephyr-app: samples/modules/thrift/hello/server
115 :zephyr-app: samples/modules/thrift/hello/server
180 :zephyr-app: samples/modules/thrift/hello/client
/Zephyr-Core-3.5.0/subsys/demand_paging/
DKconfig4 menu "Demand Paging modules"
/Zephyr-Core-3.5.0/samples/modules/canopennode/
DREADME.rst37 :zephyr-app: samples/modules/canopennode
56 :zephyr-app: samples/modules/canopennode
75 :zephyr-app: samples/modules/canopennode
94 :zephyr-app: samples/modules/canopennode
113 :zephyr-app: samples/modules/canopennode
176 EDS = os.path.join(ZEPHYR_BASE, 'samples', 'modules', 'canopennode',
224 EDS = os.path.join(ZEPHYR_BASE, 'samples', 'modules', 'canopennode',
258 EDS = os.path.join(ZEPHYR_BASE, 'samples', 'modules', 'canopennode',
332 EDS = os.path.join(ZEPHYR_BASE, 'samples', 'modules', 'canopennode',
401 :app: samples/modules/canopennode
[all …]
/Zephyr-Core-3.5.0/samples/modules/nanopb/
DCMakeLists.txt8 list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_BASE}/modules/nanopb)

123456789