Home
last modified time | relevance | path

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

12345678910

/Zephyr-Core-3.7.0/modules/
DKconfig11 comment "Available modules."
13 osource "$(KCONFIG_BINARY_DIR)/Kconfig.modules"
15 source "modules/Kconfig.altera"
16 source "modules/Kconfig.atmel"
17 source "modules/Kconfig.chre"
18 source "modules/Kconfig.cypress"
19 source "modules/Kconfig.eos_s3"
20 source "modules/Kconfig.esp32"
21 source "modules/Kconfig.imx"
22 source "modules/Kconfig.infineon"
[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.7.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.7.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.7.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.7.0/samples/subsys/llext/modules/
DREADME.rst1 .. zephyr:code-sample:: llext-modules
16 implemented in :zephyr_file:`samples/subsys/llext/modules/src/hello_world_ext.c`.
22 :zephyr_file:`samples/subsys/llext/modules/src/main_builtin.c`.
27 :zephyr_file:`samples/subsys/llext/modules/src/main_module.c`.
43 :zephyr-app: samples/subsys/llext/modules
46 :west-args: -T sample.llext.modules.builtin_build
53 :zephyr-app: samples/subsys/llext/modules
56 :west-args: -T sample.llext.modules.module_build
59 Take a look at :zephyr_file:`samples/subsys/llext/modules/sample.yaml` for the
/Zephyr-Core-3.7.0/tests/lib/acpi/unit/
DCMakeLists.txt14 ${ZEPHYR_BASE}/../modules/lib
15 ${ZEPHYR_BASE}/../modules/lib/acpica/source/include
16 ${ZEPHYR_BASE}/../modules/lib/acpica/source/tools/acpiexec
/Zephyr-Core-3.7.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 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
57 external modules to the list below:
/Zephyr-Core-3.7.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)
121 set(module_cmake_file_path modules/modules.cmake)
145 ${MODULE_NAME_UPPER} is a restricted name for Zephyr modules as it is used for \
165 ${MODULE_NAME_UPPER} is a restricted name for Zephyr modules as it is used for \
172 "# 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.7.0/scripts/west_commands/
Dblobs.py83 modules = args.modules
87 unknown = set(modules) - set(all_names)
95 if len(modules) and module_name not in modules:
/Zephyr-Core-3.7.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.7.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.7.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.7.0/samples/modules/lvgl/demos/
DREADME.rst37 :zephyr-app: samples/modules/lvgl/demos
44 :zephyr-app: samples/modules/lvgl/demos
52 :zephyr-app: samples/modules/lvgl/demos
60 :zephyr-app: samples/modules/lvgl/demos
68 :zephyr-app: samples/modules/lvgl/demos
/Zephyr-Core-3.7.0/tests/modules/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.7.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.7.0/doc/services/serialization/
Dnanopb.rst56 list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_BASE}/modules/nanopb)
69 See :zephyr_file:`samples/modules/nanopb/src/simple.options.in` and
70 :zephyr_file:`samples/modules/nanopb/CMakeLists.txt` for usage example.
/Zephyr-Core-3.7.0/samples/modules/thrift/hello/
DREADME.rst43 interface described in :zephyr_file:`samples/modules/thrift/hello/hello.thrift`.
54 :caption: Download optional modules with west
90 $ make -j -C samples/modules/thrift/hello/client/
91 $ make -j -C samples/modules/thrift/hello/server/
121 :zephyr-app: samples/modules/thrift/hello/server
134 :zephyr-app: samples/modules/thrift/hello/server
199 :zephyr-app: samples/modules/thrift/hello/client
/Zephyr-Core-3.7.0/share/sysbuild-package/cmake/
DSysbuildConfigVersion.cmake4 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../../sysbuild/cmake/modules)
/Zephyr-Core-3.7.0/subsys/net/l2/openthread/
DCMakeLists.txt5 ${ZEPHYR_BASE}/modules/openthread/platform
/Zephyr-Core-3.7.0/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,
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/demand_paging/
DKconfig4 menu "Demand Paging modules"
/Zephyr-Core-3.7.0/modules/hal_infineon/btstack-integration/
DCMakeLists.txt38 # CYW43012 modules
43 # CYW4343W modules
48 # CYW43439 modules
53 # CYW4373 modules

12345678910