Searched full:bindesc (Results 1 – 25 of 32) sorted by relevance
12
6 tags: bindesc8 bindesc.read:12 bindesc.read.c99:15 bindesc.read.c11:18 bindesc.read.c17:21 bindesc.read.gnu99:25 bindesc.read.gnu11:29 bindesc.read.gnu17:
8 project(bindesc) project
6 tags: bindesc8 bindesc.define:22 bindesc.define.c99:25 bindesc.define.c11:28 bindesc.define.c17:31 bindesc.define.gnu99:35 bindesc.define.gnu11:39 bindesc.define.gnu17:
4 menuconfig BINDESC config10 if BINDESC19 source "subsys/bindesc/Kconfig.version"20 source "subsys/bindesc/Kconfig.build_time"21 source "subsys/bindesc/Kconfig.host_info"24 int "Bindesc max data size"46 bool "Bindesc read from RAM"51 bool "Bindesc read from memory mapped flash"56 bool "Bindesc read from flash"64 int "Bindesc read flash max data size"[all …]
9 #include "bindesc.ld"
8 #include <zephyr/bindesc.h>
9 zephyr_linker_sources(ROM_START SORT_KEY 0x1bindesc bindesc.ld)
2 name: Bindesc read10 sample.bindesc.read_bindesc:11 tags: bindesc
1 .. zephyr:code-sample:: read-bindesc18 :zephyr-app: samples/subsys/bindesc/read_bindesc23 For more details see :ref:`binary_descriptors` and :ref:`west-bindesc`.
19 # Enable bindesc reading
2 name: Hello Bindesc4 sample.bindesc:5 tags: bindesc
1 .. zephyr:code-sample:: hello-bindesc18 :zephyr-app: samples/subsys/bindesc/hello_bindesc27 west bindesc dump build/zephyr/zephyr.bin32 For more details see :ref:`binary_descriptors` and :ref:`west-bindesc`.
17 * Corresponds to the definitions in scripts/west_commands/bindesc.py.31 * @defgroup bindesc_define Bindesc Define37 * Corresponds to the definitions in scripts/west_commands/bindesc.py.137 * @brief Utility macro to get the type of a bindesc tag157 * Utility macro to get the name of a bindesc entry191 "Bindesc " STRINGIFY(name) " exceeded maximum size, consider reducing the" \241 "Bindesc " STRINGIFY(name) " exceeded maximum size, consider reducing the" \335 * @defgroup bindesc_read Bindesc Read354 * Initializes a bindesc handle for subsequent calls to bindesc API.358 * @param handle Bindesc handle to be given to subsequent calls[all …]
16 #include <zephyr/bindesc.h>26 But it could also be retrieved by ``west bindesc``:30 $ west bindesc custom_search STR 2 build/zephyr/zephyr.bin51 in the endianness native to the SoC. ``west bindesc`` assumes little endian by default,73 ``include/zephyr/bindesc.h``, as that would have the following benefits:75 1. The ``west bindesc`` tool would be able to recognize what the descriptor means and80 To define a descriptor with a standard tag, just use the tags included from ``bindesc.h``:84 #include <zephyr/bindesc.h>157 west bindesc tool161 For more information refer to ``west bindesc --help`` or the :ref:`documentation<west-bindesc>`.
194 .. _west-bindesc:196 Working with binary descriptors: ``west bindesc``199 The ``bindesc`` command allows users to read :ref:`binary descriptors<binary_descriptors>`205 west bindesc search KERNEL_VERSION_STRING build/zephyr/zephyr.bin209 west bindesc custom_search STR 0x200 build/zephyr/zephyr.bin213 west bindesc dump build/zephyr/zephyr.bin217 west bindesc list221 west bindesc get_offset
67 - file: scripts/west_commands/bindesc.py69 - name: bindesc70 class: Bindesc
8 #include <zephyr/bindesc.h>26 "bindesc kernel version number is incorrect"); in ZTEST()
1 .. zephyr:code-sample-category:: bindesc
8 #include <zephyr/bindesc.h>69 * ``west bindesc get_offset path/to/zephyr.bin``. in main()96 printk("Bindesc size: %u\n", size); in main()
37 add_subdirectory_ifdef(CONFIG_BINDESC bindesc)