Stable API change RFC (mcumgr) event system rework and deprecation


McCrae, Jamie
 

Hi,
I have submitted an RFC for a stable API change in mcumgr to deprecate the event callback system and replace it with a new, unified event/notification system instead, the RFC can be found at: https://github.com/zephyrproject-rtos/zephyr/issues/50923
The PR with the change can be found at: https://github.com/zephyrproject-rtos/zephyr/pull/50578

This would affect applications using the following functions/callbacks:
fs_mgmt_on_evt_cb
fs_mgmt_register_evt_cb
img_mgmt_dfu_cb
img_mgmt_dfu_callbacks_t
img_mgmt_upload_fn
img_mgmt_set_upload_cb
img_mgmt_register_callbacks
os_mgmt_on_reset_evt_cb
os_mgmt_register_reset_evt_cb
mgmt_on_evt_cb
mgmt_cb
mgmt_register_evt_cb
mgmt_evt
Thanks,
Jamie