zephyr/subsys/net/lib/openthread/platform
Robert Lubos 8ac11b9b6f net: openthread: Fix for OT prompt in the Zephyr shell
OpenThread has changed it's behaviour in terms of prompt printing in the
CLI module. Previously it was only printed on the UART CLI backend, now
it's printed on every CLI backend. This results in a double prompt being
printed when combined with Zephyr shell (one from OT and other form
Zephyr).

This commit adds a temporary fix to prevent OT prompt from being printed
in Zehpyr shell. As a long term solution we should add an option to
OpenThread to allow to disable prompt on the output.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-11-10 16:36:18 +02:00
..
alarm.c net: openthread: Fix alarm timers reference calculation 2021-10-26 09:28:27 -04:00
CMakeLists.txt net: openthread: Add crypto backend based on PSA API 2021-10-17 11:51:38 -04:00
crypto_psa.c net: openthread: Add crypto backend based on PSA API 2021-10-17 11:51:38 -04:00
diag.c net: openthread: switch radio off when stopping diags 2021-04-14 17:38:27 +03:00
entropy.c
logging.c net: openthread: handle NONE level logs 2021-07-14 13:14:59 -04:00
memory.c net: openthread: added heap related otPlat methods implementation 2021-02-18 18:23:06 +02:00
misc.c net: openthread: Implement otPlatAssertFail 2021-07-01 13:22:01 -04:00
openthread-core-zephyr-config.h net: openthread: Add crypto backend based on PSA API 2021-10-17 11:51:38 -04:00
platform-zephyr.h
platform.c
radio.c net: openthread: fix setting mac keys during stack reset in RCP 2021-11-09 11:18:31 +01:00
settings.c net: openthread: add missing settings deinit function 2020-12-09 22:53:53 +02:00
shell.c net: openthread: Fix for OT prompt in the Zephyr shell 2021-11-10 16:36:18 +02:00
spi.c net: openthread: Align with the new NCP API 2021-04-30 12:55:02 -05:00
uart.c net: ot: rework NCP interface configuration 2021-08-23 18:53:47 -04:00