Searched refs:strings (Results 1 – 25 of 81) sorted by relevance
1234
/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/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/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/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/ |
D | substitutions.txt | 9 .. These are replacement strings for non-ASCII characters used within the project
|
/Zephyr-latest/samples/drivers/lcd_hd44780/ |
D | README.rst | 9 Display text strings on parallel interfacing HD44780 based
|
/Zephyr-latest/tests/lib/sprintf/ |
D | README.txt | 39 Testing sprintf() with 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/build/dts/ |
D | zephyr-user-node.rst | 34 strings = "a", "b", "c"; 49 DT_PROP(ZEPHYR_USER_NODE, strings) // {"a", "b", "c"}
|
/Zephyr-latest/cmake/modules/ |
D | basic_settings.cmake | 29 # thus resulting in lists to become strings.
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | database_gen.py | 352 strings = [] 379 strings.append({ 387 return 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 …
|
D | index.rst | 27 - Dedicated API for handling transient strings. 33 - Built-in copying of transient strings used as arguments. 439 | | Appended strings | 512 Logging strings 612 version (copying read-only strings to the package body). 700 strings in their native storage formats which can be more compact than their 701 text equivalents. For statically defined strings (including the format 702 strings and any string arguments), references to the ELF file are encoded 703 instead of the whole strings. A dictionary created at build time contains 704 the mappings between these references and the actual strings. This allows [all …]
|
/Zephyr-latest/modules/nanopb/ |
D | Kconfig | 58 Check whether incoming strings are valid UTF-8 sequences.
|
/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.
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_9.rst | 58 | "argv" | array consisting of strings representing command |
|
/Zephyr-latest/lib/libc/minimal/ |
D | Kconfig | 60 produce strings corresponding to the descriptions in errno.h.
|
/Zephyr-latest/lib/utils/ |
D | Kconfig | 65 handle UTF-8 encoded strings.
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 242 …e.g. PuTTy with proper COM and baud rate. After board reset you should see some strings in console. 250 …e to Raw, IP to 127.0.0.1, port to 65123. After board reset you should see some strings in console.
|
/Zephyr-latest/samples/subsys/llext/shell_loader/ |
D | README.rst | 144 are meant to hold addresses into the ``.rodata`` sections where the strings are 147 real memory addresses so that ``printk`` works as expected with the strings
|
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | README.rst | 48 usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 1957 strings = [] 1960 strings.append(f"on {thing.path}") 1962 strings.append(f"on property '{thing.name}' " 1966 strings.append("in the value of property " 1971 strings.sort() 1973 _err(f"Label '{label}' appears " + " and ".join(strings))
|
/Zephyr-latest/samples/subsys/usb/testusb/ |
D | README.rst | 34 [21746.303055] usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
|
1234