zephyr/subsys
Zak Portnoy 1aa25cc633 mgmt: smp: shell: Respond on uart shell device when changed at runtime
Responses are currently set to the shell device that was configured
in the device tree.

The shell_uart driver allows for changing it's device during runtime
which leads to a situation where we recieve packets on one device
and respond on another.

This patch causes smp_shell_tx_raw to use the shell_uart device

Signed-off-by: Zak Portnoy <zakportnoy@gmail.com>
(cherry picked from commit 32b1140066)
2024-11-11 09:54:19 -05:00
..
bindesc everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
bluetooth bluetooth: AVDTP: Check buffer len before pulling data 2024-09-26 09:22:20 -04:00
canbus
console
dap
debug debug: no UNALIGNED_ACCESS_SUPPORTED for cortex M0 or M0plus 2024-06-28 12:21:18 -04:00
demand_paging demand_paging: LRU eviction: remove restriction on PF index 0 2024-07-03 15:07:03 -04:00
dfu
disk
dsp
emul
fb fb: cfb: Fix CID 394240 2024-07-05 18:39:22 +02:00
fs fs: fuse: ensure S_IFxxx macros are available 2024-08-20 14:53:13 -04:00
input
ipc everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
jwt
llext doc: llext: improve Doxygen comments 2024-07-11 16:17:52 +02:00
logging logging: Trigger logging thread when we start to drop messages 2024-08-07 08:25:49 -04:00
lorawan
mem_mgmt
mgmt mgmt: smp: shell: Respond on uart shell device when changed at runtime 2024-11-11 09:54:19 -05:00
modbus modbus: reset wait semaphore before tx 2024-10-16 13:33:55 -04:00
modem
net net: ipv4: Fix ARP probe check in address conflict detection 2024-11-04 09:23:45 -05:00
pm pm: Do not select deprecated symbol 2024-07-22 03:28:54 -04:00
portability
random
retention
rtio rtio: workq: Initialize Work item before using it 2024-07-13 10:27:58 -04:00
sd
sensing
settings
shell shell: shell_help: fix width for subcommands help text 2024-11-05 10:53:22 -05:00
sip_svc
stats
storage storage/stream_flash: Fix range check in stream_flash_erase_page 2024-11-08 12:26:20 -05:00
task_wdt
testsuite testsuite: coverage: fix typo in the CMakeLists.txt 2024-11-04 09:20:21 -05:00
timing
tracing Revert "net: sockets: move poll implementation to zvfs" 2024-07-03 15:03:05 -04:00
usb drivers: udc: add opaque pointer to store upper layer private data 2024-10-17 23:16:08 -04:00
zbus zbus: Use section iterator for observations 2024-07-09 14:03:33 +02:00
CMakeLists.txt
Kconfig