Searched refs:modules (Results 1 – 25 of 274) sorted by relevance
1234567891011
/Zephyr-latest/modules/ |
D | Kconfig | 19 comment "Available modules." 21 osource "$(KCONFIG_BINARY_DIR)/Kconfig.modules" 23 source "modules/Kconfig.altera" 24 source "modules/Kconfig.atmel" 25 source "modules/Kconfig.chre" 26 source "modules/Kconfig.cypress" 27 source "modules/Kconfig.eos_s3" 28 source "modules/Kconfig.esp32" 29 source "modules/Kconfig.imx" 30 source "modules/Kconfig.infineon" [all …]
|
D | Kconfig.sysbuild | 6 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-latest/samples/modules/ |
D | index.rst | 1 .. zephyr:code-sample-category:: modules 2 :name: External modules 5 These samples demonstrate the use of external modules in Zephyr.
|
/Zephyr-latest/tests/subsys/openthread/ |
D | CMakeLists.txt | 8 ${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-latest/samples/modules/thrift/hello/client/ |
D | CMakeLists.txt | 12 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-latest/samples/modules/thrift/hello/server/ |
D | CMakeLists.txt | 12 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-latest/scripts/west_commands/ |
D | packages.py | 110 if args.modules: 114 for m in args.modules: 127 if not args.modules or "zephyr" in args.modules: 132 if args.modules and module_name not in args.modules:
|
D | blobs.py | 82 modules = args.modules 86 unknown = set(modules) - set(all_names) 94 if len(modules) and module_name not in modules:
|
/Zephyr-latest/tests/lib/acpi/unit/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/../modules/lib 16 ${ZEPHYR_BASE}/../modules/lib/acpica/source/include 17 ${ZEPHYR_BASE}/../modules/lib/acpica/source/tools/acpiexec
|
/Zephyr-latest/samples/subsys/llext/modules/ |
D | README.rst | 1 .. 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 52 :zephyr-app: samples/subsys/llext/modules 55 :west-args: -T sample.llext.modules.module_build 59 Take a look at :zephyr_file:`samples/subsys/llext/modules/sample.yaml` for
|
/Zephyr-latest/doc/develop/manifest/ |
D | index.rst | 15 call :command:`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 :command:`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-latest/samples/modules/lvgl/demos/ |
D | README.rst | 47 :zephyr-app: samples/modules/lvgl/demos 54 :zephyr-app: samples/modules/lvgl/demos 62 :zephyr-app: samples/modules/lvgl/demos 70 :zephyr-app: samples/modules/lvgl/demos 78 :zephyr-app: samples/modules/lvgl/demos 86 :zephyr-app: samples/modules/lvgl/demos 94 :zephyr-app: samples/modules/lvgl/demos 102 :zephyr-app: samples/modules/lvgl/demos 110 :zephyr-app: samples/modules/lvgl/demos 118 :zephyr-app: samples/modules/lvgl/demos
|
/Zephyr-latest/cmake/modules/ |
D | zephyr_module.cmake | 9 # 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 …]
|
D | doc.cmake | 5 # This CMake module will load all Zephyr CMake modules required for a 8 # The following CMake modules will be loaded:
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 9 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-latest/cmake/ |
D | gen_version_h.cmake | 6 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ZEPHYR_BASE}/cmake/modules) 21 include(${ZEPHYR_BASE}/cmake/modules/version.cmake)
|
/Zephyr-latest/share/sysbuild/images/ |
D | CMakeLists.txt | 16 # 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-latest/subsys/logging/ |
D | Kconfig.filtering | 18 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-latest/tests/modules/thrift/ThriftTest/ |
D | CMakeLists.txt | 10 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-latest/modules/nrf_wifi/ |
D | Kconfig | 7 source "modules/nrf_wifi/bus/Kconfig"
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_scl.py | 46 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-latest/doc/services/serialization/ |
D | nanopb.rst | 57 list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_BASE}/modules/nanopb) 70 See :zephyr_file:`samples/modules/nanopb/src/simple.options.in` and 71 :zephyr_file:`samples/modules/nanopb/CMakeLists.txt` for usage example.
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 46 interface described in :zephyr_file:`samples/modules/thrift/hello/hello.thrift`. 57 :caption: Download optional modules with west 93 $ make -j -C samples/modules/thrift/hello/client/ 94 $ make -j -C samples/modules/thrift/hello/server/ 124 :zephyr-app: samples/modules/thrift/hello/server 137 :zephyr-app: samples/modules/thrift/hello/server 202 :zephyr-app: samples/modules/thrift/hello/client
|
/Zephyr-latest/share/sysbuild-package/cmake/ |
D | SysbuildConfigVersion.cmake | 4 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../../sysbuild/cmake/modules)
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | CMakeLists.txt | 5 ${ZEPHYR_BASE}/modules/openthread/platform
|
1234567891011