/Zephyr-Core-3.7.0/tests/subsys/openthread/ |
D | radio_test.c | 39 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/ |
D | compile.sh | 17 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/ |
D | nrf52833dk_nrf52833.overlay | 9 zephyr,ot-uart = &uart0;
|
D | nrf52840dk_nrf52840.overlay | 9 zephyr,ot-uart = &uart0;
|
D | tlsr9518adk80d.overlay | 9 zephyr,ot-uart = &uart0;
|
/Zephyr-Core-3.7.0/samples/net/openthread/coprocessor/ |
D | usb.overlay | 9 zephyr,ot-uart = &cdc_acm_uart0;
|
/Zephyr-Core-3.7.0/samples/net/lwm2m_client/ |
D | README.rst | 46 * - :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/ |
D | CMakeLists.txt | 164 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/ |
D | shell.c | 84 SHELL_CMD_ARG_REGISTER(ot, NULL, SHELL_HELP_OT, ot_cmd, 2, 255);
|
/Zephyr-Core-3.7.0/samples/net/sockets/echo_server/ |
D | README.rst | 36 - :file:`overlay-ot.conf` 70 :conf: "prj.conf overlay-ot.conf"
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/ |
D | thread.rst | 40 support in these samples, build them with ``overlay-ot.conf`` overlay config file.
|
/Zephyr-Core-3.7.0/samples/net/sockets/echo_client/ |
D | README.rst | 35 - :file:`overlay-ot.conf` 66 :conf: "prj.conf overlay-ot.conf"
|
/Zephyr-Core-3.7.0/subsys/usb/device/class/audio/ |
D | audio.c | 208 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/ |
D | README.rst | 232 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/ |
D | index.rst | 285 way, to enable OpenThread support, build them with ``overlay-ot.conf`` overlay
|
/Zephyr-Core-3.7.0/doc/services/smf/ |
D | index.rst | 338 /* State S2 do ot have entry or exit actions and no parent */
|
/Zephyr-Core-3.7.0/doc/build/dts/api/ |
D | api.rst | 434 * - zephyr,ot-uart
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-1.14.rst | 1718 …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
|
D | release-notes-1.12.rst | 514 * :github:`6874` - Not able to join OpenThread BorderRouter or a ot-ftd-cli network
|
D | release-notes-2.7.rst | 174 in favor of chosen node ``zephyr,ot-uart``.
|
D | release-notes-2.6.rst | 1342 * :github:`34597` - Mismatch between ``ot ping`` and ``net ping``
|
D | release-notes-3.3.rst | 3755 * :github:`34597` - Mismatch between ``ot ping`` and ``net ping``
|
/Zephyr-Core-3.7.0/doc/connectivity/usb/device/ |
D | usb_device.rst | 172 * ``zephyr,ot-uart`` used in OpenThread,
|