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
|
@ -877,7 +877,8 @@ def main():
|
|||
"CONFIG_UART_CONSOLE_ON_DEV_NAME": "zephyr,console",
|
||||
"CONFIG_BT_UART_ON_DEV_NAME": "zephyr,bt-uart",
|
||||
"CONFIG_UART_PIPE_ON_DEV_NAME": "zephyr,uart-pipe",
|
||||
"CONFIG_BT_MONITOR_ON_DEV_NAME": "zephyr,bt-mon-uart"
|
||||
"CONFIG_BT_MONITOR_ON_DEV_NAME": "zephyr,bt-mon-uart",
|
||||
"CONFIG_UART_MCUMGR_ON_DEV_NAME": "zephyr,uart-mcumgr",
|
||||
}
|
||||
|
||||
for k, v in name_dict.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue