mynewt-mcumgr icon indicating copy to clipboard operation
mynewt-mcumgr copied to clipboard

Client side library for use with MCUs

Open beriberikix opened this issue 4 years ago • 1 comments

There are use cases where you might want to use mcumgr from an MCU. For example, doing a software update from a host processor to another device connected over a serial link (ex. mcu-tools/mcuboot#1181.) Zephyr could leverage this for zephyrproject-rtos/zephyr#36017

beriberikix avatar Oct 24 '21 14:10 beriberikix

I agree, multi-MCU devices are really common these days.

There's a C implementation of the firmware image management part here: https://github.com/mkiiskila/mynewt_serial_uploader

sw avatar Nov 20 '21 19:11 sw