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:
Christopher Collins 2018-01-17 18:01:52 -08:00 committed by Carles Cufí
commit 14735116d1
7 changed files with 566 additions and 20 deletions

View file

@ -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():