Searched full:binary (Results 1 – 25 of 609) sorted by relevance
12345678910>>...25
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig | 5 bool "Binary Descriptors" 8 Binary Descriptors - constant data accessible outside of the executable image 13 bool "Binary Descriptors Define" 15 Enable the app to define its own binary descriptors 28 Determines the maximum size of a binary descriptor's data. The theoretical 35 bool "Binary Descriptors Read" 37 Enable the app to read the binary descriptors of another image 42 module-str = Binary Descriptor read 48 Enable reading and parsing binary descriptors from RAM. 53 Enable reading and parsing binary descriptors from memory mapped flash. [all …]
|
D | Kconfig.version | 5 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
|
D | Kconfig.host_info | 5 bool "Host info binary descriptors" 7 Add the host info binary descriptors
|
/Zephyr-latest/samples/subsys/bindesc/hello_bindesc/ |
D | prj.conf | 1 # Enable binary descriptors 4 # Enable definition of binary descriptors 7 # Enable default build time binary descriptors 11 # Enable default version binary descriptors 18 # Enable default host info binary descriptors
|
D | README.rst | 2 :name: Binary descriptors "Hello World" 5 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/tests/lib/cmsis_dsp/matrix/ |
D | Kconfig | 24 bool "Test: Matrix Binary Q7" 27 bool "Test: Matrix Binary Q15" 30 bool "Test: Matrix Binary Q31" 33 bool "Test: Matrix Binary F16" 37 bool "Test: Matrix Binary F32" 40 bool "Test: Matrix Binary F64"
|
/Zephyr-latest/soc/intel/intel_ish/utils/ |
D | build_ish_firmware.py | 7 """Script to pack EC binary with manifest header. 9 Package ecos main FW binary (kernel) and AON task binary into final EC binary 25 help="EC kernel binary to pack, \ 29 help="EC aontask binary to pack, \ 33 help="Output flash binary file") 38 """Returns a binary blob that represents a manifest entry""" 66 print(" kernel binary size:", kernel_size) 68 # Add manifest for main ISH binary 72 print(" AON binary size: ", aon_size) 74 # Add manifest for aontask binary
|
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/ |
D | prj.conf | 1 # Enable binary descriptors 4 # Enable definition of binary descriptors 7 # Enable default version binary descriptors 14 # Enable default host info binary descriptors
|
D | README.rst | 2 :name: Binary descriptors read 5 Define some binary descriptors and read them. 10 A simple sample of :ref:`binary descriptor <binary_descriptors>` definition and reading.
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 3 Binary Descriptors 6 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… 12 Binary descriptors are created by using the ``DEFINE_BINDESC_*`` macros. For example: 35 Binary descriptors are implemented with a TLV (tag, length, value) header linked 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 [all …]
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 3 Binary Blobs 8 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. [all …]
|
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/doc/ |
D | index.rst | 25 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 37 :alt: DA14531 HCI Binary File Selection 39 Selecting the DA14531 HCI Binary File for Download 41 Press the "Program" button to program the binary file into the DA14531 Module.
|
/Zephyr-latest/tests/ztest/fail/src/ |
D | main.cpp | 19 /* Start running the target binary. This binary is expected to fail. */ in ZTEST() 24 /* Wait for the binary to finish running and grab the output */ in ZTEST() 53 zassert_equal(1, rc, "Test binary expected to fail with return code 1, but got %d", rc); in ZTEST() 54 zassert_true(found_error_string, "Test binary did not produce the expected error string \"" in ZTEST()
|
/Zephyr-latest/boards/shields/mikroe_ble_tiny_click/doc/ |
D | index.rst | 34 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 46 :alt: DA14531 HCI Binary File Selection 48 Selecting the DA14531 HCI Binary File for Download 50 Press the "Program" button to program the binary file into the DA14531 Module.
|
/Zephyr-latest/soc/nuvoton/npcx/ |
D | Kconfig | 9 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/tests/ztest/fail/ |
D | README.rst | 12 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/doc/services/llext/ |
D | config.rst | 34 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/doc/services/device_mgmt/ |
D | ota.rst | 13 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/.github/ISSUE_TEMPLATE/ |
D | 008_bin-blobs.md | 2 name: Binary blobs 3 about: Submit a proposal to integrate binary blob(s) 12 Describe where the binary blob(s) originate from
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 138 into four stages: the pre-build, first-pass binary, final binary, and 167 Compilation proper begins with the first intermediate binary. Source files (C 197 Unfixed size binary 198 The unfixed size intermediate binary is produced when :ref:`usermode_api` 200 It produces a binary where sizes are not fixed and thus it may be used 201 by post-process steps that will impact the size of the final binary. 209 Fixed size binary 210 The fixed size intermediate binary is produced when :ref:`usermode_api` 213 It produces a binary where sizes are fixed and thus the size must not change 214 between the intermediate binary and the final binary. [all …]
|
/Zephyr-latest/include/zephyr/ |
D | bindesc.h | 30 * @brief Binary Descriptor Definition 161 /* Convenience helper for declaring a binary descriptor entry. */ 171 * @brief Define a binary descriptor of type string. 174 * Define a string that is registered in the binary descriptor header. 195 * @brief Define a binary descriptor of type uint. 198 * Define an integer that is registered in the binary descriptor header. 216 * @brief Define a binary descriptor of type bytes. 219 * Define a uint8_t array that is registered in the binary descriptor header. 245 * @brief Get the value of a string binary descriptor 248 * Get the value of a string binary descriptor, previously defined by [all …]
|
/Zephyr-latest/tests/net/wifi/wifi_nm/ |
D | testcase.yaml | 13 - rd_rw612_bga/rw612/ethernet # Requires binary blobs to build 14 - frdm_rw612 # Requires binary blobs to build
|
/Zephyr-latest/dts/bindings/bluetooth/ |
D | infineon,cyw208xx-hci.yaml | 10 cyw920829 requires fetch binary files of Bluetooth controller firmware. 11 To fetch Binary Blobs: west blobs fetch hal_infineon
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 15 prompt "Binary object type for llext" 26 Build and expect object files as binary object type for the 34 binary object type for the llext subsystem. These object files 41 Build and expect shared libraries as binary object type for 99 from the binary. However, it can make LLEXT debugging
|
/Zephyr-latest/scripts/ |
D | west-commands.yml | 32 help: sign a Zephyr binary for bootloader chain-loading 37 help: flash and run a binary on a board 66 help: work with binary blobs 71 help: work with Binary Descriptors
|
12345678910>>...25