clinton-r
clinton-r
Hello, With some more searching, I think I've found some answers: #374 https://github.com/littlefs-project/littlefs/issues/374 #344 https://github.com/littlefs-project/littlefs/issues/344#issuecomment-567195031 As far as I understand it, in the general case a flash part could require...
Thanks @geky, appreciated.
Hi @geky, So if lfs_file_write() returns a nonnegative value would that value always be equal to the 'size' parameter we passed to it? If not, what would a returned nonnegative...
Hi, I'm assuming that by "cooked" you mean that the following are enabled in the console mode on stdin: ENABLE_ECHO_INPUT ENABLE_LINE_INPUT ENABLE_PROCESSED_INPUT Is that right? For me, the problem occurs...