/Zephyr-latest/cmake/compiler/gcc/ |
D | target_riscv.cmake | 7 string(CONCAT riscv_mabi ${riscv_mabi} "64") 8 string(CONCAT riscv_march ${riscv_march} "64") 12 string(CONCAT riscv_mabi "i" ${riscv_mabi} "32") 13 string(CONCAT riscv_march ${riscv_march} "32") 17 string(CONCAT riscv_mabi ${riscv_mabi} "e") 18 string(CONCAT riscv_march ${riscv_march} "e") 20 string(CONCAT riscv_march ${riscv_march} "i") 24 string(CONCAT riscv_march ${riscv_march} "m") 27 string(CONCAT riscv_march ${riscv_march} "a") 33 string(CONCAT riscv_mabi ${riscv_mabi} "d") [all …]
|
D | target_x86.cmake | 4 string(PREPEND CMAKE_ASM_FLAGS "-m64 ") 5 string(PREPEND CMAKE_C_FLAGS "-m64 ") 6 string(PREPEND CMAKE_CXX_FLAGS "-m64 ") 8 string(PREPEND CMAKE_ASM_FLAGS "-m32 ") 9 string(PREPEND CMAKE_C_FLAGS "-m32 ") 10 string(PREPEND CMAKE_CXX_FLAGS "-m32 ")
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_string_conv.h | 17 /** @brief String to long conversion with error check. 23 * @param str Input string. 26 * -EINVAL on invalid string input. 27 * -ERANGE if numeric string input is to large to convert. 34 /** @brief String to unsigned long conversion with error check. 40 * @param str Input string. 43 * Set to -EINVAL on invalid string input. 44 * Set to -ERANGE if numeric string input is to large to convert. 51 /** @brief String to unsigned long long conversion with error check. 57 * @param str Input string. [all …]
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-feature-unit.yaml | 8 # string-array properties start with Primary channel 0 and follow with Logical 19 type: string-array 27 type: string-array 35 type: string-array 43 type: string-array 51 type: string-array 59 type: string-array 67 type: string-array 75 type: string-array 83 type: string-array [all …]
|
D | zephyr,uac2-input-terminal.yaml | 29 type: string 35 type: string 41 type: string 47 type: string 53 type: string 59 type: string
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
D | enums.yaml | 16 string-enum: # not tokenizable 17 type: string 23 type: string 29 type: string 44 string-array-enum: # tokenizable string-array 45 type: string-array 51 type: string
|
D | props.yaml | 24 string: 25 type: string 28 string-array: 29 type: string-array 42 type: string-array
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 62 bool "Build date and time as string" 64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000" 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 ...) 81 function, so refer to string's documentation for more info on the different formats. 91 string "Date format" [all …]
|
/Zephyr-latest/lib/posix/options/ |
D | fnmatch.c | 44 #include <string.h> 123 static int fnmatchx(const char *pattern, const char *string, int flags, size_t recursion) in fnmatchx() argument 128 if (pattern == NULL || string == NULL) { in fnmatchx() 136 for (stringstart = string;;) { in fnmatchx() 140 if ((flags & FNM_LEADING_DIR) && *string == '/') { in fnmatchx() 144 return *string == EOS ? 0 : FNM_NOMATCH; in fnmatchx() 146 if (*string == EOS) { in fnmatchx() 150 if (*string == '/' && (flags & FNM_PATHNAME)) { in fnmatchx() 154 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatchx() 155 (string == stringstart || in fnmatchx() [all …]
|
/Zephyr-latest/tests/ztest/fail/src/ |
D | main.cpp | 8 #include <string> 17 std::string result; in ZTEST() 28 /* Already found the error string, no need to do any more string in ZTEST() 34 /* Append the buffer to the result string */ in ZTEST() 37 /* Check if result contains the right error string */ in ZTEST() 39 (result.find(CONFIG_TEST_ERROR_STRING) != std::string::npos); in ZTEST() 41 /* If the result string is longer than the expected string, in ZTEST() 54 zassert_true(found_error_string, "Test binary did not produce the expected error string \"" in ZTEST()
|
/Zephyr-latest/dts/bindings/base/ |
D | base.yaml | 7 type: string 18 type: string-array 27 type: string-array 42 type: string-array 50 # label property is included here to help enforce its type being string 52 type: string 60 type: string-array 76 type: string-array 84 type: string-array 93 type: string-array [all …]
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_parse.h | 13 * @brief Parse decimal string to nano parts 17 * @param str The decimal string to be parsed 26 * @brief Parse decimal string to micro parts 30 * @param str The decimal string to be parsed 39 * @brief Parse decimal string to milli parts 43 * @param str The decimal string to be parsed 52 * @brief Parse integer string of configurable base to integer 56 * @param str Decimal string to be parsed 57 * @param base Base of decimal string to be parsed
|
/Zephyr-latest/subsys/usb/device/class/ |
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.
|
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 32 string "USB manufacturer name" 35 USB device Manufacturer string. MUST be configured by vendor. 38 string "USB product name" 41 USB device Product string. MUST be configured by vendor. 44 string "USB device Serial Number String" 47 Placeholder for USB device Serial Number String. 48 Serial Number String will be derived from 52 bool "USB configuration string descriptor support" 54 Enable string descriptor that describes the default configuration. 55 Since there is only one configuration, this string descriptor may not [all …]
|
/Zephyr-latest/dts/bindings/tcpc/ |
D | nuvoton,numaker-tcpc.yaml | 24 type: string 32 type: string 40 type: string 48 type: string 56 type: string 64 type: string 72 type: string 80 type: string 88 type: string 96 type: string [all …]
|
/Zephyr-latest/subsys/dap/ |
D | Kconfig | 28 string "Probe vendor" 32 string "Probe name" 36 string "Target board vendor" 40 string "Target board name" 44 string "Target device vendor" 48 string "Target device name"
|
/Zephyr-latest/samples/net/cloud/mqtt_azure/ |
D | Kconfig | 9 string "Azure cloud username" 14 string "Azure cloud password" 19 string "Azure cloud IoT hub MQTT client ID" 24 string "Azure cloud IoT hub hostname" 29 string "Azure cloud server address" 40 string "Proxy address"
|
/Zephyr-latest/samples/net/virtual/ |
D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface" 26 string "My IPv6 address for third interface" 31 string "My IPv4 address for third interface" 36 string "My IPv4 netmask for third interface"
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | infineon,xmc4xxx-ethernet.yaml | 27 type: string 37 type: string 46 type: string 53 type: string 65 type: string 78 type: string 87 type: string 97 type: string 106 type: string 115 type: string
|
/Zephyr-latest/boards/qemu/x86/ |
D | board.cmake | 36 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "mmx") 37 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "mmxext") 40 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse") 43 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse2") 46 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "pni") 49 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "ssse3") 52 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse4.1") 55 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse4.2") 58 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse4a") 61 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "clflush")
|
/Zephyr-latest/soc/ |
D | Kconfig.v2 | 13 string 19 string 25 string 32 string 34 This string holds the full part number of the SoC. It is a hidden option 36 the default value for this string.
|
/Zephyr-latest/samples/net/mdns_responder/ |
D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface" 33 string "My IPv6 address for third interface" 38 string "My IPv4 address for third interface" 43 string "My IPv4 netmask for third interface"
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_cmakecache.py | 70 'DUMMY_VALUE_NAME1:STRING=I am a dummy string', 71 CMakeCacheEntry('DUMMY_VALUE_NAME1', 'I am a dummy string') 74 'DUMMY_VALUE_NAME2:STRING=list_el1;list_el2;list_el3', 81 'DUMMY_VALUE_NAME3:INTERNAL=I am a dummy internal string', 82 CMakeCacheEntry('DUMMY_VALUE_NAME3', 'I am a dummy internal string')), 122 'string', 123 'string list', 124 'internal string', 167 ids=['string value', 'bool value'] 175 'DUMMY_NAME1:STRING=First line\n' [all …]
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | Kconfig | 16 string "My IPv6 address for second interface" 21 string "My IPv4 address for second interface" 26 string "My IPv4 netmask for second interface" 40 string "My IPv6 address for third interface" 45 string "My IPv4 address for third interface" 50 string "My IPv4 netmask for third interface" 64 string "Remote IP address of the tunnel interface" 70 string "My address for tunnel interface" 76 string "Header file containing PSK"
|
/Zephyr-latest/samples/net/vlan/ |
D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface" 33 string "My IPv6 address for third interface" 38 string "My IPv4 address for third interface" 43 string "My IPv4 netmask for third interface"
|