From 0713f8255e12a8488491c343aaa89f647839dff7 Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Tue, 15 Jul 2025 11:21:19 +0200 Subject: [PATCH] gateway: working shell on uart0 and mcumgr on usb_serial, minimal OS mgmt config\n Signed-off-by: Eduard Iten --- software/apps/gateway/prj.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/software/apps/gateway/prj.conf b/software/apps/gateway/prj.conf index a210902..ebebb31 100644 --- a/software/apps/gateway/prj.conf +++ b/software/apps/gateway/prj.conf @@ -21,3 +21,8 @@ CONFIG_NET_BUF=y CONFIG_ZCBOR=y CONFIG_CRC=y CONFIG_BASE64=y + +CONFIG_MCUMGR_GRP_IMG=y +CONFIG_IMG_MANAGER=y +CONFIG_MCUBOOT_IMG_MANAGER=y +CONFIG_STREAM_FLASH=y \ No newline at end of file