-
Notifications
You must be signed in to change notification settings - Fork 27
subsys: fs: bm_zms: remove bm_zms_register and fix event clear bug #504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
You can find the documentation preview for this PR here. |
|
|
||
| * Removed: | ||
|
|
||
| * The :kconfig:option:`CONFIG_BM_ZMS_MAX_USERS` Kconfig option. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * The :kconfig:option:`CONFIG_BM_ZMS_MAX_USERS` Kconfig option. | |
| * The ``CONFIG_BM_ZMS_MAX_USERS`` Kconfig option. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This refers to a commit belonging to a different PR #485
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This refers to a commit belonging to a different PR #485
But the Kconfig option is going to be removed anyway, right. So we can have it without :kconfig:option: as it will not link to the Kconfig reference anymore, if it ever did.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I addressed it in the original PR :) this is just building on top of those commits
| * The :c:member:`bm_zms_init_flags.cb_registred` member as it was not used anymore. | ||
| * The :c:func:`bm_zms_register` function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * The :c:member:`bm_zms_init_flags.cb_registred` member as it was not used anymore. | |
| * The :c:func:`bm_zms_register` function. | |
| * The ``bm_zms_init_flags.cb_registred`` member as it was not used anymore. | |
| * The ``bm_zms_register`` function. |
* Removes typedefs * Renames `BM_ZMS_EVT_INIT` to `BM_ZMS_EVT_MOUNT` * Renames `bm_zms_evt.evt_id` to `bm_zms_evt.evt_type` * Removes hungarian notation * Improves doxygen * Other misc cleanup Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
* Removes `bm_zms_register` and moves the event handler configuration into `bm_zms_fs_config`. * Renames the `bm_zms_cb_t` type to `bm_zms_evt_handler_t`. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
5cfe74d to
fbbfd27
Compare
Depends on: #501
TODOs: