Home
last modified time | relevance | path

Searched refs:string (Results 251 – 275 of 583) sorted by relevance

1...<<11121314151617181920>>...24

/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig.icmsg_me28 Maximal length of a string used to discover endpoints between the
/Zephyr-latest/cmake/bintools/llvm/
Dtarget.cmake14 string(REGEX REPLACE "[^0-9]*([0-9]+).*" "\\1" CLANGVER ${CLANGVER})
/Zephyr-latest/soc/nxp/imxrt/imxrt7xx/
DKconfig.soc39 string
/Zephyr-latest/samples/net/prometheus/
DKconfig27 string "Header file containing PSK"
/Zephyr-latest/samples/net/sockets/packet/
DKconfig25 string "Destination Ethernet MAC address"
/Zephyr-latest/samples/net/syslog_net/
DKconfig17 string "Syslog server IP address set at runtime"
/Zephyr-latest/modules/
DKconfig.open-amp17 string "OpenAMP library source path"
/Zephyr-latest/cmake/modules/
Dextensions.cmake184 # - the empty string '', signifying that it should be returned as a list
185 # - _as_string signifying that it should be returned as a string
240 string(REPLACE ";" "$<SEMICOLON>" genexp_output_list "${output_list}")
258 string(REPLACE ";" "$<SEMICOLON>" genexp_output_list "${output_list}")
271 string(REPLACE ";" "$<SEMICOLON>" genexp_output_list "${output_list}")
284 string(REPLACE ";" "$<SEMICOLON>" genexp_output_list "${output_list}")
353 string(REGEX MATCH "(\\\$<)[^\\\$]*(\\\$<)[^\\\$]*(\\\$<)" IGNORE_RESULT ${flag})
356 string(REGEX REPLACE "\\\$<COMPILE_LANGUAGE:${l}>" "1" updated_flag ${flag})
368 string(REPLACE "," "$<COMMA>" flag "${flag}")
378 # Convert the list to a string so we can do string replace
[all …]
Dshields.cmake43 string(REPLACE " " ";" SHIELD_AS_LIST "${SHIELD}")
124 # Convert the list to pure string with newlines for printing.
125 string(REPLACE ";" "\n" shield_string "${SHIELD_LIST}")
/Zephyr-latest/arch/nios2/
DKconfig8 string
59 the cause code for an exception will be supplemented by a string
/Zephyr-latest/tests/subsys/settings/file/src/
Dsettings_test_file.c206 int settings_test_file_strstr(const char *fname, char const *string, in settings_test_file_strstr() argument
229 if (memmem(buf, len, string, str_len)) { in settings_test_file_strstr()
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest.dts355 string = "foo";
356 string-array = "foo", "bar", "baz";
432 string-enum = "foo_bar";
436 string-array-enum = "foo", "bar";
502 string = "text";
/Zephyr-latest/cmake/linker/iar/
Dconfig_file_script.cmake106 string(TOLOWER ${name} name)
301 string(TOLOWER ${else_name} else_name)
382 string(REGEX REPLACE "^[\.]" "" name_clean "${name}")
383 string(REPLACE "." "_" name_clean "${name_clean}")
471 string(REGEX REPLACE "^[\.]" "" name_clean "${name}")
472 string(REPLACE "." "_" name_clean "${name_clean}")
819 string(REGEX REPLACE "(block[ \t\r\n]+)([^ \t\r\n]+)" "\\1\\2_init" INIT_TEMP "${TEMP}")
820string(REGEX REPLACE "(rw)([ \t\r\n]+)(section[ \t\r\n]+)([^ \t\r\n,]+)" "\\1\\2\\3\\4_init" INIT_…
821string(REGEX REPLACE "(rw)([ \t\r\n]+)(section[ \t\r\n]+)" "ro\\2\\3" INIT_TEMP "${INIT_TEMP}")
822 string(REGEX REPLACE "alphabetical order, " "" INIT_TEMP "${INIT_TEMP}")
[all …]
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst47 That approach requires configuring the SPI dts node in a special way. The main compatible string of
54 /* Change the compatible string to use the Host Command version of the
69 corresponding compatible string. For example, to enable FIFO support and support for the STM32H7
70 SoCs, modify the compatible string as shown.
/Zephyr-latest/soc/atmel/sam0/samd51/
DKconfig.soc53 string
/Zephyr-latest/snippets/ram-console/
DREADME.rst22 in the chosen node and memory-region node with compatible string
/Zephyr-latest/subsys/logging/backends/
DKconfig.ws19 Maximum size of the output string that is sent via websocket.
/Zephyr-latest/samples/drivers/mbox/
DKconfig.sysbuild9 string "Remote board"
/Zephyr-latest/cmake/linker/armlink/
Dscatter_script.cmake109 string(TOLOWER ${name} name)
244 string(REGEX REPLACE "^[\.]" "" name_clean "${name}")
245 string(REPLACE "." "_" name_clean "${name_clean}")
351 string(REPLACE ";" " " flags "${flags}")
396 string(REPLACE "\\" "" expr "${expr}")
397 string(REGEX MATCHALL "@([^@]*)@" match_res ${expr})
400 string(REPLACE "@" "" match ${match})
402 string(REPLACE "@${match}@" "ImageBase(${symbol_val})" expr ${expr})
/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst83 Your USB device may have manufacturer, product, and serial number string
84 descriptors. To instantiate these string descriptors, the application should
94 :start-after: doc string instantiation start
95 :end-before: doc string instantiation end
103 :start-after: doc add string descriptor start
104 :end-before: doc add string descriptor end
208 implementations. The *Identification string* identifies a class or function
212 | Class or function | User API (if any) | Identification string |
/Zephyr-latest/drivers/wifi/esp_at/
DKconfig.esp_at124 string "ESP Station mode IP Address"
127 string "Gateway Address"
130 string "Network Mask"
/Zephyr-latest/share/zephyr-package/cmake/
Dzephyr_package_search.cmake92string(REGEX REPLACE "\.cmake$" "Version.cmake" ZEPHYR_VERSION_CANDIDATE ${ZEPHYR_CANDIDATE})
102 string(FIND "${CMAKE_CURRENT_SOURCE_DIR}" "${CANDIDATE_DIR}/" COMMON_INDEX)
113string(REGEX REPLACE "\.cmake$" "Version.cmake" ZEPHYR_VERSION_CANDIDATE ${ZEPHYR_CANDIDATE})
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dsize_calc.py326 if re.match(pattern=PATTERN_SEARCHED_LINE, string=line):
380 string=line
420 if not re.search(pattern=PATTERN_VALUE, string=value):
/Zephyr-latest/subsys/shell/
DKconfig69 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"
/Zephyr-latest/scripts/
Dcheckpatch.pl682 my ($string) = @_;
684 return trim($string) if ($string =~ /^\s*0[0-7]{3,3}\s*$/);
691 while ($string =~ /\b(($single_mode_perms_string_search)\b(?:\s*\|\s*)?\s*)/g) {
692 $curpos = pos($string);
871 my ($string) = @_;
872 return "" if (!defined($string));
874 while ($string =~ /^\s*\(.*\)\s*$/) {
875 $string =~ s@^\s*\(\s*@@;
876 $string =~ s@\s*\)\s*$@@;
879 $string =~ s@\s+@ @g;
[all …]

1...<<11121314151617181920>>...24