Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/Zephyr-latest/subsys/bindesc/
DKconfig15 Enable the app to define its own binary descriptors
28 Determines the maximum size of a binary descriptor's data. The theoretical
37 Enable the app to read the binary descriptors of another image
48 Enable reading and parsing binary descriptors from RAM.
53 Enable reading and parsing binary descriptors from memory mapped flash.
58 Enable reading and parsing binary descriptors from non memory mapped flash
DKconfig.version5 bool "Version binary descriptors"
7 Add the version binary descriptors
34 The kernel version as binary coded decimal, computed as
67 The app version as binary coded decimal, computed as
DKconfig.host_info5 bool "Host info binary descriptors"
7 Add the host info binary descriptors
/Zephyr-latest/tests/ztest/fail/
DREADME.rst12 binary which is expected to fail by calling one of the following:
19 The binary by itself, when executed, will fail to run and return a code of ``1``. The main test
20 binary will use ``popen()`` to run the failing test binary and will assert both the return code and
/Zephyr-latest/tests/bluetooth/qualification/
D.gitattributes5 *.pts binary
6 *.bqw binary
/Zephyr-latest/samples/subsys/bindesc/hello_bindesc/
DREADME.rst5 Set and access binary descriptors for a basic Zephyr application.
10 A simple sample of :ref:`binary descriptor <binary_descriptors>` definition and usage.
23 To dump all binary descriptors in the image, run:
/Zephyr-latest/doc/contribute/
Dbin_blobs.rst8 help of executable code distributed in binary form. Binary blobs (or blobs for
9 short) are files containing proprietary machine code or data in a binary format,
12 Zephyr supports downloading and using third-party binary blobs via its built-in
18 the support for binary blobs in forks or third-party distributions of Zephyr. In
21 therefore free to create Zephyr-based downstream software which uses binary
27 Most binary blobs are distributed under proprietary licenses which vary
39 The Zephyr Project does not host binary blobs in its Git repositories or
51 include a reference to a binary blob to the upstream Zephyr distribution, a
74 The ``west blobs`` command only fetches and stores the binary blobs themselves.
81 Inclusion of binary blobs will taint the Zephyr build. The definition of
[all …]
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/
DREADME.rst5 Define some binary descriptors and read them.
10 A simple sample of :ref:`binary descriptor <binary_descriptors>` definition and reading.
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/doc/
Dindex.rst25 The DA14531 Module contained on the shield must be programmed with a binary
30 suitable binary and then program it into the DA14531 via the SWD header
32 press the "Search Online" button. The required binary file can be selected
35 .. figure:: da14531-hci-hw-flow-binary.webp
41 Press the "Program" button to program the binary file into the DA14531 Module.
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst13 infrastructure to host the firmware binary and implement a method of signaling
18 same method can be used as part of OTA. The binary is first downloaded
30 When a new version is available, the device downloads and flashes the binary. In
32 TLS/DTLS, and the signed firmware binary is confirmed by MCUboot before the
43 REST api to detect firmware updates. When a new update is detected, the binary
55 the binary is downloaded and installed. MCUboot can be used to verify the
66 firmware binary to the remote device where it is verified by MCUboot before the
/Zephyr-latest/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.cmake8 COMMAND ${CMAKE_OBJCOPY} -O binary --remove-section=aon
11 COMMAND ${CMAKE_OBJCOPY} -O binary --only-section=aon
/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst6 Binary Descriptors are constant data objects storing information about the binary executable.
7 Unlike "regular" constants, binary descriptors are linked to a known offset in the binary, making
9 A few examples of constants that would make useful binary descriptors are: kernel version, app vers…
36 to a known offset in the binary image. This offset may vary between architectures,
42 the beginning of the image, in order to skip over the binary descriptors, which are right
50 value. All binary descriptor numbers (magic, tags, uints) are laid out in memory
55 The binary descriptor header starts with the magic number ``0xb9863e5a7ea46046``. It's followed
98 # Enable binary descriptors
101 # Enable definition of binary descriptors
104 # Enable default build time binary descriptors
[all …]
/Zephyr-latest/doc/build/cmake/
Dindex.rst141 into four stages: the pre-build, first-pass binary, final binary, and
170 Compilation proper begins with the first intermediate binary. Source files (C
200 Unfixed size binary
201 The unfixed size intermediate binary is produced when :ref:`usermode_api`
203 It produces a binary where sizes are not fixed and thus it may be used
204 by post-process steps that will impact the size of the final binary.
212 Fixed size binary
213 The fixed size intermediate binary is produced when :ref:`usermode_api`
216 It produces a binary where sizes are fixed and thus the size must not change
217 between the intermediate binary and the final binary.
[all …]
/Zephyr-latest/soc/nuvoton/npcx/
DKconfig9 bool "The output binary with NPCX binary header"
12 to RAM by the firmware binary header setting. Enable this to invoke
18 bool "Build npcx binary in BIN format"
21 Build a "raw" binary zephyr/zephyr.npcx.bin in the build directory.
25 bool "Build npcx binary in HEX format"
28 Build an HEX binary zephyr/zephyr.npcx.hex in the build directory.
48 binary from flash to RAM.
/Zephyr-latest/doc/services/llext/
Dconfig.rst34 Build and expect relocatable files as binary object type for the LLEXT
40 Build and expect relocatable (partially linked) files as the binary
46 Build and expect shared libraries as binary object type for the LLEXT
96 To this end, the main binary contains a LLEXT-dedicated symbol table, filled
105 Perform an extra processing step on the Zephyr binary and on all
108 stored in the binary.
113 binary is no longer necessary, which provides a significant decrease in
123 Using a different value for this option in the main binary and in
/Zephyr-latest/boards/arm/mps2/
DCMakeLists.txt7 # Building a firmware image for CPU1: this requires a binary
10 # any binary for CPU0, as this is built by the dual core sample.
/Zephyr-latest/cmake/bintools/armclang/
Delfconvert_command.cmake25 elseif(${OUTTARGET} STREQUAL "binary")
33 if(DEFINED ONLY_SECTION AND "${OUTTARGET}" STREQUAL "binary")
49 if(DEFINED ONLY_SECTION AND "${OUTTARGET}" STREQUAL "binary")
/Zephyr-latest/boards/ti/sk_am62/doc/
Dindex.rst62 These cores will then load the zephyr binary on the M4 core using remoteproc.
72 The testing requires the binary to be copied to the SD card to allow the A53 cores to load it while…
81 This builds the program and the binary is present in the :file:`build/zephyr` directory as
84 We now copy this binary onto the SD card in the :file:`/lib/firmware` directory and name it as
94 The SD card can now be used for booting. The binary will now be loaded onto the M4F core on boot.
99 The binary will run and print Hello world to the MCU_UART0 port.
104 The board is equipped with an XDS110 JTAG debugger. To debug a binary, utilize the ``debug`` build …
/Zephyr-latest/cmake/bintools/llvm/
Dtarget.cmake3 # Configures binary tools as llvm binary tool set
/Zephyr-latest/boards/shields/mikroe_ble_tiny_click/doc/
Dindex.rst34 The DA14531 Module contained on the shield must be programmed with a binary
39 suitable binary and then program it into the DA14531 via the SWD header
41 press the "Search Online" button. The required binary file can be selected
44 .. figure:: da14531-hci-binary.webp
50 Press the "Program" button to program the binary file into the DA14531 Module.
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D008_bin-blobs.md3 about: Submit a proposal to integrate binary blob(s)
12 Describe where the binary blob(s) originate from
/Zephyr-latest/include/zephyr/linker/
Dllext-sections.ld12 * to be included in the final binary.
24 * Zephyr ELF for post-processing, but it is not included in the final binary.
/Zephyr-latest/tests/subsys/zbus/unittests/src/
Dmessages.h40 uint8_t binary; /* Range 0 to 1 */ member
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/
Dphyboard_lyra_am62xx_m4.rst88 cores of the SoM. These cores will then load the zephyr binary on the M4 core
98 Therefore, the testing requires the binary to be copied to the SD card to allow the A53 cores to
108 This builds the program and the binary is present in the :file:`build/zephyr` directory as
111 We now copy this binary onto the SD card in the :file:`/lib/firmware` directory and name it as
121 The SD card can now be used for booting. The binary will now be loaded onto the M4F core on boot.
134 The board should boot into Linux and the binary will run and print Hello world to the MCU_UART0
141 The board is equipped with an XDS110 JTAG debugger. To debug a binary, utilize the ``debug`` build
/Zephyr-latest/boards/silabs/radio_boards/xg29_rb4412a/doc/
Dindex.rst48 ``west flash`` will by default use SEGGER JLink. Make sure that the JLinkExe binary is available on
50 In this case, make sure that the commander binary is available on PATH.
68 To use the BLE function, run the command below to retrieve necessary binary

12345678910>>...15