joltwallet/esp_littlefs

thread safe littlefs

voedipus opened this issue · 2 comments

I think there should be an option in Kconfig to enable thread safe littlefs for public API functions
Screenshot_20240221_212642

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).

Thank you for reply! I will close issue