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 net: remove usage of device_pm_control_nop 2021-04-27 16:28:49 -04:00
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 net: mdns + dns_sd: fix regression that breaks ptr queries 2021-10-11 08:50:45 -04:00
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 net: mqtt: Return meaningful error code from mqtt_init() 2021-10-21 10:56:32 -04:00
openthread net: openthread: Fix for OT prompt in the Zephyr shell 2021-11-10 16:36:18 +02:00
sntp net: sntp: Depend on NET_SOCKETS_POSIX_NAMES || POSIX_API 2021-04-22 13:41:33 +03:00
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 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
utils
websocket kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
CMakeLists.txt net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00
Kconfig net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00