zephyr/subsys
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
..
bluetooth Bluetooth: host: Fix option USE_IDENTITY for bt_le_ext_adv_* API 2020-09-01 13:28:56 +02:00
canbus guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
console
cpp
debug debug/coredump: add a primitive coredump mechanism 2020-08-24 20:28:24 -04:00
dfu
disk disk: sdhc: spi: leave SPI CS GPIO handling to the SPI controller driver 2020-08-25 10:07:53 +02:00
fb
fs
jwt Kconfig: cleanup subsystems 2020-08-24 10:24:30 +02:00
logging
mgmt mgmt: smp: Fix shell sending SMP response to wrong UART 2020-09-01 13:30:41 +02:00
net tests: net: dns: Add tests for catching malformed packets 2020-08-27 08:05:52 -04:00
power Kconfig: move power management Kconfig into subsys/power 2020-08-24 10:24:30 +02:00
random kconfig: Random number generator 2020-08-24 10:24:30 +02:00
settings Kconfig: settings 2020-08-24 10:24:30 +02:00
shell guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
stats Kconfig: cleanup subsystems 2020-08-24 10:24:30 +02:00
storage
testsuite testsuite: fix unittest cross-language flags 2020-08-31 11:02:35 -04:00
tracing tracing: trace mutex/semaphore using dedicated calls 2020-08-24 13:21:12 +02:00
usb usb: Configurable transfer buffers 2020-09-01 13:29:47 +02:00
CMakeLists.txt
Kconfig Kconfig: cleanup subsystems 2020-08-24 10:24:30 +02:00