/Zephyr-latest/doc/hardware/arch/ |
D | x86.rst | 82 command line arguments can be passed to the script to generate additional 84 access during very early boot. To pass extra command line arguments to
|
/Zephyr-latest/boards/st/stm32h750b_dk/doc/ |
D | index.rst | 161 https://www.st.com/en/microcontrollers-microprocessors/stm32h750-value-line.html 164 …rce/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-armbased-3…
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 58 0 Write only file and line for failed assertions 59 1 Write file, line number, function and reason for failed assertions 206 just in one line.
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 90 #. Through Twister command line interface as ``--pytest-args`` argument. This can be particularly 100 The command line arguments will extend those from the .yaml file. If the same argument is 101 present in both places, the one from the command line will take precedence. 145 Sample fixture to wrap ``mcumgr`` command-line tool used to manage remote devices. More information
|
D | coverage.rst | 135 You just need to invoke it with the ``--coverage`` command line option. 149 command line options.
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 2635 char line[MAX_PROFILE_LINE_LENGTH]; in profile_handler() local 2649 memset(line, 0, sizeof(line)); in profile_handler() 2650 output_length = net_buf_linearize(line, SIZE_WITHOUT_NUL(line), in profile_handler() 2652 LOG_DBG("length: %u: %s", line_length, line); in profile_handler() 2656 echo_state = (line[1] == '1') ? 1 : 0; in profile_handler() 2700 char line[MDM_HL7800_APN_CMD_MAX_SIZE]; in on_cmd_atcmdinfo_pdp_authentication_cfg() local 2710 memset(line, 0, sizeof(line)); in on_cmd_atcmdinfo_pdp_authentication_cfg() 2711 output_length = net_buf_linearize(line, SIZE_WITHOUT_NUL(line), in on_cmd_atcmdinfo_pdp_authentication_cfg() 2713 LOG_DBG("length: %u: %s", line_length, line); in on_cmd_atcmdinfo_pdp_authentication_cfg() 2721 p = strchr(line, '"'); in on_cmd_atcmdinfo_pdp_authentication_cfg() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap_internal.h | 189 const char *func, int line);
|
/Zephyr-latest/boards/shields/frdm_kw41z/doc/ |
D | index.rst | 31 #. Open :file:`source/common/app_preinclude.h` and add the following line:
|
/Zephyr-latest/modules/lz4/ |
D | Kconfig | 79 In order to produce compressed data compatible with lz4 command line
|
/Zephyr-latest/samples/net/sockets/echo/ |
D | README.rst | 43 After a connection is made, the application will echo back any line sent
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 43 After a connection is made, the application will echo back any line sent to
|
/Zephyr-latest/boards/adi/max32680evkit/ |
D | max32680evkit_max32680_m4.dts | 64 /* Enable D/C line for 4wire mode */
|
/Zephyr-latest/tests/unit/cbprintf/ |
D | main.c | 285 unsigned int line; member 297 printf("%s:%u for '%s'\n", ctx->file, ctx->line, ctx->expected); in prf_failed() 308 unsigned int line) in prf_check() argument 314 .line = line, in prf_check()
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 79 mixed-line-endings, 80 unexpected-line-ending-format,
|
/Zephyr-latest/boards/st/stm32f723e_disco/doc/ |
D | index.rst | 14 - Audio line in and line out jack
|
/Zephyr-latest/doc/develop/test/twister/ |
D | twister_blackbox.rst | 102 duplication. ``twister.log`` will duplicate every line (triplicate if we call it three times, etc.) 114 # skip this line.
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 193 for line in f: 194 match = opt_value.match(line) 218 match = not_set.match(line)
|
D | jlink.py | 450 f.writelines(bytes(line + '\n', 'utf-8') for line in lines)
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 6 The TLS Credentials shell provides a command-line interface for managing installed TLS credentials. 53 Credential contents can be provided in-line with the call to ``cred add``, or will otherwise be sou… 257 This is required because Zephyr does not support multi-line strings in the shell.
|
/Zephyr-latest/doc/services/debugging/ |
D | gdbstub.rst | 157 it is at :zephyr_file:`arch/x86/core/ia32/gdbstub.c`, line 252. 192 a different source line. Now that it finished executing :c:func:`arch_gdb_init` 222 … Breakpoint 1 at 0x10064d: file <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c, line 27.
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapi.py | 248 self.line = -1
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/ |
D | README.rst | 92 The last line displays a counter of how many trigger interrupts
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 70 IDF monitor, but for other tools it might be necessary to set DTR and RTS line
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_nxp_s32.c | 43 uint8_t line; member 204 return irq_cfg->map[i].line; in nxp_s32_gpio_pin_to_line()
|
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/ |
D | esiost.py | 527 for line in firmware_image: 528 output_file.write(line)
|