Searched full:extensions (Results 1 – 25 of 149) sorted by relevance
123456
/Zephyr-Core-3.5.0/doc/services/llext/ |
D | index.rst | 3 Linkable Loadable Extensions (LLEXT) 9 Extensions can be loaded from precompiled ELF formatted data which is 10 verified, loaded, and linked with other extensions. Extensions can be
|
/Zephyr-Core-3.5.0/tests/cmake/zephyr_get/ |
D | testcase.yaml | 6 buildsystem.extensions.zephyr_get.no_sysbuild: 8 buildsystem.extensions.zephyr_get.sysbuild:
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | doc.cmake | 9 # - extensions 20 include(extensions)
|
D | boards.cmake | 52 include(extensions) 172 # Board extensions are enabled by default 173 set(BOARD_EXTENSIONS ON CACHE BOOL "Support board extensions") 176 # Process board extensions 181 set(board_extension_dir ${root}/boards/extensions/${board_dir_name})
|
/Zephyr-Core-3.5.0/doc/hardware/arch/ |
D | risc-v.rst | 13 ISA extensions as well as :ref:`semihosting<semihost_guide>`. 22 ISA extensions 25 It's possible to set in Zephyr which ISA extensions (RV32/64I(E)MAFD(G)QC)
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/comp_data/ |
D | cdp1_encode_decode.sh | 8 # composition consists of model extensions within and between elements, 9 # extensions requiring long and short formats, and correspondence between
|
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/neorv32/ |
D | Kconfig.series | 17 extensions enabled in order to support Zephyr: 21 The following NEORV32 CPU ISA extensions are not currently supported
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | extensions.rst | 1 .. _west-extensions: 3 Extensions chapter 7 source code. These are called **west extension commands**, or just "extensions" 8 for short. Extensions show up in the ``west --help`` output in a special 15 :ref:`ones described here <west-zephyr-ext-cmds>` , are extensions. That's why 156 gives the location of a file implementing west extensions, along with the names 157 of those extensions, and optionally the names of the classes which define them 176 If you have multiple extensions, or want to split your extensions across 199 - :file:`another_file.py` defines two extensions:
|
D | basics.rst | 94 extensions 96 repository) can define :ref:`west-extensions`. Extensions are extra west 100 like :ref:`west build <west-building>`. Defining these as extensions keeps 186 .. _west-zephyr-extensions: 188 Zephyr Extensions
|
/Zephyr-Core-3.5.0/subsys/modbus/ |
D | Kconfig | 69 bool "Floating-Point extensions" 72 Enable Floating-Point extensions
|
/Zephyr-Core-3.5.0/samples/subsys/llext/shell_loader/ |
D | README.rst | 2 :name: Linkable loadable extensions shell module 5 Manage loadable extensions using shell commands. 11 ability to manage loadable code extensions in the shell. 41 list :List loaded extensions and their size in memory 139 This extension can then be seen in the list of loaded extensions (`list`), its symbols printed
|
D | sample.yaml | 2 description: Loadable extensions with shell sample
|
/Zephyr-Core-3.5.0/include/zephyr/llext/ |
D | llext.h | 21 * @brief Linkable loadable extensions 22 * @defgroup llext Linkable loadable extensions 61 * @brief List head of loaded extensions 127 * instructions are architecture specific and each architecture supporting extensions
|
/Zephyr-Core-3.5.0/tests/lib/devicetree/api_ext/ |
D | README | 1 Test cases for the devicetree.h extensions (GPIO, SPI, etc).
|
/Zephyr-Core-3.5.0/cmake/linker_script/common/ |
D | debug-sections.cmake | 21 # GNU DWARF 1 extensions 40 #SGI/MIPS DWARF 2 extensions
|
/Zephyr-Core-3.5.0/.github/ |
D | license_config.yml | 8 extensions:
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hci/ |
D | hci_user_ext.h | 2 * @brief HCI controller user extensions
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/nrf53/ |
D | soc_cpu_idle.h | 8 * @file SoC extensions of cpu_idle.S for the Nordic Semiconductor nRF53 processors family.
|
/Zephyr-Core-3.5.0/subsys/testsuite/include/zephyr/ |
D | fff_extensions.h | 20 * @defgroup fff_extensions FFF extensions 23 * This module provides extensions to FFF for simplifying the
|
/Zephyr-Core-3.5.0/scripts/utils/ |
D | migrate_includes.py | 26 EXTENSIONS = ("c", "cpp", "h", "hpp", "dts", "dtsi", "rst", "S", "overlay", "ld") variable 31 if not p.is_file() or not p.suffix or p.suffix[1:] not in EXTENSIONS:
|
/Zephyr-Core-3.5.0/include/zephyr/arch/posix/ |
D | asm_inline.h | 20 #error "Only a compiler with GNU C extensions is supported for the POSIX arch"
|
/Zephyr-Core-3.5.0/subsys/llext/ |
D | Kconfig | 5 bool "Linkable loadable extensions"
|
/Zephyr-Core-3.5.0/cmake/toolchain/xcc/ |
D | common.cmake | 23 list(APPEND TOOLCHAIN_C_FLAGS -fms-extensions)
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/audio/ |
D | i2s.rst | 10 as well as common non-standard extensions such as PCM Short/Long Frame Sync
|
/Zephyr-Core-3.5.0/soc/arm/arm/mps3/ |
D | soc.h | 16 #define __MVE_PRESENT 1U /* MVE extensions present */
|
123456