thread safe littlefs
voedipus opened this issue · 2 comments
voedipus commented
BrianPugh commented
esp_littlefs
added threadsafety before upstream littlefs added threadsafety. Regardless, the components inside esp_littlefs need to be threadsafe as well, so there's no benefit in enabling upstream littlefs's threadsafe locking (no need to double lock).
voedipus commented
Thank you for reply! I will close issue