Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/modules/openthread/platform/
Dhdlc_interface.hpp42 namespace ot { namespace
52 class HdlcInterface : public ot::Spinel::SpinelInterface
161 ot::Spinel::FrameBuffer<kEncoderBufferSize> mEncoderBuffer;
162 ot::Hdlc::Encoder mHdlcEncoder;
164 ot::Spinel::SpinelInterface::RxFrameBuffer *mReceiveFrameBuffer;
165 ot::Spinel::SpinelInterface::ReceiveFrameCallback mReceiveFrameCallback;
167 ot::Spinel::MultiFrameBuffer<kMaxMultiFrameSize> mRxSpinelFrameBuffer;
168 ot::Hdlc::Decoder mHdlcSpinelDecoder;
Dradio_spinel.cpp58 static ot::Spinel::RadioSpinel *psRadioSpinel;
59 static ot::Url::Url *psRadioUrl;
60 static ot::Hdlc::HdlcInterface *pSpinelInterface;
61 static ot::Spinel::SpinelDriver *psSpinelDriver;
519 spinel_iid_t iidList[ot::Spinel::kSpinelHeaderMaxNumIid]; in platformRadioInit()
520 struct ot::Spinel::RadioSpinelCallbacks callbacks; in platformRadioInit()
524 psRadioSpinel = new ot::Spinel::RadioSpinel(); in platformRadioInit()
525 psSpinelDriver = new ot::Spinel::SpinelDriver(); in platformRadioInit()
527 psRadioUrl = new ot::Url::Url(); in platformRadioInit()
528 pSpinelInterface = new ot::Hdlc::HdlcInterface(*psRadioUrl); in platformRadioInit()
Dshell.c84 SHELL_CMD_ARG_REGISTER(ot, NULL, SHELL_HELP_OT, ot_cmd, 2, 255);
Dhdlc_interface.cpp38 namespace ot namespace
/Zephyr-latest/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-latest/samples/net/openthread/coprocessor/boards/
Dnrf52833dk_nrf52833.overlay9 zephyr,ot-uart = &uart0;
Dnrf52840dk_nrf52840.overlay9 zephyr,ot-uart = &uart0;
Dcc1352p7_lp.overlay10 zephyr,ot-uart = &uart0;
Dtlsr9518adk80d.overlay9 zephyr,ot-uart = &uart0;
/Zephyr-latest/samples/net/openthread/coprocessor/
Dusb.overlay9 zephyr,ot-uart = &cdc_acm_uart0;
/Zephyr-latest/samples/net/sockets/echo_client/
DREADME.rst35 - :file:`overlay-ot.conf`
66 :conf: "prj.conf overlay-ot.conf"
208 :conf: "prj.conf overlay-ot-rcp-host-uart.conf"
288 ot-ctl router table
289 ot-ctl ipaddr
316 ot factoryreset
317 ot dataset networkkey 00112233445566778899aabbccddeeff
318 ot ifconfig up
326 ot joiner start J01NME
327 ot thread start
[all …]
/Zephyr-latest/modules/openthread/
DCMakeLists.txt174 target_compile_definitions(ot-config INTERFACE ${OT_PARAM_LIST})
179 target_compile_definitions(ot-config INTERFACE -DMBEDTLS_SSL_EXPORT_KEYS)
182 target_include_directories(ot-config INTERFACE
186 target_include_directories(ot-config SYSTEM INTERFACE
190 target_compile_definitions(ot-config INTERFACE
199 target_compile_options(ot-config INTERFACE
207 add_dependencies(ot-config ${SYSCALL_LIST_H_TARGET})
212 target_link_libraries(ot-config INTERFACE -lc)
254 ot-config
/Zephyr-latest/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-latest/samples/net/openthread/shell/
DREADME.rst31 uart:~$ ot scan
/Zephyr-latest/samples/net/sockets/echo_client/boards/
Dmimxrt1020_evk.overlay26 zephyr,ot-uart = &lpuart2;
/Zephyr-latest/samples/net/sockets/echo_server/
DREADME.rst36 - :file:`overlay-ot.conf`
70 :conf: "prj.conf overlay-ot.conf"
/Zephyr-latest/doc/connectivity/networking/api/
Dthread.rst40 support in these samples, build them with ``overlay-ot.conf`` overlay config file.
/Zephyr-latest/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-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6ot(t){return Y.state.isMounted&&!Y.state.isVisible||T.isTouch||y&&"focus"===y.type?0:i(Y.props.del… function
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst231 The OpenThread requires the ``overlay-ot.conf``. It requires two nodes:
242 :gen-args: -DEXTRA_CONF_FILE="overlay-ot.conf;overlay-prj.conf"
/Zephyr-latest/boards/shields/atmel_rf2xx/doc/
Dindex.rst285 way, to enable OpenThread support, build them with ``overlay-ot.conf`` overlay
/Zephyr-latest/doc/build/dts/api/
Dapi.rst436 * - zephyr,ot-uart
/Zephyr-latest/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
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst172 * ``zephyr,ot-uart`` used in OpenThread,

12