Home
last modified time | relevance | path

Searched refs:line (Results 776 – 800 of 819) sorted by relevance

1...<<313233

/Zephyr-latest/doc/build/sysbuild/
Dindex.rst150 settings and Kconfig build options given on the command line as
194 command line. You can also set Kconfig options via CMake as
/Zephyr-latest/doc/develop/debug/
Dindex.rst305 The first line indicates the I2C controller and the target address of the transaction.
/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay208 line-name = "TEST_GPIO_HOG_3";
/Zephyr-latest/boards/nxp/imx93_evk/doc/
Dindex.rst228 kernel reboot command in shell command line:
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5251 uint32_t line, uint64_t pc) argument
5275 uint32_t data_len = 1 + sizeof(line);
5303 net_buf_add_le32(buf, line);
5313 struct net_buf *hci_vs_err_trace(const char *file, uint32_t line, uint64_t pc) argument
5315 return hci_vs_err_trace_create(BT_HCI_EVT_VS_ERROR_DATA_TYPE_TRACE, file, line, pc);
5318 struct net_buf *hci_vs_err_assert(const char *file, uint32_t line) argument
5321 return hci_vs_err_trace_create(BT_HCI_EVT_VS_ERROR_DATA_TYPE_CTRL_ASSERT, file, line, 0U);
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst217 * :github:`1415` - Problem with forcing new line in generated documentation.
241 * :github:`1580` - checkpatch output in shippable log displays without line breaks
Drelease-notes-1.12.rst20 - Command-line Zephyr meta-tool "west"
426 * :github:`6384` - Native (POSIX) zephyr.exe command line options not documented
602 * :github:`7246` - esp32 fails to build with xtensa-esp32-elf-gcc: error: unrecognized command line
Drelease-notes-3.6.rst219 * For the native simulator based targets it is now possible to set via Kconfig command line
376 * The "native_posix" entropy driver now accepts a new command line option ``seed-random``.
1099 name, line number, function name and failing expression text, when the assertion fails. Leaving
Drelease-notes-1.13.rst656 * :github:`5723` - cmake: Accept CONFIG_XX overrides from command line
666 * :github:`4883` - Should command line examples be "cut and paste" ready?
Drelease-notes-2.3.rst87 pulse was induced on the SCL line).
482 * Added support for modem commands that do not have a line ending
802 * :github:`25613` - USB: CDC adds set line coding callback
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst28 The Intel `UP Xtreme`_ product line has the publicly
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/
Dindex.rst436 Plug in the J-Link into the board and PC and run the J-Link command line tool:
/Zephyr-latest/boards/nordic/nrf9160dk/doc/
Dindex.rst507 them, add the following line in the overlays for applications on both sides, nRF52840:
/Zephyr-latest/tests/net/socket/tcp/src/
Dmain.c138 int line) in test_recvmsg() argument
146 line, recved, expected); in test_recvmsg()
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst212 It is strongly recommended to not rely on the mdb command line options listed above but
/Zephyr-latest/arch/xtensa/core/
DREADME_MMU.txt248 page mapped within the same cache line, or to change the tables) then
/Zephyr-latest/dts/arm/st/u5/
Dstm32u5.dtsi204 line-ranges = <0 1>, <1 1>, <2 1>, <3 1>,
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt10xx.dtsi29 d-cache-line-size = <32>;
/Zephyr-latest/soc/espressif/esp32c3/
Ddefault.ld83 /* The line below defines location alias for .rtc.data section
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/
Dindex.rst527 User can select the MCUboot bootloader by adding the following line
/Zephyr-latest/doc/develop/flash_debug/
Dprobes.rst416 runner to J-Link. Alternatively, you might add the following line to your
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst49 to expose HCI interface to the host. It is not fully in line with the description
/Zephyr-latest/subsys/net/ip/
Dtcp.c861 const char *caller, int line) in tcp_conn_close_debug() argument
867 NET_DBG("conn: %p closed by TCP stack (%s():%d)", conn, caller, line); in tcp_conn_close_debug()
/Zephyr-latest/scripts/
Dspelling.txt7 # The format of each line is:
/Zephyr-latest/doc/services/tracing/
Dindex.rst57 formats. This enables tool reuse, of which line-textual (babeltrace) and

1...<<313233