-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
tests/subsys/fs/fcb fails on nRF52840-DK #24207
Comments
@nvlsianpu not sure if you are the right assignee. Please feel free to change. |
@nvlsianpu should we deprecate FCB at this point? |
Ah, so this is the one which might get deprecated. I couldn't remember the status of all these storage backends. |
Not today - we can deprecate fcb at some point, but it was not problematic for user and initially it was the default setting back-end, so better to make a query before. |
The commit fixes problem with test attempting to perform 1 byte writes to flash, which are not emulated by default. GH issue: zephyrproject-rtos#24207 Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
The commit fixes problem with test attempting to perform 1 byte writes to flash, which are not emulated by default. GH issue: #24207 Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
The commit fixes problem with test attempting to perform 1 byte writes to flash, which are not emulated by default. GH issue: zephyrproject-rtos#24207 Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
Describe the bug
I'm getting a test failure on tests/subsys/fs/fcb for nrf52840dk_nrf52840.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The board is listed in platform_whitelist inside tests/subsys/fs/fcb/testcase.yaml, so I expected this to pass.
Impact
Unclear.
Screenshots or console output
Environment:
The text was updated successfully, but these errors were encountered: