Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 81) sorted by relevance

1234

/Zephyr-latest/doc/services/
Dformatted_output.rst18 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/
DREADME.rst5 Display character strings using the Character Frame Buffer (CFB).
10 This sample displays character strings using the Character Frame Buffer
/Zephyr-latest/drivers/display/
DKconfig.microbit15 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/
DKconfig.misc54 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
DKconfig.formatting60 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.
DKconfig58 strings.
/Zephyr-latest/doc/
Dsubstitutions.txt9 .. These are replacement strings for non-ASCII characters used within the project
/Zephyr-latest/samples/drivers/lcd_hd44780/
DREADME.rst9 Display text strings on parallel interfacing HD44780 based
/Zephyr-latest/tests/lib/sprintf/
DREADME.txt39 Testing sprintf() with strings ....
/Zephyr-latest/lib/hash/
DKconfig.hash_func37 This is the naive identity hash function. It only works for strings
/Zephyr-latest/doc/build/dts/
Dzephyr-user-node.rst34 strings = "a", "b", "c";
49 DT_PROP(ZEPHYR_USER_NODE, strings) // {"a", "b", "c"}
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake29 # thus resulting in lists to become strings.
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py352 strings = []
379 strings.append({
387 return strings
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst81 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 …
Dindex.rst27 - 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/
DKconfig58 Check whether incoming strings are valid UTF-8 sequences.
/Zephyr-latest/subsys/net/lib/http/
DKconfig78 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/
Dsmp_group_9.rst58 | "argv" | array consisting of strings representing command |
/Zephyr-latest/lib/libc/minimal/
DKconfig60 produce strings corresponding to the descriptions in errno.h.
/Zephyr-latest/lib/utils/
DKconfig65 handle UTF-8 encoded strings.
/Zephyr-latest/doc/connectivity/bluetooth/autopts/
Dautopts-win10.rst242 …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/
DREADME.rst144 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/
DREADME.rst48 usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py1957 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/
DREADME.rst34 [21746.303055] usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3

1234