subsys: mgmt: UART transport for SMP (mcumgr).
Add a UART driver dedicated to transporting mcumgr SMP requests and responses. Signed-off-by: Christopher Collins <ccollins@apache.org>
This commit is contained in:
parent
76bf5646d5
commit
14735116d1
7 changed files with 566 additions and 20 deletions
|
@ -3,6 +3,7 @@ zephyr_sources_if_kconfig(ram_console.c)
|
|||
zephyr_sources_if_kconfig(rtt_console.c)
|
||||
zephyr_sources_if_kconfig(ipm_console_receiver.c)
|
||||
zephyr_sources_if_kconfig(ipm_console_sender.c)
|
||||
zephyr_sources_if_kconfig(uart_mcumgr.c)
|
||||
zephyr_sources_if_kconfig(uart_pipe.c)
|
||||
zephyr_sources_if_kconfig(telnet_console.c)
|
||||
zephyr_sources_if_kconfig(xtensa_sim_console.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue