Searched refs:string (Results 51 – 75 of 583) sorted by relevance
12345678910>>...24
/Zephyr-latest/cmake/modules/ |
D | zephyr_module.cmake | 82 string(REGEX REPLACE "\"(.*)\":\".*\"" "\\1" key ${setting}) 83 string(REGEX REPLACE "\".*\":\"(.*)\"" "\\1" value ${setting}) 100 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module}) 113 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module}) 133 string(CONFIGURE ${module} module) 134 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module}) 135 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module}) 136 string(REGEX REPLACE "\".*\":\".*\":\"(.*)\"" "\\1" cmake_path ${module}) 154 string(CONFIGURE ${module} module) 155 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module}) [all …]
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/ |
D | sysbuild.cmake | 6 string(REPLACE "procpu" "appcpu" REMOTE_CPU "${BOARD_QUALIFIERS}") 7 string(CONFIGURE "${BOARD}${REMOTE_CPU}" IPM_REMOTE_BOARD) 11 message(FATAL_ERROR "BOARD_QUALIFIERS name error. Please check the target board name string.")
|
/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" 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 61 string "USB configuration string descriptor"
|
/Zephyr-latest/misc/generated/ |
D | CMakeLists.txt | 12 …string(REGEX REPLACE "#define (CONFIG_[A-Za-z|_|0-9]*) (.*)" "GEN_ABSOLUTE_SYM_KCONFIG(\\1, \\2)" … 13 string(REGEX REPLACE "\"(.*)\"" "1" CONFIG ${CONFIG})
|
/Zephyr-latest/tests/ztest/fail/src/ |
D | main.cpp | 17 std::string result; in ZTEST() 39 (result.find(CONFIG_TEST_ERROR_STRING) != std::string::npos); in ZTEST()
|
/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 52 set(expected "Simple string") 53 yaml_get(actual NAME yaml-test KEY cmake test key-string) 62 yaml_length(actual NAME yaml-test KEY cmake test key-list-string) 68 yaml_get(actual NAME yaml-test KEY cmake test key-list-string) 174 set(expected "Simple string") 175 yaml_get(actual NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test key-string) 194 set(new_value "A new string") 196 KEY cmake test set key-string VALUE ${new_value} 206 yaml_get(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-string) 220 KEY cmake test set key-list-string LIST ${new_value} [all …]
|
/Zephyr-latest/cmake/compiler/host-gcc/ |
D | target.cmake | 23 # Note that NOSYSDEF_CFLAG may be an empty string, and 24 # set_ifndef() does not work with empty string. 35 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | Kconfig | 9 string "LwM2M Client identity" 17 string "PSK key" 20 PSK key as a hex string. 31 string "LwM2M server address"
|
/Zephyr-latest/tests/subsys/settings/file/src/ |
D | settings_test_compress_file.c | 21 int file_str_cmp(const char *fname, char const *string, size_t pattern_len); 86 int file_str_cmp(const char *fname, char const *string, size_t pattern_len) in file_str_cmp() argument 112 if (memcmp(buf, string, len)) { in file_str_cmp()
|
/Zephyr-latest/samples/net/capture/ |
D | Kconfig | 9 string "Remote IP address of the tunnel interface" 15 string "My address for tunnel interface"
|
/Zephyr-latest/samples/net/tftp_client/ |
D | Kconfig | 9 string "TFTP port used" 15 string "TFTP server address"
|
/Zephyr-latest/subsys/bindesc/ |
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"
|
/Zephyr-latest/subsys/mgmt/osdp/ |
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
|
/Zephyr-latest/scripts/support/ |
D | quartus-flash.py | 8 import string 75 t = string.Template(quartus_cpf_template) 108 t = string.Template(quartus_pgm_template)
|
/Zephyr-latest/samples/modules/thrift/hello/client/src/ |
D | main.cpp | 46 std::string my_addr; in main() 61 my_addr = std::string(argv[1]); in main() 120 std::string s; in main()
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | utils.py | 62 for ptr, string in string_mappings.items(): 63 if ptr <= str_ptr < (ptr + len(string)):
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | inference_process.hpp | 28 std::string name; 35 InferenceJob(const std::string &name, const DataPtr &networkModel,
|
/Zephyr-latest/cmake/ |
D | gen_version_h.cmake | 23 string(CONFIGURE "${version_content}" version_content) 24 string(CONFIGURE "${version_content}" version_content)
|
/Zephyr-latest/samples/net/gptp/ |
D | Kconfig | 18 string "My IPv6 address for second interface" 23 string "My IPv4 address for second interface" 37 string "My IPv6 address for third interface" 42 string "My IPv4 address for third interface"
|
/Zephyr-latest/samples/net/sockets/txtime/ |
D | Kconfig | 9 string "Peer IP address we are sending packets to" 15 Syntax of the IP address string: 67 string "My IPv6 address for second interface" 72 string "My IPv4 address for second interface" 86 string "My IPv6 address for third interface" 91 string "My IPv4 address for third interface"
|
/Zephyr-latest/tests/kernel/device/ |
D | CMakeLists.txt | 12 # optimizations. There would be multiple copies of the same string, 14 # at all. So add this flag to merge string constants such that
|
/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/ |
D | Kconfig | 5 string "Test string"
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/ |
D | Kconfig | 11 string "AWS endpoint" 24 string "AWS Thing name" 30 string "MQTT subscribe topic" 36 string "MQTT publish topic"
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.native_tap | 27 string "Ethernet driver name" 36 string "Host ethernet TUN/TAP device name" 66 string "MAC address for the interface" 72 aa:33:cc:22:e2:c0). The default is an empty string, which 113 string "Ethernet driver name (deprecated)" 119 string "Host ethernet TUN/TAP device name (deprecated)" 145 string "MAC address for the interface (deprecated)"
|
/Zephyr-latest/soc/ |
D | CMakeLists.txt | 15 string(TOUPPER SOC_FAMILY_${SOC_FAMILY}_DIR family_setting_dir) 16 string(TOUPPER SOC_SERIES_${SOC_SERIES}_DIR series_setting_dir) 17 string(TOUPPER SOC_${SOC_NAME}_DIR soc_setting_dir)
|
12345678910>>...24