Searched full:strings (Results 1 – 25 of 223) sorted by relevance
123456789
/Zephyr-latest/subsys/logging/ |
D | Kconfig.misc | 54 bool "Keep log strings in dedicated section" 57 removing strings from final binary and should be used for dictionary 61 bool "Strip log strings from binary" 71 bool "Validate logging strings" 73 Logging strings cannot use %p with character pointers. They should be 75 enabled, at compile time, the preprocessor detects strings with %p
|
D | Kconfig.formatting | 60 the call stack for processing the logging format strings MIPI Sys-T library. 61 Increasing it will allow for longer strings to be logged at the expense of used 63 of shorter maximum log strings. 105 Dictionary based logging is binary based where predefined strings 108 the log output when there are long format strings to be logged.
|
D | Kconfig | 58 strings.
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 18 The :c:func:`cbprintf` public APIs convert C99 format strings and 48 Typically, strings are formatted synchronously when a function from ``printf`` 52 arguments. Additionally, package may contain copies of strings which are 62 * **Self-contained** - non read-only strings appended to the package. String can be 64 locations. Package may contain information where read-only strings are located 67 * **Fully self-contained** - all strings are appended to the package. String can be 70 where pointers to non read-only strings are located within the package. Optionally, 72 from such package as long as non read-only strings are still valid and read-only 73 strings are accessible. Alternatively, package can be converted to **self-contained** 118 of header which contains size of package (excluding appended strings) and number of [all …]
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | database_gen.py | 45 # Sections that contains static strings 52 # Sections that contains static strings but are not part of the binary (allocable). 352 strings = [] 379 strings.append({ 387 return strings 409 """Extract NULL-terminated strings in one ELF section""" 440 # for empty strings. There is no way to know which 442 # at the end of legitimate strings as empty strings. 459 Extract static strings from ELF file using DWARF, 466 # Extract strings using ELF DWARF information [all …]
|
D | log_parser.py | 36 help="Log Data file is in hexadecimal strings") 79 # strings printed by QEMU, west or ninja (for example, QEMU
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.microbit | 15 int "Maximum length of strings that can be shown on the display" 20 This value specifies the maximum length of strings that can
|
/Zephyr-latest/samples/subsys/display/cfb/ |
D | README.rst | 5 Display character strings using the Character Frame Buffer (CFB). 10 This sample displays character strings using the Character Frame Buffer
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 214 /* Move beyond strings appended to the package. */ in get_package_len() 254 unsigned int s_rw_cnt = 0; /* number of rw strings */ in cbvprintf_package() 255 unsigned int s_ro_cnt = 0; /* number of ro strings */ in cbvprintf_package() 260 /* Flag indicates that rw strings are stored as array with positions, in cbvprintf_package() 264 /* Get number of first read only strings present in the string. in cbvprintf_package() 266 * fixed prefix appended to all strings. in cbvprintf_package() 286 * appended writable strings and the number of appended in cbvprintf_package() 287 * read-only strings. They both occupy 1 byte each. in cbvprintf_package() 333 * Here we branch directly into the code processing strings in cbvprintf_package() 648 * We will append non-ro strings later. in cbvprintf_package() [all …]
|
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat.h | 11 /* Make sure to match the drive name to ELM FAT Lib volume strings */ 17 /* Make sure to match the drive name to ELM FAT Lib volume strings */
|
/Zephyr-latest/tests/lib/cbprintf_package/src/ |
D | main.c | 56 "Strings differ\nexp: |%s|\ngot: |%s|\n", in unpack() 126 /* Runtime packaging is still possible when const strings are used. */ in ZTEST() 168 TC_PRINT("Skipping test, platform does not detect RO strings.\n"); in ZTEST() 254 TC_PRINT("Skipping test, platform does not detect RO strings.\n"); in ZTEST() 362 /* Calculate size needed for package with appended read-only strings. */ in ZTEST() 426 /* Calculate size needed for package with appended read-only strings. */ in ZTEST() 460 /* Strings does not need to be in read-only memory section, flag indicates in ZTEST() 461 * that n first strings are read only. in ZTEST() 501 * strings appended. in ZTEST() 511 /* Calculate size needed for package with appended read-only strings. */ in ZTEST() [all …]
|
/Zephyr-latest/cmake/modules/ |
D | basic_settings.cmake | 26 file(STRINGS "${SYSBUILD_CACHE}" sysbuild_cache_strings ENCODING UTF-8) 29 # thus resulting in lists to become strings.
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 49 /** Number of appended strings in the package. */ 52 /** Number of read-only strings, indexes appended to the package */ 55 /** Number of read-write strings, indexes appended to the package */ 152 /** @brief Assume that const char pointer is pointing to read only (constant) strings. 163 * When this flag is not used then read-write strings are appended to the package. 174 * Runtime algorithm (address analysis) is skipped for those strings. 210 /** @brief Append read-only strings from source package to destination package. 214 * string address can be found in the package. When flag is set, read-only strings 215 * are copied into destination package. Address of strings indicated as read-write 220 /** @brief Append read-write strings from source package to destination package. [all …]
|
/Zephyr-latest/samples/drivers/lcd_hd44780/ |
D | sample.yaml | 2 name: Display text strings on HD44780 based 20x4 LCD controller
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-init/ |
D | compat_desc_multi.yaml | 4 # compatible strings and descriptions.
|
D | compat_desc.yaml | 3 # Test inheritance rules applied to compatible strings
|
D | vnd,thing.yaml | 4 # descriptions and compatible strings.
|
D | compat_desc_base.yaml | 4 # compatible strings and bindings descriptions.
|
/Zephyr-latest/tests/cmake/yaml/ |
D | test.yaml | 13 - "strings"
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | strings.h | 1 /* strings.h */
|
/Zephyr-latest/scripts/west_commands/ |
D | shields.py | 39 FORMAT STRINGS 59 see FORMAT STRINGS below.''')
|
/Zephyr-latest/misc/generated/ |
D | CMakeLists.txt | 5 file(STRINGS
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_func | 37 This is the naive identity hash function. It only works for strings
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 81 strings can be removed from the binary because they are only needed for decoding and decoding 84 * Standalone - data is decoded on chip and human-readable strings are printed. This mode requires 100 readable strings using logging :ref:`log_output`. 105 Assisted multicore logging uses dictionary-based logging to send messages without redundant strings 108 Instead of including the format strings in the log messages, it logs the addresses (message IDs) 109 where the strings are stored, which reduces the size of the logging subsystem. 116 * It reduces the size of the binary, as the strings used in the log messages are not stored in the …
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 78 int "Size of the buffer used for decoding Huffman-encoded strings" 82 Size of the buffer used for decoding Huffman-encoded strings when 169 Allow user to specify wildcards when setting up resource strings.
|
123456789