mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 01:55:51 +00:00
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> |
||
---|---|---|
.. | ||
bluetooth | ||
canbus | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
jwt | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
testsuite | ||
tracing | ||
usb | ||
CMakeLists.txt | ||
Kconfig |