-
Notifications
You must be signed in to change notification settings - Fork 27
ZMS updates for v1.0.0 #510
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
Open
MirkoCovizzi
wants to merge
7
commits into
nrfconnect:main
Choose a base branch
from
MirkoCovizzi:zms-release
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+405
−202
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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>
|
You can find the documentation preview for this PR here. |
78aaa37 to
f26ed91
Compare
4f04aa2 to
4c6f09c
Compare
Fixes a bug where `BM_ZMS_EVT_CLEAR` events would not be propagated because the event handler was being nullified before sending the event. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
4c6f09c to
30d767d
Compare
* Updates the sample to wait for event notifications. * Adds a mount and clear at the beginning of the sample to reset the state of the storage partition in case of errors. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
30d767d to
00ba4a3
Compare
Adds native sim backend, to be used for ztests. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
b26f996 to
5391f43
Compare
peknis
requested changes
Nov 26, 2025
Comment on lines
+147
to
+150
| * The ``bm_zms_register`` function. | ||
| The event handler configuration is now done with the struct :c:struct:`bm_zms_fs_config`. | ||
|
|
||
| * Removed the selection of the :kconfig:option:`CONFIG_EXPERIMENTAL` 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.
Suggested change
| * The ``bm_zms_register`` function. | |
| The event handler configuration is now done with the struct :c:struct:`bm_zms_fs_config`. | |
| * Removed the selection of the :kconfig:option:`CONFIG_EXPERIMENTAL` Kconfig option. | |
| * The ``bm_zms_register`` function. | |
| The event handler configuration is now done with the struct :c:struct:`bm_zms_fs_config`. | |
| * The selection of the :kconfig:option:`CONFIG_EXPERIMENTAL` Kconfig option. |
27802f7 to
a8eba9a
Compare
* Updates the ztest to include the native_sim board target. * Fixes some configuration bugs in the test suite. * Fixes a bug where `bm_zms_clear` was not waited on until completion. * Refactor to wait for notifications. * Other cleanups. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
Removes experimental flagging. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
9724e9a to
e1c35cf
Compare
e1c35cf to
5081e9b
Compare
5081e9b to
921a13f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR merges the following changes:
#504
#490
#502
#488