Home
last modified time | relevance | path

Searched refs:ot (Results 1 – 23 of 23) sorted by relevance

/Zephyr-Core-3.7.0/tests/subsys/openthread/
Dradio_test.c39 otInstance *ot = (otInstance *)0xAAAA; variable
97 zassert_equal(aInstance, ot, "Incorrect instance."); in otTaskletsSignalPending()
110 zassert_equal(aInstance, ot, "Incorrect instance."); in otPlatRadioReceiveDone()
138 zassert_equal(aInstance, ot, "Incorrect instance."); in otIp6NewMessage()
148 zassert_equal(aInstance, ot, "Incorrect instance."); in otPlatRadioTxStarted()
165 zassert_equal(otPlatRadioEnergyScan(ot, chan, dur), OT_ERROR_NONE, in ZTEST()
176 platformRadioProcess(ot); in ZTEST()
178 zassert_equal_ptr(ot, otPlatRadioEnergyScanDone_fake.arg0_val, NULL); in ZTEST()
198 zassert_equal(otPlatRadioEnergyScan(ot, chan, dur), OT_ERROR_NONE, in ZTEST()
215 platformRadioProcess(ot); in ZTEST()
[all …]
/Zephyr-Core-3.7.0/tests/bsim/net/
Dcompile.sh17 app=samples/net/sockets/echo_server conf_overlay=overlay-ot.conf compile
18 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-ot.conf compile
/Zephyr-Core-3.7.0/samples/net/openthread/coprocessor/boards/
Dnrf52833dk_nrf52833.overlay9 zephyr,ot-uart = &uart0;
Dnrf52840dk_nrf52840.overlay9 zephyr,ot-uart = &uart0;
Dtlsr9518adk80d.overlay9 zephyr,ot-uart = &uart0;
/Zephyr-Core-3.7.0/samples/net/openthread/coprocessor/
Dusb.overlay9 zephyr,ot-uart = &cdc_acm_uart0;
/Zephyr-Core-3.7.0/samples/net/lwm2m_client/
DREADME.rst46 * - :file:`overlay-ot.conf`
189 :conf: "prj.conf overlay-ot.conf"
202 ot thread stop
203 ot channel <channel>
204 ot networkname <network name>
205 ot masterkey <key>
206 ot panid <panid>
207 ot extpanid <extpanid>
208 ot thread start
/Zephyr-Core-3.7.0/modules/openthread/
DCMakeLists.txt164 target_compile_definitions(ot-config INTERFACE ${OT_PARAM_LIST})
167 target_include_directories(ot-config INTERFACE
171 target_include_directories(ot-config SYSTEM INTERFACE
175 target_compile_definitions(ot-config INTERFACE
184 target_compile_options(ot-config INTERFACE
192 add_dependencies(ot-config ${SYSCALL_LIST_H_TARGET})
197 target_link_libraries(ot-config INTERFACE -lc)
/Zephyr-Core-3.7.0/modules/openthread/platform/
Dshell.c84 SHELL_CMD_ARG_REGISTER(ot, NULL, SHELL_HELP_OT, ot_cmd, 2, 255);
/Zephyr-Core-3.7.0/samples/net/sockets/echo_server/
DREADME.rst36 - :file:`overlay-ot.conf`
70 :conf: "prj.conf overlay-ot.conf"
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dthread.rst40 support in these samples, build them with ``overlay-ot.conf`` overlay config file.
/Zephyr-Core-3.7.0/samples/net/sockets/echo_client/
DREADME.rst35 - :file:`overlay-ot.conf`
66 :conf: "prj.conf overlay-ot.conf"
/Zephyr-Core-3.7.0/subsys/usb/device/class/audio/
Daudio.c208 const struct output_terminal_descriptor *ot = in get_fu_dir() local
213 if (ot->wTerminalType == USB_AUDIO_USB_STREAMING) { in get_fu_dir()
/Zephyr-Core-3.7.0/samples/subsys/mgmt/updatehub/
DREADME.rst232 The OpenThread requires the ``overlay-ot.conf``. It requires two nodes:
243 :gen-args: -DEXTRA_CONF_FILE="overlay-ot.conf;overlay-prj.conf"
/Zephyr-Core-3.7.0/boards/shields/atmel_rf2xx/doc/
Dindex.rst285 way, to enable OpenThread support, build them with ``overlay-ot.conf`` overlay
/Zephyr-Core-3.7.0/doc/services/smf/
Dindex.rst338 /* State S2 do ot have entry or exit actions and no parent */
/Zephyr-Core-3.7.0/doc/build/dts/api/
Dapi.rst434 * - zephyr,ot-uart
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-1.14.rst1718 …ca10056/samples/net/echo_server/test_nrf_openthread/zephyr/ext_proj/Source/ot/third_party/mbedtls/…
1719 …ca10056/samples/net/echo_server/test_nrf_openthread/zephyr/ext_proj/Source/ot/examples/platforms/u…
1720 …ca10056/samples/net/echo_server/test_nrf_openthread/zephyr/ext_proj/Source/ot/third_party/mbedtls/…
1721 …ca10056/samples/net/echo_server/test_nrf_openthread/zephyr/ext_proj/Source/ot/third_party/mbedtls/…
1772 * :github:`12171` - ot: ping ten times will crash
2234 * :github:`6874` - Not able to join OpenThread BorderRouter or a ot-ftd-cli network
Drelease-notes-1.12.rst514 * :github:`6874` - Not able to join OpenThread BorderRouter or a ot-ftd-cli network
Drelease-notes-2.7.rst174 in favor of chosen node ``zephyr,ot-uart``.
Drelease-notes-2.6.rst1342 * :github:`34597` - Mismatch between ``ot ping`` and ``net ping``
Drelease-notes-3.3.rst3755 * :github:`34597` - Mismatch between ``ot ping`` and ``net ping``
/Zephyr-Core-3.7.0/doc/connectivity/usb/device/
Dusb_device.rst172 * ``zephyr,ot-uart`` used in OpenThread,