Closed niclas-ats closed 3 years ago
Can you post PR with the fix?
Will this be picked up by https://github.com/zephyrproject-rtos/mcumgr as well? Or do I need to create a seperate pull request in that repo?
Yes, I will do the snapshot update.
The fix didn't make it into yesterdays snapshot update. Once it's there I can test it and then close this issue.
The fix didn't make it into yesterdays snapshot update. Once it's there I can test it and then close this issue.
Yes, it was little late to the party and the snapshot update has been already waiting for some time due to Zephyr release.
Nevermind. I'll use my fork in the meantime. Thx for the quick approval!
@niclas-ats Can you close the issue?
Thanks!
It seems like the
fs_mgmt_impl_read
andfs_mgmt_impl_write
functions are missing a proper initialization of the localstruct fs_file_t file
variable. The attached patch fixes the up-/download of files for me.0001-zephyr-fix-initialization-of-file-struct.txt