Home
last modified time | relevance | path

Searched +full:- +full:- +full:modules (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/Zephyr-latest/modules/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
8 non-functional application, but allows drivers requiring
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"
[all …]
DKconfig.sysbuild4 # SPDX-License-Identifier: Apache-2.0
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
14 # ---------------------------------------------------
19 # ---------------------------------------------------
25 # modules are not present in the workspace
27 osource "modules/*/Kconfig.sysbuild"
/Zephyr-latest/
Dwest.yml3 # The per-installation west configuration file, .west/config, sets the
22 - name: upstream
23 url-base: https://github.com/zephyrproject-rtos
24 - name: babblesim
25 url-base: https://github.com/BabbleSim
27 group-filter: [-babblesim, -optional]
31 # zephyr-keep-sorted-start re(^\s+\- name:)
33 - name: acpica
35 path: modules/lib/acpica
36 - name: babblesim_base
[all …]
/Zephyr-latest/samples/modules/lvgl/demos/
Dsample.yaml5 modules:
6 - lvgl
10 - platform:mimxrt1060_evk:SHIELD=rk043fn66hs_ctg
11 - platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD=rk055hdmipi4ma0
12 - platform:mimxrt595_evk/mimxrt595s/cm33:SHIELD=rk055hdmipi4ma0
14 - samples
15 - display
16 - lvgl
17 - gui
22 - "\\[\\w+ free bytes, \\w+ allocated bytes, overhead = \\w+ bytes | lvgl in malloc mode\\]"
[all …]
DREADME.rst1 .. zephyr:code-sample:: lvgl-demos
3 :relevant-api: display_interface
5 Run LVGL built-in demos.
13 …The music player demo shows what kind of modern, smartphone-like user interfaces can be created on…
19 Shows how the widgets look like out of the box using the built-in material theme.
37 … mouse, or touch screen capable display, compatible with :dtcompatible:`zephyr,lvgl-pointer-input`.
39 …ephyr,lvgl-keypad-input`), rotary encoders (:dtcompatible:`zephyr,lvgl-encoder-input`) and hardwar…
46 .. zephyr-app-commands::
47 :zephyr-app: samples/modules/lvgl/demos
53 .. zephyr-app-commands::
[all …]
/Zephyr-latest/submanifests/
Doptional.yaml3 - name: upstream
4 url-base: https://github.com/zephyrproject-rtos
5 # zephyr-keep-sorted-start re(^\s+\- name:)
7 - name: canopennode
9 path: modules/lib/canopennode
12 - optional
13 - name: chre
15 path: modules/lib/chre
18 - optional
19 - name: lz4
[all …]
/Zephyr-latest/doc/develop/manifest/
Dindex.rst8 See :ref:`external-contributions` for more information about
11 Active Projects/Modules
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
22 west config manifest.project-filter -- -hal_FOO
25 .. manifest-projects-table::
28 Inactive and Optional Projects/Modules
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::
39 west config manifest.project-filter -- +nanopb
[all …]
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_images.cmake3 # SPDX-License-Identifier: Apache-2.0
12 # This is where all Zephyr applications are added to the multi-image build.
16 sysbuild_module_call(PRE_CMAKE MODULES ${SYSBUILD_MODULE_NAMES} IMAGES ${IMAGES})
19 …sysbuild_module_call(PRE_IMAGE_CMAKE MODULES ${SYSBUILD_MODULE_NAMES} IMAGES ${IMAGES} IMAGE ${ima…
21 …sysbuild_module_call(POST_IMAGE_CMAKE MODULES ${SYSBUILD_MODULE_NAMES} IMAGES ${IMAGES} IMAGE ${im…
23 sysbuild_module_call(POST_CMAKE MODULES ${SYSBUILD_MODULE_NAMES} IMAGES ${IMAGES})
25 sysbuild_module_call(PRE_DOMAINS MODULES ${SYSBUILD_MODULE_NAMES} IMAGES ${IMAGES})
27 sysbuild_module_call(POST_DOMAINS MODULES ${SYSBUILD_MODULE_NAMES} IMAGES ${IMAGES})
/Zephyr-latest/dts/bindings/display/
Dled-strip-matrix.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "led-strip-matrix"
9 include: display-controller.yaml
32 start-from-right:
49 start-from-bottom:
69 If the matrix consists of multiple modules, it is the sum of their widths.
74 If the matrix consists of multiple modules, it is the sum of their heights.
76 horizontal-modules:
80 If the display forms with multiple modules,
81 specify the horizontal number of modules.
[all …]
/Zephyr-latest/samples/modules/canopennode/
Dsample.yaml5 - can
6 - canopen
7 modules:
8 - canopennode
15 - "(.*)CANopen stack initialized"
17 sample.modules.canopennode:
19 sample.modules.canopennode.program_download:
23 - frdm_k64f
24 - twr_ke18f
26 - frdm_k64f
[all …]
/Zephyr-latest/samples/subsys/llext/modules/
DREADME.rst1 .. zephyr:code-sample:: llext-modules
3 :relevant-api: llext_apis
6 either built-in or loaded at runtime.
16 implemented in :zephyr_file:`samples/subsys/llext/modules/src/hello_world_ext.c`.
20 - if it is ``y``, the function is directly compiled and called by the Zephyr
22 :zephyr_file:`samples/subsys/llext/modules/src/main_builtin.c`.
24 - if it is ``m``, the function is compiled as an llext and it is included in
27 :zephyr_file:`samples/subsys/llext/modules/src/main_module.c`.
39 - By default, the sample will compile the function along with the rest of
42 .. zephyr-app-commands::
[all …]
/Zephyr-latest/subsys/logging/
DKconfig.filtering2 # SPDX-License-Identifier: Apache-2.0
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.
22 - 0 OFF, do not write by default
23 - 1 ERROR, default to only write LOG_LEVEL_ERR
24 - 2 WARNING, default to write LOG_LEVEL_WRN
25 - 3 INFO, default to write LOG_LEVEL_INFO
26 - 4 DEBUG, default to write LOG_LEVEL_DBG
33 Forces a minimum log level for all modules. Modules use their
39 - 0 OFF, do not override
[all …]
/Zephyr-latest/doc/develop/
Dmodules.rst3 Modules (External projects)
7 order to avoid reinventing the wheel and to reuse as much well-established,
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
20 Modules to be included in the default manifest of the Zephyr project need to
27 Zephyr depends on several categories of modules, including but not limited to:
29 - Debugger integration
30 - Silicon vendor Hardware Abstraction Layers (HALs)
31 - Cryptography libraries
[all …]
/Zephyr-latest/samples/modules/thrift/hello/client/
DCMakeLists.txt2 # SPDX-License-Identifier: Apache-2.0
12 include(${ZEPHYR_BASE}/modules/thrift/cmake/thrift.cmake)
16 list(APPEND generated_sources ${gen_dir}/gen-cpp/hello_types.h)
17 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.cpp)
18 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.h)
26 ${ZEPHYR_BASE}/samples/modules/thrift/hello/hello.thrift
33 # needed because std::iterator was deprecated with -std=c++17
34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
41 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
47 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
[all …]
/Zephyr-latest/samples/modules/thrift/hello/server/
DCMakeLists.txt2 # SPDX-License-Identifier: Apache-2.0
12 include(${ZEPHYR_BASE}/modules/thrift/cmake/thrift.cmake)
16 list(APPEND generated_sources ${gen_dir}/gen-cpp/hello_types.h)
17 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.cpp)
18 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.h)
26 ${ZEPHYR_BASE}/samples/modules/thrift/hello/hello.thrift
33 # needed because std::iterator was deprecated with -std=c++17
34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
41 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
47 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
[all …]
/Zephyr-latest/samples/modules/
Dindex.rst1 .. zephyr:code-sample-category:: modules
2 :name: External modules
3 :show-listing:
5 These samples demonstrate the use of external modules in Zephyr.
/Zephyr-latest/scripts/west_commands/
Dpackages.py3 # SPDX-License-Identifier: Apache-2.0
20 def in_venv() -> bool:
29 "List and Install packages for Zephyr and modules",
46 see 'west packages <manager> --help' for details.
52 "-m",
53 "--module",
56 dest="modules",
62 "and all modules.",
81 Zephyr and modules.
89 "--install",
[all …]
Dblobs.py3 # SPDX-License-Identifier: Apache-2.0
26 # Keep this in sync with the string in west-commands.yml.
39 --------------
50 - module: name of the module that contains this blob
51 - abspath: blob absolute path
52 - status: short status (A: present, M: hash failure, D: not present)
53 - path: blob local path from <module>/zephyr/blobs/
54 - sha256: blob SHA256 hash in hex
55 - type: type of blob
56 - version: version string
[all …]
/Zephyr-latest/tests/lib/acpi/unit/
DCMakeLists.txt1 # SPDX-License-Identifier: Apache-2.0
12 target_compile_options(test_interface INTERFACE -include ztest.h)
15 ${ZEPHYR_BASE}/../modules/lib
16 ${ZEPHYR_BASE}/../modules/lib/acpica/source/include
17 ${ZEPHYR_BASE}/../modules/lib/acpica/source/tools/acpiexec
/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake1 # SPDX-License-Identifier: Apache-2.0
9 # files for Zephyr modules into Zephyr build system.
16 # A list of Zephyr modules can be provided to the build system using:
17 # -DZEPHYR_MODULES=<module-path>[;<additional-module(s)-path>]
27 # - `ZEPHYR_<MODULE_NAME>_CMAKE_DIR` is used for inclusion of the CMakeLists.txt
28 # - `ZEPHYR_<MODULE_NAME>_KCONFIG` is used for inclusion of the Kconfig
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)
[all …]
/Zephyr-latest/cmake/
Dpackage_helper.cmake1 # SPDX-License-Identifier: Apache-2.0
12 # It does so by loading the Zephyr CMake modules specified with the 'MODULES'
17 # '-S <path-to-sample>'
20 # controlled with: '-B <path-to-build>'
23 # $ cmake -DBOARD=<board> -B build -S samples/hello_world
26 # $ cmake -DBOARD=<board> -B build -S samples/hello_world \
27 # -DMODULES=dts -P <ZEPHYR_BASE>/cmake/package_helper.cmake
32 # $ cmake -DBOARD=<board> -B build -S samples/hello_world -DEXTRA_CONF_FILE=foo.conf
35 # $ cmake -DBOARD=<board> -B build -S samples/hello_world -DEXTRA_CONF_FILE=foo.conf \
36 # -DMODULES=dts -P <ZEPHYR_BASE>/cmake/package_helper.cmake
[all …]
/Zephyr-latest/scripts/
Dzephyr_module.py5 # SPDX-License-Identifier: Apache-2.0
11 Include file is generated for Kconfig using --kconfig-out.
12 A <name>:<path> text file is generated for use with CMake using --cmake-out.
14 Using --twister-out <filename> an argument file for twister script will
15 be generated which would point to test and sample roots available in modules
17 maintained in modules in addition to what is available in the main Zephyr tree.
57 cmake-ext:
61 kconfig-ext:
65 sysbuild-cmake:
68 sysbuild-kconfig:
[all …]
/Zephyr-latest/samples/modules/lvgl/screen_transparency/
Dsample.yaml5 sample.modules.lvgl.screen_transparency:
11 - samples
12 - display
13 - gui
14 - lvgl
15 modules:
16 - lvgl
18 - native_sim/native/64
/Zephyr-latest/samples/modules/nanopb/
Dsample.yaml5 modules:
6 - nanopb
11 - "Your lucky number was 13!"
13 sample.modules.nanopb:
15 - samples
16 - nanopb
18 - native_sim
19 - native_sim/native/64
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/
Dsample.yaml2 description: Real-time visualization of acceleration data using LVGL chart widget
5 sample.modules.lvgl.accelerometer_chart:
11 - samples
12 - display
13 - gui
14 - lvgl
15 modules:
16 - lvgl
18 - native_sim/native/64

12345678910>>...19