zephyr/subsys/net/lib
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
..
capture
coap net: coap: Add coap_next_block_for_option function 2021-10-27 13:46:19 -04:00
config net: lib: config: Fix the timeout when waiting on network 2021-11-02 13:23:10 +01:00
conn_mgr kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
dns
http kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
lwm2m net: lwm2m: Add IPSO filling sensor object 2021-11-09 11:19:12 +01:00
mqtt
openthread net: openthread: Fix for OT prompt in the Zephyr shell 2021-11-10 16:36:18 +02:00
sntp
sockets net: sockets: tls: Clarify missing entropy warning 2021-11-08 10:56:04 -05:00
socks
tftp kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
tls_credentials
utils
websocket kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
CMakeLists.txt
Kconfig