eclipse-threadx / filex

Eclipse ThreadX - FileX is a high-performance, FAT-compatible file system that’s fully integrated with Eclipse ThreadX RTOS
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/filex/index.md
MIT License
27 stars 21 forks source link

Standalone FileX platform support #56

Open Dharani3110 opened 1 month ago

Dharani3110 commented 1 month ago

Usecase: Nand flash filesytem for MCU board

is standalone Filex supported in Windows, Linux and Mac?

nflandin commented 1 week ago

FileX manages FAT and exFAT filesystems, and these filesystems are supported by major computer operating systems. FileX is not meant to interact with computers. If you want to provide for a computer to access your filesystem, you need to have some sort of of driver (and maybe middleware like USBX).

"Standalone" refers to using FileX without ThreadX, and does not help or hurt compatibility with computers.