Searched refs:cmd (Results 501 – 523 of 523) sorted by relevance
1...<<21
/Zephyr-latest/subsys/tracing/sysview/ |
D | tracing_sysview.h | 734 #define sys_port_trace_socket_fcntl_enter(sock, cmd, flags) argument
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 98 static void test_fcntl(int sock, int cmd, int val) in test_fcntl() argument 100 zassert_equal(zsock_fcntl(sock, cmd, val), 0, "fcntl failed"); in test_fcntl()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 885 …031]Control flow issues in /home/aasthagr/zephyrproject/modules/lib/mcumgr/cmd/fs_mgmt/src/fs_mgmt… 886 …038]Control flow issues in /home/aasthagr/zephyrproject/modules/lib/mcumgr/cmd/img_mgmt/src/img_mg… 887 …052]Control flow issues in /home/aasthagr/zephyrproject/modules/lib/mcumgr/cmd/fs_mgmt/src/fs_mgmt… 888 …054]Control flow issues in /home/aasthagr/zephyrproject/modules/lib/mcumgr/cmd/img_mgmt/src/img_mg… 889 …060]Control flow issues in /home/aasthagr/zephyrproject/modules/lib/mcumgr/cmd/img_mgmt/src/img_mg…
|
D | release-notes-3.1.rst | 1211 - :github:`44228` - drivers: modem: bg9x: bug on cmd AT+QICSGP 1215 - :github:`44410` - drivers: modem: shell: ``modem send`` doesn't honor line ending in modem cmd ha… 1512 * :github:`44678` - mcumgr: lib: cmd: img_mgmt: Warning about struct visibility emitted with certai… 1982 * :github:`21409` - sanitycheck: cmd.exe colorized output
|
D | migration-guide-4.1.rst | 235 to ``pclk-pol`` and ``data-cmd-gpios``.
|
D | release-notes-3.3.rst | 1436 - :dtcompatible:`zephyr,ec-host-cmd-periph-espi` 1798 - new property: ``reset-cmd`` 1799 - new property: ``reset-cmd-wait`` 2169 | grp | Command groups, formerly lib/cmd; | 3435 * :github:`51102` - issue installing zepyhr when i am using west cmd 3646 * :github:`44410` - drivers: modem: shell: ``modem send`` doesn't honor line ending in modem cmd ha…
|
D | release-notes-3.2.rst | 1324 * :dtcompatible:`sitronix,st7789v`: ``cmd-data-gpios`` is now optional. 1687 - :github:`44410` - drivers: modem: shell: ``modem send`` doesn't honor line ending in modem cmd ha… 2507 * :github:`44228` - drivers: modem: bg9x: bug on cmd AT+QICSGP 2583 …3` - mgmt/mcumgr/lib: Divide the lib Kconfig into sub-Kconfigs dedicated to specific mgmt cmd group
|
D | release-notes-1.13.rst | 596 * :github:`7800` - ext/lib/mgmt/mcumgr/cmd/log_mgmt/Kconfig references MDLOG, but MDLOG doesn't exi…
|
D | release-notes-2.1.rst | 475 * :github:`21004` - cmd\_data buffer corruption
|
D | release-notes-2.7.rst | 1418 * :github:`37482` - 'cmd.exe' is not recognized as an internal or external command, operable progra… 1776 * :github:`34659` - Bluetooth: HCI cmd response timeout
|
D | release-notes-2.2.rst | 1003 * :github:`21409` - sanitycheck: cmd.exe colorized output
|
D | release-notes-4.0.rst | 1175 * Added AP configuration cmd support to the NXP Wifi drivers
|
D | release-notes-3.5.rst | 1791 * :dtcompatible:`st,stm32-spi-host-cmd`
|
D | release-notes-2.3.rst | 660 or running ``zephyr-env.cmd``.
|
D | release-notes-2.5.rst | 489 * Fixed race condition when waiting on cmd reply.
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 872 This option enables memory access cmd in the Wi-Fi driver. 878 This option enables register access cmd in the Wi-Fi driver.
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_test.h | 757 #define sys_port_trace_socket_fcntl_enter(sock, cmd, flags) argument
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 120 # we don't want the command completion when doing `west help <cmd>`
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 549 option ``-attach_uart_cmd=<"cmd">``, or for each individual UART with
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 310 For example, in a Unix shell or Windows ``cmd.exe`` prompt:
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4939 SHELL_CMD_ARG(hci-cmd, NULL, "<ogf> <ocf> [data]", cmd_hci_cmd, 3, 1),
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 50 zephyr-env.cmd
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 2164 .. _west-manifest-cmd:
|
1...<<21