Home
last modified time | relevance | path

Searched refs:string (Results 101 – 125 of 583) sorted by relevance

12345678910>>...24

/Zephyr-latest/boards/
DKconfig4 string
17 Otherwise, it is the empty string. For example, if BOARD is
19 this option will be the empty string.
22 string
26 Contains the board target (full string including name, revision, soc, cluster and
33 string
110 string "QEMU gdbserver listen device"
122 string "QEMU extra flags"
/Zephyr-latest/boards/panasonic/pan1783/
DKconfig9 string
22 string
/Zephyr-latest/tests/net/socket/tls_configurations/
DCMakeLists.txt13 # to a C string that can be parsed by Mbed TLS. The format is unchanged, it's
18 string(REGEX REPLACE "\n" "\\\\n" input_file_content ${input_file_content})
/Zephyr-latest/soc/snps/nsim/arc_classic/
DCMakeLists.txt3 string(REPLACE "nsim_" "" NSIM_ARC_CLASSIC_SER "${SOC_SERIES}")
/Zephyr-latest/
D.ruff-excludes.toml9 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
14 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
18 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
26 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
29 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
31 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
41 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
54 "UP032", # https://docs.astral.sh/ruff/rules/f-string
88 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
96 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
[all …]
/Zephyr-latest/cmake/emu/
Darmfvp.cmake17 string(REPLACE "\n" "" out ${out})
18 string(REGEX MATCH "[0-9]+\.[0-9]+\.[0-9]+" armfvp_version ${out})
44 string(TOLOWER ${filetype} filename)
/Zephyr-latest/boards/nordic/nrf7002dk/
DKconfig23 string
39 string
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/
DKconfig5 bool "Extended variant board test string"
26 bool "Extended variant board test string defconfig"
/Zephyr-latest/subsys/stats/
DKconfig16 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
/Zephyr-latest/samples/subsys/logging/dictionary/
DREADME.rst49 1. Pipe the run output or copy the hexadecimal string into a temporary file ``/tmp/serial.log``:
67 [ 77820] <err> hello_world: error string
68 [ 86332] <dbg> hello_world: main: debug string
69 [ 96275] <inf> hello_world: info string
/Zephyr-latest/soc/amd/acp_6_0/
DKconfig.soc11 string
/Zephyr-latest/samples/sysbuild/hello_world/
DKconfig.sysbuild7 string "The board used for remote target"
/Zephyr-latest/soc/cdns/dc233c/
DKconfig.soc12 string
/Zephyr-latest/soc/cdns/sample_controller32/
DKconfig.soc11 string
/Zephyr-latest/soc/cdns/xtensa_sample_controller/
DKconfig.soc11 string
/Zephyr-latest/soc/realtek/ec/
DKconfig.soc10 string
/Zephyr-latest/cmake/compiler/arcmwdt/
Dgeneric.cmake34 string(REGEX MATCH "\ (ENG|[A-Z])-[0-9][0-9][0-9][0-9]\.[0-9][0-9]+.*"
37 string(REGEX MATCH "[0-9][0-9][0-9][0-9]\.[0-9][0-9]"
/Zephyr-latest/samples/modules/thrift/hello/server/src/
Dmain.cpp48 std::string my_addr; in main()
67 my_addr = std::string(argv[1]); in main()
/Zephyr-latest/cmake/compiler/armclang/
Dtarget.cmake17 string(REGEX REPLACE "\\+.*" "" CMAKE_SYSTEM_PROCESSOR ${GCC_M_CPU})
57 string(REGEX REPLACE "\n" "" _OUTPUT ${_OUTPUT})
67 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/
Dtest_obj.c17 char string[32]; variable
71 INIT_OBJ_RES_DATA_LEN(LWM2M_RES_TYPE_STRING, res, i, res_inst, j, string, sizeof(string), in obj_create()
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/
DKconfig.sysbuild8 string
/Zephyr-latest/cmake/modules/
Dversion.cmake54 string(REGEX MATCH "VERSION_MAJOR = ([0-9]*)" _ ${ver})
57 string(REGEX MATCH "VERSION_MINOR = ([0-9]*)" _ ${ver})
60 string(REGEX MATCH "PATCHLEVEL = ([0-9]*)" _ ${ver})
63 string(REGEX MATCH "VERSION_TWEAK = ([0-9]*)" _ ${ver})
66 string(REGEX MATCH "EXTRAVERSION = ([a-z0-9\.\-]*)" _ ${ver})
/Zephyr-latest/subsys/net/lib/config/
DKconfig84 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"
/Zephyr-latest/tests/subsys/nrfs/
DKconfig.sysbuild7 string
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/
DKconfig.sysbuild8 string

12345678910>>...24