We should strive towards being a universal Zephyr MCUmgr tool rather than just a firmware updater. To achieve this, we should implement the [following missing subsystems](https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr.html#tools-libraries): - [ ] [Default/OS Management Group](https://docs.zephyrproject.org/latest/services/device_mgmt/smp_groups/smp_group_0.html) - [x] [Application/software image management group](https://docs.zephyrproject.org/latest/services/device_mgmt/smp_groups/smp_group_1.html) - [ ] [Statistics management](https://docs.zephyrproject.org/latest/services/device_mgmt/smp_groups/smp_group_2.html) - [ ] [Settings (Config) Management Group](https://docs.zephyrproject.org/latest/services/device_mgmt/smp_groups/smp_group_3.html) - [ ] [File management](https://docs.zephyrproject.org/latest/services/device_mgmt/smp_groups/smp_group_8.html) - [ ] [Shell management](https://docs.zephyrproject.org/latest/services/device_mgmt/smp_groups/smp_group_9.html) - [ ] [Enumeration Management Group](https://docs.zephyrproject.org/latest/services/device_mgmt/smp_groups/smp_group_10.html) - [ ] [Zephyr Management Group](https://docs.zephyrproject.org/latest/services/device_mgmt/smp_groups/smp_group_63.html)