Home
last modified time | relevance | path

Searched refs:modules (Results 226 – 250 of 286) sorted by relevance

12345678910>>...12

/Zephyr-latest/doc/develop/getting_started/
Dindex.rst215 Next, clone Zephyr and its :ref:`modules <modules>` into a new :ref:`west
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst67 The following modules have been made optional and are not downloaded with `west update` by default
74 enable all optional modules, and then run ``west update`` again.
608 * The following subsystem and driver shell modules are now disabled by default. Each required shell
Drelease-notes-3.6.rst258 * Added ``PRE_IMAGE_CMAKE`` and ``POST_IMAGE_CMAKE`` hooks to sysbuild modules, which allows for
259 modules to run code after and before each image's cmake invocation.
1058 * Modem modules
1068 …* Extended all modem modules to utilize the ``TRANSMIT_IDLE`` event to dynamically manage the delay
Drelease-notes-3.2.rst49 default, all upstream code and modules have been converted to use
826 * Refactored LwM2M engine module into smaller sub-modules: LwM2M registry,
852 * Moved OpenThread glue code into ``modules`` directory.
1690 - :github:`45241` - (Probably) unnecessary branches in several modules
1710 - :github:`47817` - samples/modules/nanopb/sample.modules.nanopb fails with protobuf > 3.19.0
2003 * :github:`49360` - west boards doesn't print boards from modules
2115 * :github:`48567` - MIMXRT1060 custom board support for NXP HAL modules
2310 * :github:`46801` - Revisit modules and inclusion in the default manifest
/Zephyr-latest/cmake/modules/
Dkernel.cmake29 # find_package(Zephyr) then it won't be loading any Zephyr CMake modules by itself.
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_3.rst542 callbacks) which allows for applications/modules to know when settings management commands are
/Zephyr-latest/boards/nxp/frdm_k22f/doc/
Dindex.rst14 add-on modules
/Zephyr-latest/subsys/shell/
DKconfig329 source "subsys/shell/modules/Kconfig"
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/doc/
Dindex.rst10 u-blox BMD-340 and BMD-341 Bluetooth 5.0 modules, based on the
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/doc/
Dindex.rst10 Bluetooth 5.0 modules, based on the Nordic Semiconductor nRF52840
/Zephyr-latest/boards/espressif/esp32s3_eye/doc/
Dindex.rst257 ESP32-S3 modules require patches to OpenOCD that are not upstreamed yet.
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/
Dindex.rst178 The EDMA modules feature four EDMA3 instances: Instance 0 with 32 channels,
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst105 - All west commands will now output log messages from west API modules at
186 modules may rely on.
749 and makes it possible to import west modules from anywhere in the system,
Dbuild-flash-debug.rst785 :ref:`Zephyr modules <modules>` can have external runners discovered by adding python
786 files in their :ref:`module.yml <modules-runners>`. Create an external runner class by
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py427 modules = [name for name in os.listdir(modules_dir) if
434 for module in modules:
/Zephyr-latest/doc/develop/test/
Dztest.rst11 integration testing, or for unit testing specific modules.
366 :zephyr_file:`unittest <cmake/modules/unittest.cmake>` component. See a minimal
/Zephyr-latest/scripts/west_commands/
Drun_common.py115 sys.modules[module_name] = module
/Zephyr-latest/boards/nxp/frdm_k64f/doc/
Dindex.rst14 with Bluetooth* and 2.4 GHz radio add-on modules
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst1225 existing definition originating from a :ref:`module <modules>`, the module's code itself needs to
1234 …Finally, this rule applies to inter-module name collisions as well: in that case both modules, pri…
1239 …Zephyr is an RTOS that comes with additional functionality and dependencies in the form of modules.
1240 Those modules are typically independent projects that may use macro names that can conflict with
1241 other modules or with Zephyr itself. Since, in the context of this documentation, Zephyr is
/Zephyr-latest/subsys/bluetooth/
DKconfig.logging23 # instead of setting it for every modules.
/Zephyr-latest/doc/services/storage/settings/
Dindex.rst6 The settings subsystem gives modules a way to store persistent per-device
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst244 receives its guest VMs (i.e. zephyr.bin) as GRUB "multiboot" modules.
/Zephyr-latest/doc/contribute/
Dguidelines.rst879 Follow the guidelines in the :ref:`modules` section for contributing
880 :ref:`new modules <submitting_new_modules>` and
881 submitting changes to :ref:`existing modules <changes_to_existing_module>`.
/Zephyr-latest/doc/develop/debug/
Dindex.rst274 top>\\modules\\hal\\nxp\\mcux\\devices\\MK64F12\\MK64F12.xml`
/Zephyr-latest/doc/services/shell/
Dindex.rst601 modules you can execute the following command:
848 These commands are registered by various modules, for example:

12345678910>>...12