amgross
amgross
Hi @Hadatko @MichalPrincNXP , dose this repository is still maintained? For a long time there wasn't change and for longer there werent answers to questions. - [x] I checked if...
## Describe the bug In short: in case of two client threads requesting in same time from server, they may get each one the answer of the else and hence...
## Is your feature request related to a problem? Please describe Currently, in server/client setup there is member and initialization of CRC, but it used just in framed transport. Even...
## If you didn't find answer in existing open/closed issues you may ask here In static mbf setup, in case that there is no more buffers assert is called: https://github.com/EmbeddedRPC/erpc/blob/5c2c6b76cf29ac124aa6a4f4cff6fae89f988983/erpc_c/setup/erpc_setup_mbf_static.cpp#L70...
Current user attributes behavior given upon open to write is bit complicated: **If attribute count is not 0 upon open:** At the first sync (or close) after the open things...
Hi @geky , From what I see in code, lfs_fs_forceconsistency always run before operation that change the disk. The only exception is when open is called on non-existing file with...
Hi, I understand that power down in middle of file write not corrupts the file system, and that every file that syncd/closed will be exist after the power down. From...
In the code it seems like files stop being inline when they are more than 1/8 of block: https://github.com/littlefs-project/littlefs/blob/8e251dd675da00342d45dac78b6f627f119aed03/lfs.c#L4331-L4345 But in the readme it written that the threshold is 14/...