| /subsys/bindesc/ |
| A D | Kconfig.build_time | 62 bool "Build date and time as string" 67 bool "Build date as string" 69 The date of compilation as a string, such as "2023-09-29" 72 bool "Build time as string" 74 The time of compilation as a string, such as "T17:43:14+0000" 77 string "Date-Time format" 80 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...) 91 string "Date format" 94 Format of the build date string. This value is passed to cmake's string(TIMESTAMP ...) 103 string "Time format" [all …]
|
| A D | gen_bindesc_build_time_h.cmake | 5 # Wrapper macro around string(TIMESTAMP ...), that returns the time 9 string(TIMESTAMP ${out_var} ${format}) 11 string(TIMESTAMP ${out_var} ${format} UTC) 38 string(CONFIGURE "${content}" content)
|
| A D | Kconfig.version | 12 bool "Kernel version string" 14 The kernel version string, such as "3.4.0" 45 bool "App version string" 47 The app version string, such as "1.0.0"
|
| /subsys/dap/ |
| A D | Kconfig | 21 string "Probe vendor" 25 string "Probe name" 29 string "Target board vendor" 33 string "Target board name" 37 string "Target device vendor" 41 string "Target device name"
|
| /subsys/usb/device/class/ |
| A D | Kconfig.msc | 13 string "Mass storage disk or drive name" 19 string "T10 assigned vendor ID for inquiry (must be 8 characters)" 23 Spaces must be added to bring the string to 8 bytes. 26 string "Product ID for inquiry (must be 16 characters)" 30 Spaces must be added to bring the string to 16 bytes. 33 string "Revision for inquiry (must be 4 characters)" 37 Spaces must be added to bring the string to 4 bytes.
|
| /subsys/usb/device_next/app/ |
| A D | Kconfig.cdc_acm_serial | 27 string "USB device manufacturer string descriptor" 30 USB device manufacturer string descriptor. 33 string "USB device product string descriptor" 36 USB device product string descriptor.
|
| /subsys/bluetooth/services/ |
| A D | Kconfig.dis | 34 string "Model number" 42 string "Model name [DEPRECATED]" 60 string "Manufacturer name" 147 string "Serial Number" 158 string "Firmware revision" 171 string "Hardware revision" 182 string "Software revision" 194 string "UDI Label" 200 string "UDI Device Identifier" 206 string "UDI Issuer" [all …]
|
| /subsys/usb/device/ |
| A D | Kconfig | 33 string "USB manufacturer name" 36 USB device Manufacturer string. MUST be configured by vendor. 39 string "USB product name" 42 USB device Product string. MUST be configured by vendor. 45 string "USB device Serial Number String" 53 bool "USB configuration string descriptor support" 55 Enable string descriptor that describes the default configuration. 56 Since there is only one configuration, this string descriptor may not 62 string "USB configuration string descriptor"
|
| A D | os_desc.h | 18 uint8_t *string; member
|
| A D | os_desc.c | 27 *data = os_desc->string; in usb_handle_os_desc()
|
| /subsys/mgmt/osdp/ |
| A D | Kconfig.cp | 16 string "List of connected Peripheral Device addresses" 20 string should exactly match the number of connected PDs specified above 48 string "Secure Channel Master Key" 51 Hexadecimal string representation of the 16 byte OSDP Secure Channel
|
| /subsys/net/lib/config/ |
| A D | Kconfig | 84 string "My IPv6 address" 89 string "Peer IPv6 address" 100 string "My IPv4 address" 105 string "My IPv4 netmask" 112 string "My IPv4 gateway" 118 string "Peer IPv4 address" 148 string "IEEE 802.15.4 security key" 152 The key string to use for the link-layer security part. 220 string "SNTP server to use for system clock init"
|
| /subsys/bluetooth/host/classic/ |
| A D | at.c | 564 char *string; in at_get_string() local 573 string = &at->buf[at->pos]; in at_get_string() 590 return string; in at_get_string() 595 char *string; in at_get_raw_string() local 599 string = &at->buf[at->pos]; in at_get_raw_string() 608 *string_len = &at->buf[at->pos] - string; in at_get_raw_string() 614 return string; in at_get_raw_string()
|
| /subsys/stats/ |
| A D | Kconfig | 16 Include a full name string for each statistic in the build. If this 26 Include a full name string for each statistic in the build. If this
|
| /subsys/net/ |
| A D | Kconfig.hostname | 15 string "The hostname of this device" 18 The string should be a valid hostname.
|
| /subsys/shell/backends/ |
| A D | Kconfig.backends | 36 string "Displayed prompt name" 200 string "Displayed prompt name" 299 string "MQTT server address" 311 string "MQTT server username" 316 string "MQTT server password" 406 string "Displayed prompt name" 413 string "Service name" 503 string "Displayed prompt name" 619 string "Displayed prompt name" 721 string "Displayed prompt name" [all …]
|
| /subsys/bluetooth/mesh/shell/ |
| A D | rpr.c | 65 char string[64 + 1]; in rpr_scan_report() local 67 bin2hex(data, len, string, sizeof(string)); in rpr_scan_report() 68 bt_shell_print("\t0x%02x: %s", type, string); in rpr_scan_report()
|
| /subsys/usb/device/class/netusb/ |
| A D | Kconfig | 52 string "USB ECM Host OS MAC Address" 55 MAC Host OS Address string.
|
| /subsys/logging/backends/ |
| A D | Kconfig.fs | 43 string "Log file name prefix" 50 string "Log directory"
|
| A D | Kconfig.xtensa_sim | 18 string formatting).
|
| /subsys/mgmt/hawkbit/ |
| A D | Kconfig | 62 string "Tenant name for the hawkbit server" 68 string "User address for the hawkbit server" 93 int "The buffer size for storing the domain name string" 98 The size for the internal buffer used to hold the domain name string. 132 string "Authentication security token"
|
| /subsys/shell/ |
| A D | Kconfig | 69 the string of the prompt will be stored. 78 Maximum prompt size in bytes. One byte is reserved for the string 86 Maximum command size in bytes. One byte is reserved for the string 220 Shell parses command to find '-h' or '--help' string. If the shell 221 finds the string, it will automatically print a help message 274 string "Set a root command at init"
|
| /subsys/net/lib/wifi_credentials/ |
| A D | Kconfig | 112 string "SSID of statically configured WiFi network" 115 string "Password of statically configured Wi-Fi network"
|
| /subsys/tracing/sysview/ |
| A D | Kconfig | 18 string "Application name to be displayed in SystemView"
|
| /subsys/net/lib/dns/ |
| A D | Kconfig | 88 be long enough to store the returned string. 99 string "DNS server 1" 121 string "DNS server 2" 126 string "DNS server 3" 131 string "DNS server 4" 136 string "DNS server 5"
|