Home
last modified time | relevance | path

Searched refs:string (Results 226 – 250 of 583) sorted by relevance

12345678910>>...24

/Zephyr-latest/boards/arm/mps3/
Dboard.cmake30 string(REPLACE "mps3/corstone300;" "" board_targets "${board_targets}")
31 string(REPLACE ";" "\n" board_targets "${board_targets}")
/Zephyr-latest/subsys/logging/backends/
DKconfig.fs43 string "Log file name prefix"
50 string "Log directory"
/Zephyr-latest/cmake/toolchain/cross-compile/
Dtarget.cmake30 string(FIND "${dir}" "${sysroot}" index)
43 string(REPLACE ";" "\n" sysroot_candidates_str "${sysroot_candidates}")
/Zephyr-latest/drivers/crypto/
DKconfig45 string "Device name for TinyCrypt Pseudo device"
63 string "Device name for mbedTLS Pseudo device"
/Zephyr-latest/subsys/net/lib/wifi_credentials/
DKconfig84 string "SSID of statically configured WiFi network"
87 string "Password of statically configured Wi-Fi network"
/Zephyr-latest/scripts/west_commands/
Dzcmake.py112 def make_c_identifier(string): argument
125 if not alpha_under.match(string):
127 for c in string:
/Zephyr-latest/soc/espressif/common/
DKconfig.esptool70 string
122 string
158 string
197 string
218 string
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst162 type: <string | int | boolean | array | uint8-array | string-array |
172 const: <string | int | array | uint8-array | string-array>
194 type: string-array
198 # the enum specifies known values that the string property may take
200 type: string
234 string-with-default:
235 type: string
238 string-array-with-default:
239 type: string-array
240 default: ["foo", "bar"] # Same as 'string-array-with-default = "foo", "bar"'
[all …]
/Zephyr-latest/soc/nxp/common/
DKconfig.xspi_xip35 string
DKconfig.flexspi_xip40 string
/Zephyr-latest/drivers/hdlc_rcp_if/
DKconfig20 string "HDLC RCP Interface Driver's name"
/Zephyr-latest/soc/nxp/rw/
DKconfig.soc54 string
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/
DKconfig.soc33 string
/Zephyr-latest/lib/libc/common/
DCMakeLists.txt14 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_STRNLEN source/string/strnlen.c)
/Zephyr-latest/samples/net/zperf/
DKconfig17 string "Networking code RAM location"
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig15 string "Wi-Fi Test SSID"
23 string "Wi-Fi Test PSK"
/Zephyr-latest/cmake/modules/
Dconfiguration_files.cmake36 string(CONFIGURE ${APPLICATION_CONFIG_DIR} APPLICATION_CONFIG_DIR)
44 string(CONFIGURE "${CONF_FILE}" CONF_FILE_EXPANDED)
45 string(REPLACE " " ";" CONF_FILE_AS_LIST "${CONF_FILE_EXPANDED}")
DFindarmclang.cmake20 string(REPLACE "\n" ";" armclang_version_list "${ARMCLANG_VERSION}")
/Zephyr-latest/drivers/modem/
DKconfig.ublox-sara-r456 string "APN for establishing network connection"
70 string "list of profiles to search when autodetecting APN"
77 string "MCC/MNOfor establishing network connection"
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Drpr.c65 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()
/Zephyr-latest/samples/drivers/video/capture/
DKconfig21 string "Pixel format of the video frame"
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm12 string
62 string
195 string "Version of the Secure Image"
203 string "Version of the Non-Secure Image"
256 string "The signature type used to sign the secure and non-secure firmware images."
262 string "Path to private key used to sign secure firmware images."
271 string "Path to private key used to sign non-secure firmware images."
314 string "Path to a locally available Ethos-U driver or an empty string"
319 an empty string to allow TF-M to automatically fetch the Ethos-U
326 string
/Zephyr-latest/drivers/serial/
DKconfig.native_pty85 string "Default command to attach a PTY UART to a new terminal"
96 If you are using GNOME, then you can use this command string
100 string "Default command to attach the UART to a new terminal (deprecated)"
/Zephyr-latest/share/zephyr-package/cmake/
Dzephyr_export.cmake11 string(MD5 MD5_SUM ${CMAKE_CURRENT_LIST_DIR})
/Zephyr-latest/share/zephyrunittest-package/cmake/
Dzephyr_export.cmake11 string(MD5 MD5_SUM ${CMAKE_CURRENT_LIST_DIR})

12345678910>>...24