Searched refs:modules (Results 226 – 250 of 286) sorted by relevance
12345678910>>...12
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 215 Next, clone Zephyr and its :ref:`modules <modules>` into a new :ref:`west
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 67 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
|
D | release-notes-3.6.rst | 258 * 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
|
D | release-notes-3.2.rst | 49 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/ |
D | kernel.cmake | 29 # find_package(Zephyr) then it won't be loading any Zephyr CMake modules by itself.
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_3.rst | 542 callbacks) which allows for applications/modules to know when settings management commands are
|
/Zephyr-latest/boards/nxp/frdm_k22f/doc/ |
D | index.rst | 14 add-on modules
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 329 source "subsys/shell/modules/Kconfig"
|
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/doc/ |
D | index.rst | 10 u-blox BMD-340 and BMD-341 Bluetooth 5.0 modules, based on the
|
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/doc/ |
D | index.rst | 10 Bluetooth 5.0 modules, based on the Nordic Semiconductor nRF52840
|
/Zephyr-latest/boards/espressif/esp32s3_eye/doc/ |
D | index.rst | 257 ESP32-S3 modules require patches to OpenOCD that are not upstreamed yet.
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/ |
D | index.rst | 178 The EDMA modules feature four EDMA3 instances: Instance 0 with 32 channels,
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 105 - 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,
|
D | build-flash-debug.rst | 785 :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/ |
D | check_compliance.py | 427 modules = [name for name in os.listdir(modules_dir) if 434 for module in modules:
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 11 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/ |
D | run_common.py | 115 sys.modules[module_name] = module
|
/Zephyr-latest/boards/nxp/frdm_k64f/doc/ |
D | index.rst | 14 with Bluetooth* and 2.4 GHz radio add-on modules
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 1225 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/ |
D | Kconfig.logging | 23 # instead of setting it for every modules.
|
/Zephyr-latest/doc/services/storage/settings/ |
D | index.rst | 6 The settings subsystem gives modules a way to store persistent per-device
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 244 receives its guest VMs (i.e. zephyr.bin) as GRUB "multiboot" modules.
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 879 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/ |
D | index.rst | 274 top>\\modules\\hal\\nxp\\mcux\\devices\\MK64F12\\MK64F12.xml`
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 601 modules you can execute the following command: 848 These commands are registered by various modules, for example:
|
12345678910>>...12