zephyr/subsys/mgmt/mcumgr/transport
Zak Portnoy 32b1140066 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>
2024-11-08 13:57:09 -06:00
..
include/mgmt/mcumgr/transport
src mgmt: smp: shell: Respond on uart shell device when changed at runtime 2024-11-08 13:57:09 -06:00
CMakeLists.txt mgmt: mcumgr: transport: Add LoRaWAN MCUmgr SMP transport 2024-10-25 14:00:48 +02:00
Kconfig mgmt: mcumgr: transport: Add LoRaWAN MCUmgr SMP transport 2024-10-25 14:00:48 +02:00
Kconfig.bluetooth
Kconfig.dummy
Kconfig.lorawan mgmt: mcumgr: transport: Add LoRaWAN MCUmgr SMP transport 2024-10-25 14:00:48 +02:00
Kconfig.shell
Kconfig.uart
Kconfig.udp