
-
No-OS, Non-Blocking LittleFS
In another post I mentioned that I switched from FATFS to LittleFS (LFS) on an STM32. This caused me to write a file explorer for LittleFS in Windows. https://bluscape.blog/2019/10/01/littlefs-explorer-lfse-for-windows/ Prior to switching to LittlFS, I was in the process of converting a FATFS library to a No Operating System (No-OS), Non-blocking library using Protothreads. I… Read more
-
LittleFS Explorer (LFSE) for Windows
I recently switched from FATFS to LittleFS (LFS) on an STM32 . LittleFS is a fail-safe file system designed for microcontrollers: https://github.com/ARMmbed/littlefs The only problem I had with LFS is that I could not edit the file system in a Windows environment because it is not recognized by Windows. There is a FUSE driver for… Read more
Follow My Blog
Get new content delivered directly to your inbox.