Home
last modified time | relevance | path

Searched full:extensions (Results 1 – 25 of 149) sorted by relevance

123456

/Zephyr-Core-3.5.0/doc/services/llext/
Dindex.rst3 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/
Dtestcase.yaml6 buildsystem.extensions.zephyr_get.no_sysbuild:
8 buildsystem.extensions.zephyr_get.sysbuild:
/Zephyr-Core-3.5.0/cmake/modules/
Ddoc.cmake9 # - extensions
20 include(extensions)
Dboards.cmake52 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/
Drisc-v.rst13 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/
Dcdp1_encode_decode.sh8 # 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/
DKconfig.series17 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/
Dextensions.rst1 .. _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:
Dbasics.rst94 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/
DKconfig69 bool "Floating-Point extensions"
72 Enable Floating-Point extensions
/Zephyr-Core-3.5.0/samples/subsys/llext/shell_loader/
DREADME.rst2 :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
Dsample.yaml2 description: Loadable extensions with shell sample
/Zephyr-Core-3.5.0/include/zephyr/llext/
Dllext.h21 * @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/
DREADME1 Test cases for the devicetree.h extensions (GPIO, SPI, etc).
/Zephyr-Core-3.5.0/cmake/linker_script/common/
Ddebug-sections.cmake21 # GNU DWARF 1 extensions
40 #SGI/MIPS DWARF 2 extensions
/Zephyr-Core-3.5.0/.github/
Dlicense_config.yml8 extensions:
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hci/
Dhci_user_ext.h2 * @brief HCI controller user extensions
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/nrf53/
Dsoc_cpu_idle.h8 * @file SoC extensions of cpu_idle.S for the Nordic Semiconductor nRF53 processors family.
/Zephyr-Core-3.5.0/subsys/testsuite/include/zephyr/
Dfff_extensions.h20 * @defgroup fff_extensions FFF extensions
23 * This module provides extensions to FFF for simplifying the
/Zephyr-Core-3.5.0/scripts/utils/
Dmigrate_includes.py26 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/
Dasm_inline.h20 #error "Only a compiler with GNU C extensions is supported for the POSIX arch"
/Zephyr-Core-3.5.0/subsys/llext/
DKconfig5 bool "Linkable loadable extensions"
/Zephyr-Core-3.5.0/cmake/toolchain/xcc/
Dcommon.cmake23 list(APPEND TOOLCHAIN_C_FLAGS -fms-extensions)
/Zephyr-Core-3.5.0/doc/hardware/peripherals/audio/
Di2s.rst10 as well as common non-standard extensions such as PCM Short/Long Frame Sync
/Zephyr-Core-3.5.0/soc/arm/arm/mps3/
Dsoc.h16 #define __MVE_PRESENT 1U /* MVE extensions present */

123456