zephyr/subsys/mgmt
Dominik Ermel 88deb80718 mgmt: smp: Fix shell sending SMP response to wrong UART
The commit fixes the problem where the SMP over shell responses have
been sent with use of k_str_out(), which is configured to use console
UART directly.  This caused problem when user decided to attach
shell to a different UART then the one that has been used by
the console driver, because the SMP responses would still be sent
to the console UART rather than the shell UART.

The updated code uses, for shell SMP responses, the UART that has been
selected for the shell.

Fixes #26939

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-09-01 13:30:41 +02:00
..
mcumgr mgmt: smp: Fix shell sending SMP response to wrong UART 2020-09-01 13:30:41 +02:00
osdp guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
updatehub mgmt: updatehub: Fix possible deref an uninitialized ptr 2020-08-31 13:04:36 +02:00
CMakeLists.txt mgmt/osdp: Add support for OSDP in PD mode of operation 2020-08-13 11:48:28 +02:00
Kconfig kconfig: Management subsystems -> Device Management 2020-08-24 10:24:30 +02:00